Order of Operations Explained โ From Beginner to Expert
What Is the Order of Operations?
The order of operations is a globally agreed set of rules that tells you which part of a mathematical expression to calculate first. Without it, the expression 6 + 2 ร 3 could mean two different things โ and two people calculating it independently could get two different answers. The rules exist to make mathematics unambiguous and universal.
Breaking Down BEDMAS Letter by Letter
- B โ Brackets: Everything inside brackets is calculated first, from the innermost pair outward. Example:
(3 + 2) ร 4 = 20, not 11. - E โ Exponents: Powers and roots are evaluated next. Example:
2ยฒ + 3 = 7โ the exponent applies to 2 only. - D / M โ Division and Multiplication: These have equal priority. When both appear, work left to right. Example:
12 รท 4 ร 3 = 9, not 1. - A / S โ Addition and Subtraction: Lowest priority, also left to right. Example:
10 โ 3 + 2 = 9, not 5.
Why Does This Order Exist?
The order reflects how mathematical operations relate to each other in terms of structural power. Multiplication is repeated addition, and exponentiation is repeated multiplication. Operations with greater structural complexity are resolved first, so that the simpler operations work on the correct values. This hierarchy lets us write compact expressions without brackets around every sub-calculation.
The Three Most Common Mistakes
- Treating D and M as separate levels. Division does not always come before multiplication. They are equal priority.
2 ร 6 รท 3 = 4, not 9. Left to right is the rule. - Same mistake with A and S. Addition does not always come before subtraction.
10 โ 3 + 2 = 9, not 5. Work left to right. - Forgetting nested brackets. In
(2 + (3 ร 4)), solve the inner brackets first:3 ร 4 = 12, then2 + 12 = 14.
A Full Worked Example
Walk through 3 + 2ยฒ ร (8 โ 5) รท 3 step by step:
- Brackets first:
(8 โ 5) = 3โ expression becomes3 + 2ยฒ ร 3 รท 3 - Exponents:
2ยฒ = 4โ expression becomes3 + 4 ร 3 รท 3 - Multiplication and division left to right:
4 ร 3 = 12, then12 รท 3 = 4โ3 + 4 - Addition last:
3 + 4 = 7
A Quick Self-Assessment
Try these without a calculator: (1) 3 + 4 ร 2 (2) (3 + 4) ร 2 (3) 20 รท 4 + 6 ร 2 (4) 2ยณ โ (4 + 1) ร 2
Answers: 11, 14, 17, โ2. If any surprised you, a few sessions of BEDMAS on Hard mode will fix that faster than any worksheet.
Ready to put these tips into practice?
โถ Play BEDMAS Now