← Back to all activities한국어 → 🔢 Number & Operations

Calculating has
a set order too

Upper elementary · About 3 min read

Calculate "12 + 8 × 3" straight across from the left and you get 60, but the real answer is 36. That's because there's a rule for which part to calculate first.

🎮 Try the Mixed Calculation Lab 📚 See other topics

1Parentheses always come first, no matter what

Parentheses are a signal that says "calculate this part first." They outrank every other rule, so whenever you see parentheses in an expression, you always start inside them.

(12 + 8) × 3

Calculate 12 + 8 = 20 inside the parentheses first, then 20 × 3 = 60.

2Multiplication/division comes before addition/subtraction

Without parentheses, multiplication and division are calculated before addition and subtraction. Calculate in the wrong order and you get a completely different answer.

12 + 8 × 3

Calculate 8 × 3 = 24 first, then 12 + 24 = 36 is the correct answer. (Doing 12 + 8 first gives 60, which is wrong!)

3Same-priority operations go left to right

Multiplication and division share the same priority, and so do addition and subtraction. When there are several operations at the same priority, calculate the one on the left first, in order.

6 × 4 ÷ 2

Multiplication isn't specially first over division — you calculate the leftmost one, 6 × 4 = 24, first, then 24 ÷ 2 = 12.

4Putting it all together

① Inside parentheses → ② Multiplication/division (left to right) → ③ Addition/subtraction (left to right)
Follow just these three steps in order, and no matter how complicated the expression, you'll always get one correct answer.
( parens ) × , ÷ + , −
Follow just these three steps and even the most complicated expression won't confuse you

5Try this