Topic · Arithmetic

Negative Numbers

Subtraction has been quietly cheating you: as long as the answer is positive, the whole-numbers world works fine. The moment $5 - 8$ comes up, the system runs out of numbers. Extending the number line to the left fixes this — and unlocks a rule that has confused students for centuries: a negative times a negative is a positive.

What you'll leave with

  • Why negative numbers were forced into existence: subtraction needs to always have an answer.
  • The number line as the single picture that makes signed arithmetic coherent.
  • Addition as "stepping," and subtraction as "adding the opposite" — one rule covers both.
  • The sign rules for multiplication and division — and an actual reason why $(-)\cdot(-)$ gives a positive.

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.

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.

Historical note

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.

−14 −10 −6 −2 0 2 6 10 14 NEGATIVES POSITIVES −5 +5 mirror across zero

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.
Absolute value

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).
Don't memorize the cases

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.
Why "two negatives make a positive" in subtraction

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.

The shorter version

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.

6. Playground: signed steps on the number line

Pick a starting number, an operation, and a second number. The arrow shows the journey. The interesting move: set $b$ to a negative value, switch between $+$ and $-$, and watch what happens — subtracting $-3$ traces the exact same arrow as adding $+3$.

5 + 3 = 8
0 −15 −10 −5 5 10 15 start: 5 end: 8
5
Operation
3
Try it

Set $a = 5$, $b = -3$, operation $+$. The arrow goes left and ends at $2$. Now flip the operation to $-$ — the arrow reverses and ends at $8$. Now set $b = 3$ (positive) with operation $-$: same as the first one. With $b = -3$ and operation $-$: same as the second. The four combinations only produce two arrows, because subtracting a negative is the same as adding a positive.

7. Common pitfalls

Comparing negatives the wrong way

$-2$ is bigger than $-5$, even though $5 > 2$. On the number line, $-2$ is further right (closer to zero). The intuition "bigger magnitude means bigger number" only works for positives — for negatives, it's the opposite.

Two negatives don't always make a positive

The slogan applies to multiplication and to subtraction-of-a-negative — not to addition. $-5 + (-3) = -8$, not $+8$. Adding two negatives just piles up more negative. The "two negatives make a positive" rule has a context, and that context is multiplication or sign-flipping, not addition.

Losing a sign while moving terms around

When you reorder or distribute, every minus sign has to come along for the ride. $-(3 - 5) = -3 + 5 = 2$, not $-3 - 5 = -8$. If you're working a multi-step problem, write each sign-flip explicitly rather than doing two of them in your head at once.

$-3^2$ versus $(-3)^2$

By the order-of-operations rule, the exponent binds tighter than the unary minus, so $-3^2 = -(3^2) = -9$. To square a negative number, you must wrap it in parentheses: $(-3)^2 = 9$. This bites repeatedly in physics and statistics formulas; if you can't tell whether a minus sign is "part of the number" or "applied afterwards," you can't compute the expression.

8. Worked examples

Try each before opening the solution.

Example 1 · $-7 + 4$

Two arrows fight each other: a leftward step of $7$ and a rightward step of $4$. The net effect is $7 - 4 = 3$ units of leftward, so the answer is $-3$.

$$ -7 + 4 = -3. $$

Check on the number line: start at $-7$, step $4$ to the right, land at $-3$ ✓.

Example 2 · $-3 - 8$

Rewrite as addition-of-the-opposite:

$$ -3 - 8 = -3 + (-8). $$

Now both steps point left. Add the magnitudes: $3 + 8 = 11$. Keep the common sign: negative.

$$ -3 - 8 = -11. $$
Example 3 · $6 - (-9)$

The subtraction-is-addition rule gives:

$$ 6 - (-9) = 6 + (-(-9)) = 6 + 9 = 15. $$

The two negative signs in "$-(-9)$" are the opposite-of-the-opposite — a double mirror that brings you back to $+9$.

Example 4 · $(-4) \cdot (-7)$

Multiply the magnitudes, then read off the sign. Magnitudes: $4 \cdot 7 = 28$. Signs: same sign → positive.

$$ (-4) \cdot (-7) = +28. $$

If you prefer the flip picture: multiplying by $-4$ flips and scales by $4$; doing it again with $-7$ flips back and scales by $7$. Two flips cancel; the result is $4 \cdot 7 = 28$.

Example 5 · $-24 \div 6$

Magnitudes: $24 \div 6 = 4$. Signs: one negative, one positive → negative.

$$ -24 \div 6 = -4. $$

Check by multiplication: $-4 \cdot 6 = -24$ ✓. Sign rules for division are the same as for multiplication because division is inverse multiplication.

Sources & further reading

The framing on this page — addition as stepping, subtraction as adding-the-opposite, "neg × neg = pos" derived from a pattern — is now standard in modern textbooks. The sources below state it more carefully and provide drill.

Test your understanding

A quiz that builds from easy to hard. Pick an answer to get instant feedback and a worked explanation. Your progress is saved in this browser — come back anytime to continue.

Question 1 of N
0 correct