Order of Operations with Integers

20 min
0/4 practice checks

When a calculation mixes operations, everyone must agree on the order — otherwise the same sum gives different answers. The order is BODMAS:

  1. Brackets
  2. Of / Division and Multiplication (left to right)
  3. Addition and Subtraction (left to right)

This holds for integers too, signs included.

Worked example 1. 5+2×4-5 + 2 \times 4. Multiply first: 2×4=82 \times 4 = 8, then 5+8=3-5 + 8 = 3.

Worked example 2. (610)×3(6 - 10)\times 3. Brackets first: 610=46 - 10 = -4, then 4×3=12-4 \times 3 = -12.

Worked example 3. 20÷(26)-20 \div (2 - 6). Brackets: 26=42 - 6 = -4, then 20÷(4)=5-20 \div (-4) = 5.

Exam checkpoint

A long integer calculation is not read strictly left to right. Work inside brackets first, then powers, then multiplication or division, then addition or subtraction. Keep negative numbers in brackets when they are bases of powers, so (3)2(-3)^2 is clearly different from 32-3^2.

Short worked example. 183(47)=183(3)=18(9)=2718-3(4-7)=18-3(-3)=18-(-9)=27. The bracket creates a negative, and subtracting that negative increases the total.

Calculate: 5+2×4-5 + 2 \times 4

Calculate: (610)×3(6 - 10)\times 3

Calculate: 20÷(26)-20 \div (2 - 6)

A learner writes 3+5×(2)=163 + 5 \times (-2) = -16. What is the correct answer?