You're staring at a problem: -7 - (-3). Your brain freezes. Which means is it -10? -4? Something else entirely?
Most of us learned these rules in middle school, memorized a few rhymes, and moved on. But here's the thing — memorizing isn't understanding. And when the numbers get messy or the context shifts, memorization fails.
Let's actually make sense of this.
What Is Integer Addition and Subtraction
Integers are just whole numbers and their negatives. Zero sits in the middle. But positive numbers live to the right on the number line. Negatives live to the left.
Adding and subtracting them isn't some special new math. It's the same operations you've done since kindergarten — just extended in both directions.
The confusion usually starts because we're used to "adding makes bigger" and "subtracting makes smaller." That rule works great for positive numbers. It falls apart the moment negatives enter the chat.
The number line is your best friend
If you take one thing from this article, make it this: draw the number line. Every time. Even for simple problems. Even when you think you don't need it.
Start at the first number. Addition means move right. Subtraction means move left. The second number tells you how many steps.
-5 + 2? Start at -5. Move right 2 steps. Land on -3. -5 - 2? Start at -5. Move left 2 steps. Land on -7.
It's that simple. The rules below are just shortcuts for what the number line already shows you.
Why It Matters / Why People Care
You might be thinking: "I have a calculator. Why does this matter?"
Fair question. But integer operations show up everywhere, often disguised:
Temperature changes. It's -4°F at 6 AM. By noon it rises 12 degrees. What's the new temp? That's -4 + 12.
Bank accounts. You're overdrawn by $50. You deposit $30. Then a $5 fee hits. That's -50 + 30 - 5.
Elevation. A submarine at -200 feet ascends 75 feet, then descends 30. Where is it now?
Sports analytics. Plus/minus ratings in hockey. Point differentials in basketball. Yardage gained and lost in football.
Coding. Almost every programming language uses integer arithmetic constantly. Off-by-one errors? Often integer logic mistakes.
And here's the real reason: algebra is built on this. Every equation you'll ever solve — from 2x - 7 = 15 to quadratic formulas — relies on moving integers around correctly. If your foundation is shaky, everything above it wobbles.
How It Works
Let's break down every case. I'll show the number line logic first, then the shortcut rule.
Adding two positive numbers
This is the only case that matches your childhood intuition.
3 + 5 = 8. Start at 3, move right 5. Bigger number. No surprises.
Rule: Add the absolute values. Keep the positive sign.
Adding two negative numbers
-3 + (-5) = -8. Start at -3, move left 5. You're going deeper negative.
Rule: Add the absolute values. Keep the negative sign.
Think of it like debt. Here's the thing — you owe $3. You borrow $5 more. Now you owe $8. The debt got bigger.
Adding a positive and a negative
This is where most people hesitate. Two scenarios:
Positive + Negative (larger positive wins): 7 + (-4) = 3. Start at 7, move left 4. You're still in positive territory.
Negative + Positive (larger negative wins): -7 + 4 = -3. Start at -7, move right 4. Still negative.
Equal magnitudes: 5 + (-5) = 0. -5 + 5 = 0. They cancel out perfectly.
Rule: Subtract the smaller absolute value from the larger. Keep the sign of the number with the larger absolute value.
Another way to think about it: which team has more players? Positives vs. negatives. Each pair cancels. Whatever's left determines the sign.
Subtracting positive numbers
Two cases again:
Positive minus positive (larger first): 9 - 4 = 5. Start at 9, move left 4. Still positive.
Positive minus positive (smaller first): 4 - 9 = -5. Start at 4, move left 9. You cross zero into negatives.
Negative minus positive: -4 - 9 = -13. Start at -4, move left 9. Deeper negative.
Rule: Subtracting a positive is the same as adding a negative. 9 - 4 = 9 + (-4). -4 - 9 = -4 + (-9).
We're talking about a key insight. Subtraction isn't a separate operation — it's addition in disguise.
If you found this helpful, you might also enjoy how to do multi step equations or how long is the ap calc ab exam.
Subtracting negative numbers
The famous "minus a minus" situation. This is where the rhymes live: "two negatives make a positive" or "keep, change, change."
Let's see why it works on the number line.
5 - (-3) = 8. Start at 5. Subtracting means move left... but the number is negative, so you move the opposite* direction. Which means right 3. Land on 8.
-5 - (-3) = -2. Start at -5. Move right 3. Land on -2.
-5 - (-8) = 3. Start at -5. Move right 8. Cross zero. Land on 3.
Rule: Subtracting a negative = adding a positive. a - (-b) = a + b.
Why? Because subtraction means "add the opposite.In real terms, " The opposite of -3 is +3. So minus negative three becomes plus positive three.
The "Keep-Change-Change" method
You've probably seen this. It's a mechanical procedure for any subtraction problem:
Keep the first number. Change the subtraction sign to addition. Change the second number to its opposite.
Examples:
- 7 - 4 → 7 + (-4) = 3
- 7 - (-4) → 7 + 4 = 11
- -7 - 4 → -7 + (-4) = -11
- -7 - (-4) → -7 + 4 = -3
It works every time. But — and this matters — it's a procedure, not understanding. Still, use it as a safety net. But if you can visualize the number line, you don't need it.
Common Mistakes / What Most People Get Wrong
"Two negatives make a positive" — applied wrong
This rhyme only applies to multiplication and division. Or to subtracting a negative.
It does NOT apply to adding two negatives. -3 + (-5) = -8. Not +8. Not -2.
I've seen students write -3 + -5 = +8 because "two negatives make a positive." That's a category error. The rhyme doesn't live here.
Confusing addition and subtraction rules
Students often mix up which operation changes signs. Consider this: adding two negatives gives a negative; subtracting a negative gives a positive. These are completely different scenarios.
-3 + (-5) = -8 (adding negatives) -3 - (-5) = -3 + 5 = 2 (subtracting a negative)
Forgetting the number line visualization
When students rely solely on memorized rules without understanding the underlying concept, they make errors under pressure or with complex problems. The number line isn't just a teaching tool—it's the foundation of why these rules work.
Misapplying "keep-change-change" to addition
The keep-change-change method only works for subtraction. Applying it to addition problems leads to incorrect answers: -3 + (-5) is NOT -3 + 5 = 2
Why This Matters Beyond Math Class
Understanding signed number operations builds logical reasoning skills. It teaches you to:
- Recognize when rules apply in specific contexts
- Distinguish between similar but different concepts
- Translate abstract symbols into concrete actions
- Check your work using multiple methods
These skills transfer to programming (handling positive/negative values), finance (debits vs. credits), physics (direction and magnitude), and everyday decision-making.
Quick Reference Guide
Adding integers:
- Same signs: Add absolute values, keep the sign
- Different signs: Subtract absolute values, take the larger sign
Subtracting integers:
- Convert to addition: a - b = a + (-b)
- Subtracting a negative: a - (-b) = a + b
Multiplying/dividing integers:
- Same signs: Positive result
- Different signs: Negative result
Remember: The number line is your friend. When in doubt, visualize the movement.
Conclusion
Mastering signed number operations requires moving from concrete visualization to abstract rule application. Start with the number line to build intuition, then internalize the patterns. Avoid the trap of memorizing rhymes without understanding their scope. With practice, these operations will feel natural—preparing you for algebra, calculus, and real-world problem-solving where positive and negative values abound.