Relier Pairs Arithmetic expressionVersion en ligne Match the arithmetic expression to its definition. par James 1 Real division 2 Integer division 3 BIDMAS 4 MOD/modulo 5 Operator There are no remainders because the resulting value can be a decimal number. For example 7 / 3 will be calculated as 2.3333333333333335. Acronym used to show the order of operations in an arithmetic expression: brackets, indices, division, multiplication, addition and subtraction. Add and subtract are interchangeable and should be read from left to right. A symbol or function that performs an operation. For example +. There can be remainders because the resulting value will be a whole number. For example 7 / 3 will calculate as 2. Calculates the remainder of a division. For example 7 % 3 will calculate as 1.