Leave lesson

Number · Integers, powers & roots

1 / 8

Negatives and the order of operations

Why the order of operations exists, why −3² and (−3)² are different numbers, and how the sign rules for negatives follow from what multiplication means.

Number · Integers, powers & roots

Negatives and the order of operations

Why the order of operations exists, why −3² and (−3)² are different numbers, and how the sign rules for negatives follow from what multiplication means.

Why it works

The order of operations is a convention with a reason. 3+4×23 + 4 \times 2 could mean two things; maths picks one so every reader gets the same answer. Powers bind tightest, then multiplication/division, then addition/subtraction — because 4×24 \times 2 is shorthand for repeated addition and 222^2 for repeated multiplication, the shorthands get unpacked first:

3+4×22=3+4×4=3+16=19.3 + 4 \times 2^2 = 3 + 4 \times 4 = 3 + 16 = 19.

Left-to-right (3+43 + 4 first) gives 28 — a different, wrong number. Brackets exist to override the convention: (3+4)×21=13(3 + 4) \times 2 - 1 = 13.

32-3^2 and (3)2(-3)^2 are different numbers. The square binds tighter than the minus, so 32-3^2 means (32)=9-(3^2) = -9 — the minus waits outside. Only a bracket puts the minus inside the square: (3)2=(3)×(3)=9(-3)^2 = (-3) \times (-3) = 9. This one distinction is worth a mark on almost every calculator paper.

Sign rules aren't magic. (3)×(2)(-3) \times (-2): multiplying by 2-2 means "take 2-2 copies" — reverse direction, twice the size — so reversing a negative lands positive: +6+6. Same-signs multiply or divide to positive, opposite signs to negative: 20÷(4)=520 \div (-4) = -5, (12)÷(3)=+4(-12) \div (-3) = +4.

Adding and subtracting negatives: think of a number line. 7+12=5-7 + 12 = 5 (walk right), 59=45 - 9 = -4 (walk left). Subtracting a negative removes a debt — a gain: 9(8)=179 - (-8) = 17. The "two minuses make a plus" chant only applies to those touching minus signs — it does NOT turn 34-3 - 4 into +7+7; that's a walk left from 3-3, landing 7-7.

Substitution with negatives: bracket everything. With p=5p = -5: p2=(5)2=25p^2 = (-5)^2 = 25, and 2p+3=2(5)+3=72p + 3 = 2(-5) + 3 = -7. Writing the bracket before substituting is the habit that stops every sign error at once.