Order of Operations

20 min
0/4 practice checks

When a calculation mixes operations, we cannot just work left to right. Everyone must agree on an order, or the same sum would give different answers. The rule:

  1. Brackets first.
  2. Then × and ÷, working left to right.
  3. Then + and −, working left to right.

Worked example. 4+3×54 + 3 \times 5. Multiplication comes before addition, so 3×5=153 \times 5 = 15 first, then 4+15=194 + 15 = 19. (Working blindly left to right would give the wrong answer 3535.)

Brackets let you override the order: 2×(7+3)=2×10=202 \times (7 + 3) = 2 \times 10 = 20.

Calculate 4+3×54 + 3 \times 5.

Calculate 2×(7+3)2 \times (7 + 3).

Which calculation equals 6×(104)6 \times (10 - 4)?

Calculate 2012÷4+120 - 12 \div 4 + 1.