Mathematics · Arithmetic
Below zero: numbers that point the other way
Try this first
It's 3°C outside and the temperature drops 7 degrees overnight. What does the thermometer read now — and what does the number you just wrote actually mean?
Counting numbers run 1, 2, 3,… off to the right, and so far every lesson has lived there. But the thermometer kept falling past zero, and "3 minus 7" has an honest answer: −4, four degrees below zero. A negative number is just a number on the far side of zero — the same distance, the opposite direction. Owing $4 is −4 dollars; four steps back is −4 steps forward.
Stretch the number line to the left of zero and the whole picture snaps together. Zero sits in the middle. To its right, the positives; to its left, their mirror images. Adding still means hopping right, subtracting means hopping left — you're just allowed to walk past zero now.
The one idea
A negative number is the mirror image of a positive across zero — same size, opposite direction. The integers are all of them together: …,−2,−1,0,1,2,…. The sign carries direction; the digits carry distance.
The rules of signs, and why they hold
Two moves cover almost everything. Adding a negative is subtracting: 3 + (−7) is the same leftward hop as 3 − 7 = −4. And subtracting a negative is adding: taking away a debt makes you richer, so 5 − (−2) = 7. Removing a backward step leaves you further forward.
Multiplication follows the same logic. Multiplying by a negative flips direction. So (−1) × 4 = −4 (flip the 4 to the other side), and flipping twice lands you back where you started: (−1) × (−4) = +4. That's the whole reason two negatives make a positive — not a trick, just two flips cancelling.
| Operation | Example | Reading |
|---|---|---|
| Add a negative | 3 + (−7) = −4 | hop left instead of right |
| Subtract a negative | 5 − (−2) = 7 | remove a backward step |
| Negative × positive | (−3) × 4 = −12 | one flip → negative |
| Negative × negative | (−3) × (−4) = 12 | two flips → positive |
Work one, then finish one
Worked: (−4) × (−3). Ignore the signs first: 4 × 3 = 12. Now count the negatives — two of them, an even count, so the flips cancel and the result is positive: 12.
Your turn: evaluate 5 + (−8) − (−2). Rewrite each piece as a plain hop, then walk it on the line. (Answer: 5 − 8 + 2 = −1.)
Why this earns a place in your toolkit
Everything a model learns is a nudge with a direction, and direction is exactly what a sign encodes. When a network trains, it computes how wrong it was — an error that can be positive (overshot) or negative (undershot) — and the sign tells it which way to correct. The core update, gradient descent, literally subtracts a number from each weight to step downhill; a negative weight is one that pushes a prediction down rather than up. Without numbers that can point both ways, a model could only ever grow, never adjust. The minus sign is where learning gets its steering.
Recall check · no peeking
- In your own words, what do the sign and the digits of a number each tell you?
- Rewrite
6 − (−3)as an addition, and give the answer. - Why does
(−2) × (−5)come out positive? Explain with "flips," not a rule. - Where in training does the sign of a number decide what happens next?
Explain it back
In one sentence, explain to a 10-year-old why subtracting a negative makes a number bigger.