University of Free Knowledge
QA 152 · fol. 3

One Order for Every Reader

The order of operations is a shared convention that makes one written expression yield exactly one value for every reader. · 10 min

Read this expression: 3 + 4 × 2. Working strictly left to right gives 14. Multiplying first gives 11. An expression that could honestly mean two different numbers is useless — so mathematics settled the question by convention, once, for everyone. This folio is about that convention: what the agreed order is, why it exists, and the one place it bites hardest — substituting negative numbers.

Guess before you learn

Commit to a value before reading on: 3 + 4 × 2 = ?

THE DEPTH DIAL — the same idea, younger or deeper
9–12

9–12

The order is a convention, not a law of nature — its job is to make one string of symbols name exactly one number for every reader. Some grouping is invisible: a fraction bar groups its whole numerator and denominator, so (x + 1)/2 halves the entire sum, and a radical groups everything under its roof.

The sharpest edge is substitution. At x = −3, the expression x² means (−3)² = 9. But typed bare, −3² means −(3²) = −9, because the exponent binds tighter than the minus sign. The habit that prevents every such accident: wrap the substituted value in parentheses, always.

order of operations

The agreed reading order: grouping, then exponents, then multiplication and division left to right, then addition and subtraction left to right.

342× (done first)+ (done last)
PLATE I 3 + 4 × 2 as a tree: the multiplication sits deeper, so it is computed first, and the addition waits.
Retrieval Gate — answer before you continue 0 / 4

1.5 + 2 × 3 = ?

2.(5 + 2) × 3 = ?

3.Why does the order of operations exist?

4.Match each stage to its place in the order.

grouping symbols
exponents
multiplication and division
addition and subtraction

Two traps deserve their own paragraph. First, ties: multiplication and division share one rank, as do addition and subtraction, so ties are broken by reading left to right. 8 − 2 + 3 is 9, because the subtraction comes first in reading order. 12 ÷ 3 × 2 is 8 for the same reason. Second, substitution: when a value stands in for a letter, wrap it in parentheses before computing anything.

grouping symbols( ), fraction bars, radicalsexponents× and ÷, left to right+ and −, left to right
PLATE II The reading order, top to bottom — ties within a rank fall to the leftmost.

Ink That Thinks — guess first; the answer draws itself.
Place the value of x² at x = −3, −2, −1, 0, 1, 2, and 3 — pencil first. The negative side is where the convention earns its keep.

-4-2024-10-50510x
Tap to place each point.
PLATE III x² across negative and positive x — the parentheses decide the sign.

Evaluate 2x² − 3(x + 1) at x = −3 — the steps fade as you master them

1
Substitute −3 for x, wrapping it in parentheses
2(−3)² − 3((−3) + 1)
2
Grouping first: settle the inner parentheses
2(−3)² − 3(−2)
3
Exponents next: (−3)² = 9
2(9) − 3(−2)
4
Multiplication, left to right
18 + 6
5
Addition last
24
Why is this true?

Why does −3² equal −9 while (−3)² equals 9?

The exponent binds tighter than the minus sign, so −3² reads as the opposite of 3², which is −9. Parentheses pull the minus sign inside before squaring, and a negative times a negative is positive: (−3)² = 9.

Retrieval Gate — answer before you continue 0 / 4

1.8 − 2 + 3 = ?

2.12 ÷ 3 × 2 = ?

3.Evaluate x² + 2x at x = −4.

4.In one sentence: when substituting x = −5 into x², why write (−5)² rather than −5²?

One order, held by everyone: grouping, exponents, multiplication and division left to right, addition and subtraction left to right — and parentheses around every substituted value. With expressions now readable by any reader, the next folio turns the pipe the other way: taking a sentence in plain words and writing it as symbols.

Practice — new ink and old, interleaved

1.In the expression 5c + 3, what does c stand for?

2.Simplify 7t + 2 − 4t, then evaluate it at t = 3.

3.2 + 3 × 4² = ?

4.At x = −2, the expression x² equals:

5.Without looking back: recite the full order of operations, including how ties are broken.

6.Evaluate 3n + 2 when n = 7.

7.Put the steps for evaluating 4(x − 1)² at x = 3 in order.

  1. Substitute with parentheses: 4((3) − 1)²
  2. Grouping: 4(2)²
  3. Exponent: 4 × 4
  4. Multiply: 16
The Call Slip — search everything Ctrl·K / ⌘K