๐Ÿ”ข Order of Operations

PEMDAS / BODMAS โ€” which step comes first?

โ† Back to Math Topics

Why Do We Need an Order?

If everyone solved a calculation in a different order, they would get different answers! Look at \(2 + 3 \times 4\):

โŒ Left to right: \(2 + 3 = 5\), then \(5 \times 4 = 20\)
โœ… Correct order: \(3 \times 4 = 12\), then \(2 + 12 = 14\)

To make sure everyone gets the same answer, we always follow the same order. Two popular ways to remember it are PEMDAS and BODMAS โ€” they mean exactly the same thing.

P/B
Parentheses / Brackets โ€” do anything inside \(( \; )\) first.
E/O
Exponents / Orders โ€” powers and roots like \(3^2\) or \(\sqrt{9}\).
MD
Multiplication & Division โ€” left to right (they are equal rank).
AS
Addition & Subtraction โ€” left to right (they are equal rank).

PEMDAS

Parentheses Exponents Multiply / Divide Add / Subtract

BODMAS

Brackets Orders Divide / Multiply Add / Subtract

Watch Out!

ร— and รท are equal + and โˆ’ are equal

When operations are equal rank, work left to right.

Worked Example

Evaluate \(6 + 2 \times (3^2 - 4)\)

1. Parentheses first, and inside them do the exponent: \(3^2 = 9\), so \((9 - 4) = 5\).
2. Now: \(6 + 2 \times 5\).
3. Multiplication before addition: \(2 \times 5 = 10\).
4. Addition: \(6 + 10 = 16\).
โœ… Answer: 16

Tips

  • Always scan for brackets and powers before adding or multiplying.
  • Multiplication is not always before division โ€” do whichever comes first reading left to right.
  • Rewrite the whole expression after each step so you don't lose track.