1. Why we need negatives
Subtraction inside the whole numbers works on a condition: the answer has to be positive. $8 - 5 = 3$ is fine, but $5 - 8$ has no answer. There is no whole number you can land on that makes the equation true.
You could shrug and refuse to ask the question — and for centuries, that's exactly what European mathematicians did. But the world doesn't cooperate. Plenty of real situations have a natural "below zero":
- Money. If you have $\$5$ and owe $\$8$, your net worth is $-\$3$.
- Temperature. A winter morning at $-3$°C is colder than zero, and it makes sense to say so.
- Elevation. The Dead Sea sits at $-430$ metres relative to sea level.
- Time. "3 BCE" is, in essence, the year $-3$.
To make subtraction always have an answer, mathematicians extended the number system: every positive number gets a partner on the other side of zero. That partner is its negative, and the merged set is the integers.
The whole numbers extended with a negative copy of each positive: $\ldots, -3, -2, -1, 0, 1, 2, 3, \ldots$. Written $\mathbb{Z}$ (from the German Zahlen, "numbers"). Closed under addition, subtraction, and multiplication — once you have integers, those three operations never run out of room.
Negative numbers are old. Chinese mathematicians used red and black counting rods to track signed quantities by around 200 BCE. The Indian astronomer Brahmagupta gave a complete arithmetic of negatives in the 7th century, including a rule he stated as "the product of two debts is a fortune." European mathematicians, by contrast, resisted them for nearly a thousand years; Cardano called them "fictitious" in the 16th century. Negatives only became fully respectable in Western mathematics around the 1800s — surprisingly recent, given how obvious they look today.
2. The number line and absolute value
The single picture that organizes everything about signed arithmetic is the number line: a horizontal line with zero in the middle, positives running to the right, negatives running to the left. Every integer occupies one spot. Every positive has a mirror image across zero — that's its negative — at the same distance from zero, on the other side.
This picture is the home base. Two ideas anchor everything that follows:
- Sign tells you direction. The sign of a number says which side of zero it lives on. Positives are right of zero; negatives are left.
- Magnitude tells you distance. How far the number sits from zero is its absolute value, written $|a|$. So $|7| = 7$ and $|-7| = 7$ — both are seven units from zero, just in opposite directions.
The distance of a number from zero on the number line, with sign discarded. Written $|a|$. Formally: $|a| = a$ when $a \geq 0$, and $|a| = -a$ when $a < 0$. The absolute value of any number is always non-negative.
Comparison reads off the picture: the number further right on the line is bigger. So $-2 > -5$ — surprising at first ($5$ is bigger than $2$, after all), until you remember we're asking which is further right. $-2$ is closer to zero, hence further right, hence bigger. The "size" of a negative number (how negative it is) runs opposite to its value as an ordering.
3. Adding signed numbers
On the number line, addition is one motion: start at the first number, take a step whose direction matches the sign of the second number and whose length matches its magnitude. The point you land on is the sum.
- $5 + 3$: start at $5$, step $3$ to the right. Land on $8$.
- $5 + (-3)$: start at $5$, step $3$ to the left. Land on $2$.
- $-5 + 3$: start at $-5$, step $3$ to the right. Land on $-2$.
- $-5 + (-3)$: start at $-5$, step $3$ to the left. Land on $-8$.
The "rules" you might have learned as separate cases are all consequences of this one picture:
- Same signs. The two steps point the same way — they pile up. Add the magnitudes; keep the common sign. $-5 + (-3) = -8$.
- Different signs. The steps fight each other — the net step is the difference of the magnitudes, pointing the way of the bigger one. $5 + (-3) = +2$ (more right than left); $-5 + 3 = -2$ (more left than right).
Memorize the picture instead. "Step right for positive, left for negative" handles every signed addition without ever needing a table.
4. Subtracting is adding the opposite
The cleanest fact in signed arithmetic, and the one that turns the four-case mess of "which sign goes where in subtraction?" into a single rule:
$a - b$ means the same thing as $a + (-b)$.
Subtraction is addition. To subtract $b$, you add $b$'s negative. The only new piece is reading off $-b$ — the opposite of $b$ — which is whatever number sits the same distance from zero as $b$ but on the other side.
Two consequences fall out immediately, and they're the ones that trip people up:
- Subtracting a positive moves left. $5 - 3 = 5 + (-3) = 2$. (Same answer as before, just re-derived from one rule.)
- Subtracting a negative moves right. $5 - (-3) = 5 + (+3) = 8$. The two minus signs "cancel" — but the reason is that "the opposite of $-3$" is $+3$, not some new sign-flipping rule.
The phrase is shorthand for: subtraction is addition-of-the-opposite, and the opposite of a negative is a positive. There's no special algebra to memorize — just the chain $a - (-b) = a + (-(-b)) = a + b$, which uses the fact that $-(-b) = b$ ("the opposite of the opposite is the original"). You can read that off the number line: mirror across zero twice and you're back where you started.
5. Multiplying and dividing signed numbers
Here is the famous rule, the one mathematicians fought over for centuries:
| Sign of $a$ | Sign of $b$ | Sign of $a \cdot b$ |
|---|---|---|
| $+$ | $+$ | $+$ |
| $+$ | $-$ | $-$ |
| $-$ | $+$ | $-$ |
| $-$ | $-$ | $+$ |
Two summaries that cover the same content:
- Same signs → product is positive. Different signs → product is negative.
- Each minus sign in the factors flips the sign of the product once. An even number of minus signs leaves it positive; an odd number makes it negative.
The first three rows are easy to accept. The fourth — negative times negative is positive — is the one that needs an actual argument. Here's a clean one.
Why $(-3) \cdot (-4) = +12$
Look at the pattern of $(-3) \cdot n$ for $n = 4, 3, 2, 1, 0$:
$$ (-3) \cdot 4 = -12 $$ $$ (-3) \cdot 3 = -9 $$ $$ (-3) \cdot 2 = -6 $$ $$ (-3) \cdot 1 = -3 $$ $$ (-3) \cdot 0 = 0 $$Each row is $3$ more than the one above it. The pattern is asking — politely — to continue. The next line should be $3$ more than $0$:
$$ (-3) \cdot (-1) = +3 $$ $$ (-3) \cdot (-2) = +6 $$ $$ (-3) \cdot (-3) = +9 $$ $$ (-3) \cdot (-4) = +12 $$For the rules of arithmetic to stay consistent — for the pattern not to break exactly at zero — a negative times a negative has to be positive. It's not a convention picked arbitrarily; it's the only choice that keeps multiplication well-behaved.
If multiplying by $-1$ means "flip across zero" (which it does — $-1 \cdot 7 = -7$ moves $7$ to its mirror), then multiplying by $-1$ twice means flipping twice, which lands you back where you started. So $(-1) \cdot (-1) = +1$. Every $(-a) \cdot (-b)$ is just $a \cdot b$ with two flips, which cancel.
Division inherits the same rule
Division is the inverse of multiplication, so the sign rule is identical: same signs → positive quotient; different signs → negative quotient. $-24 \div 6 = -4$; $24 \div (-6) = -4$; $-24 \div (-6) = +4$. The magnitude is whatever the corresponding positive division gives; the sign falls out of the same table you just learned.