Skip to main content

PEMDAS vs BODMAS — What's the Difference and How to Use Them

Grade: 6-7 | Topic: Arithmetic

What You Will Learn

After this lesson you will know exactly what PEMDAS and BODMAS stand for, understand that they are the same rules with different names, master the left-to-right rule for operations with equal priority, and confidently evaluate any arithmetic expression using the correct order.

Theory

The Two Mnemonics Side by Side

PEMDAS and BODMAS are mnemonics — memory aids — for the same set of mathematical rules. Different countries simply use different words:

PriorityPEMDAS (North America)BODMAS (UK, Australia, India)What It Means
1stP — ParenthesesB — BracketsEvaluate grouped expressions first
2ndE — ExponentsO — OrdersPowers and roots
3rdM/D — Multiplication/DivisionD/M — Division/MultiplicationLeft to right, equal priority
4thA/S — Addition/SubtractionA/S — Addition/SubtractionLeft to right, equal priority

Other regional variations include BEDMAS (Brackets, Exponents, Division, Multiplication, Addition, Subtraction — used in Canada) and GEMS (Grouping, Exponents, Multiply/Divide, Subtract/Add).

They all describe the same four levels of priority. No matter which mnemonic you learned, your answers will be identical.

Why the Order of Letters Confuses Students

The biggest source of confusion: PEMDAS lists Multiplication before Division, while BODMAS lists Division before Multiplication. Students often think this means you should always multiply before dividing (PEMDAS) or always divide before multiplying (BODMAS).

Neither is correct. Multiplication and Division have equal priority. You always evaluate them left to right — whichever appears first in the expression gets done first.

The same rule applies to Addition and Subtraction: equal priority, left to right.

The Four Priority Levels in Detail

Level 1 — Parentheses / Brackets

Evaluate everything inside grouping symbols first. If there are nested groups (parentheses inside brackets), work from the innermost group outward.

Grouping symbols: (  ),  [  ],  {  }\text{Grouping symbols: } ( \;), \; [ \;], \; \{ \;\}

Level 2 — Exponents / Orders

Calculate powers (23=82^3 = 8) and roots (16=4\sqrt{16} = 4) next.

Level 3 — Multiplication and Division (left to right)

Scan from left to right. Perform each multiplication or division as you encounter it:

12÷3×2=4×2=8(divide first — it is on the left)12 \div 3 \times 2 = 4 \times 2 = 8 \quad \text{(divide first — it is on the left)}

Level 4 — Addition and Subtraction (left to right)

Scan from left to right. Perform each addition or subtraction as you encounter it:

104+3=6+3=9(subtract first — it is on the left)10 - 4 + 3 = 6 + 3 = 9 \quad \text{(subtract first — it is on the left)}

A Step-by-Step Process

For any expression, follow this checklist:

  1. Simplify inside all parentheses/brackets (innermost first)
  2. Evaluate all exponents/orders
  3. Perform multiplication and division from left to right
  4. Perform addition and subtraction from left to right

Worked Examples

Example 1: Simple PEMDAS/BODMAS (Easy)

Problem: Evaluate 6+3×46 + 3 \times 4

Step 1 — Multiplication before addition (Level 3 before Level 4):

3×4=123 \times 4 = 12

Step 2 — Addition:

6+12=186 + 12 = 18

Answer: 18\boxed{18}

Example 2: Left-to-Right Rule for Division and Multiplication (Easy)

Problem: Evaluate 20÷4×320 \div 4 \times 3

Step 1: Division and multiplication have equal priority. Go left to right — division comes first:

20÷4=520 \div 4 = 5

Step 2: Multiplication:

5×3=155 \times 3 = 15

Answer: 15\boxed{15}

If you multiplied first (4×3=124 \times 3 = 12, then 20÷121.6720 \div 12 \approx 1.67), you would get the wrong answer. The left-to-right rule is critical.

Example 3: PEMDAS with Parentheses and Exponents (Medium)

Problem: Evaluate (5+3)24×6(5 + 3)^2 - 4 \times 6

Step 1 — Parentheses:

5+3=85 + 3 = 8

Expression becomes 824×68^2 - 4 \times 6.

Step 2 — Exponents:

82=648^2 = 64

Expression becomes 644×664 - 4 \times 6.

Step 3 — Multiplication:

4×6=244 \times 6 = 24

Expression becomes 642464 - 24.

Step 4 — Subtraction:

6424=4064 - 24 = 40

Answer: 40\boxed{40}

Example 4: Addition and Subtraction Left to Right (Medium)

Problem: Evaluate 158+32+615 - 8 + 3 - 2 + 6

There are no parentheses, exponents, multiplication, or division. Just work left to right:

Step 1: 158=715 - 8 = 7

Step 2: 7+3=107 + 3 = 10

Step 3: 102=810 - 2 = 8

Step 4: 8+6=148 + 6 = 14

Answer: 14\boxed{14}

Example 5: Multi-Level Expression (Challenging)

Problem: Evaluate 2+3×(82)2÷912 + 3 \times (8 - 2)^2 \div 9 - 1

Step 1 — Parentheses:

82=68 - 2 = 6

Expression becomes 2+3×62÷912 + 3 \times 6^2 \div 9 - 1.

Step 2 — Exponents:

62=366^2 = 36

Expression becomes 2+3×36÷912 + 3 \times 36 \div 9 - 1.

Step 3 — Multiplication and division left to right:

3×36=1083 \times 36 = 108

108÷9=12108 \div 9 = 12

Expression becomes 2+1212 + 12 - 1.

Step 4 — Addition and subtraction left to right:

2+12=142 + 12 = 14

141=1314 - 1 = 13

Answer: 13\boxed{13}

Common Mistakes

Mistake 1: Always multiplying before dividing because of the M-D order in PEMDAS

Expression: 18÷2×318 \div 2 \times 3

❌ Multiply first: 2×3=62 \times 3 = 6, then 18÷6=318 \div 6 = 3.

✅ Left to right: 18÷2=918 \div 2 = 9, then 9×3=279 \times 3 = 27.

Why this matters: The letters in PEMDAS do not mean multiplication always comes first. M and D share the same level. Always go left to right.

Mistake 2: Always dividing before multiplying because of the D-M order in BODMAS

Expression: 5×4÷25 \times 4 \div 2

❌ Divide first: 4÷2=24 \div 2 = 2, then 5×2=105 \times 2 = 10.

✅ Left to right: 5×4=205 \times 4 = 20, then 20÷2=1020 \div 2 = 10.

Interestingly, in this case both approaches give 10 — but this is a coincidence. The correct method is always left to right, and for other expressions the wrong order will give wrong answers.

Why this matters: BODMAS does not mean "always divide before multiplying" — the same left-to-right rule applies.

Mistake 3: Forgetting PEMDAS rules apply inside parentheses too

Expression: 2×(3+4×5)2 \times (3 + 4 \times 5)

❌ Inside parentheses, adding first: (3+4)×5=35(3 + 4) \times 5 = 35, then 2×35=702 \times 35 = 70.

✅ Inside parentheses, multiply first: 4×5=204 \times 5 = 20, then 3+20=233 + 20 = 23, then 2×23=462 \times 23 = 46.

Why this matters: Parentheses tell you to evaluate the group first, but within that group all PEMDAS/BODMAS rules still apply.

Practice Problems

Try these on your own before checking the answers:

  1. 9+6×239 + 6 \times 2 - 3
  2. 30÷5×2+130 \div 5 \times 2 + 1
  3. (4+6)÷2+32(4 + 6) \div 2 + 3^2
  4. 1003×(23+4)÷6100 - 3 \times (2^3 + 4) \div 6
  5. 8÷4÷2+3×28 \div 4 \div 2 + 3 \times 2
Click to see answers
  1. 9+123=189 + 12 - 3 = \mathbf{18} — multiply first, then left to right.
  2. 6×2+1=12+1=136 \times 2 + 1 = 12 + 1 = \mathbf{13} — divide then multiply (left to right), then add.
  3. 10÷2+9=5+9=1410 \div 2 + 9 = 5 + 9 = \mathbf{14} — parentheses, then exponent, then divide, then add.
  4. 23+4=122^3 + 4 = 12, then 3×12=363 \times 12 = 36, then 36÷6=636 \div 6 = 6, finally 1006=94100 - 6 = \mathbf{94}.
  5. 8÷4=28 \div 4 = 2, then 2÷2=12 \div 2 = 1, then 3×2=63 \times 2 = 6, finally 1+6=71 + 6 = \mathbf{7}.

Summary

  • PEMDAS and BODMAS are different mnemonics for the same four levels of priority.
  • Level 1: Parentheses/Brackets. Level 2: Exponents/Orders. Level 3: Multiplication and Division (left to right). Level 4: Addition and Subtraction (left to right).
  • Multiplication does NOT always come before division, and division does NOT always come before multiplication. They have equal priority — evaluate left to right.
  • The same left-to-right rule applies to addition and subtraction.
  • PEMDAS rules apply inside parentheses, not just outside them.

Need help with PEMDAS or BODMAS problems?

Take a photo of your math problem and MathPal will solve it step by step.

Open MathPal