Subtraction has a reputation that it partially deserves: it's genuinely more cognitively demanding than addition. When you add, you're building toward a target. When you subtract, you have to track what remains — and when borrowing is involved, the traditional method can feel like managing three variables simultaneously in your head.

The solution isn't to push harder with the traditional method. It's to use techniques specifically designed for mental work. These five strategies each sidestep the most frustrating parts of subtraction and replace them with something cleaner.

1. COUNT UP INSTEAD OF COUNT DOWN

This is counterintuitive but powerful: for many subtraction problems, it's faster to count forward from the smaller number than backward from the larger one. This is sometimes called the "shopkeeper's method" because it's exactly how people make change — they count up from the price to the bill you hand over.

83 − 67 → Start at 67. Count up to 83. 67 → 70 (added 3) 70 → 80 (added 10) 80 → 83 (added 3) Total added: 3 + 10 + 3 Answer: 16
412 − 275 → Start at 275. Count up to 412. 275 → 300 (added 25) 300 → 400 (added 100) 400 → 412 (added 12) Total: 25 + 100 + 12 Answer: 137

This method works best when the numbers are close together, or when counting up through round numbers (tens and hundreds) makes the journey feel natural. Notice how you always "hop" to the next round number first — that's the key to keeping the steps simple.

💡 Why counting up beats counting down:

Counting down from a large number requires you to track what you've subtracted and what's left. Counting up only requires you to track what you've added — one variable instead of two. Under time pressure, that difference matters enormously.

2. ROUND AND ADJUST

Just like with addition, if the number you're subtracting is close to a round number, round it up, subtract the round number, then add back the difference.

142 − 98 → Round 98 to 100 (+2) 142 − 100 = 42. Add back 2: 44 Answer: 44
500 − 267 → Round 267 to 270 (+3) 500 − 270 = 230. Add back 3: 233 Answer: 233
726 − 389 → Round 389 to 400 (+11) 726 − 400 = 326. Add back 11: 337 Answer: 337

The reason we add back (not subtract back) after rounding up is subtle but important: we subtracted too much, so we need to restore what we over-subtracted. Keeping this logic clear prevents a common calculation error.

3. THE SAME-CHANGE METHOD

One elegant fact about subtraction: if you add the same amount to both numbers, the difference between them stays identical. This lets you transform an awkward subtraction into a convenient one.

83 − 47 → Add 3 to both numbers 86 − 50 = 36 Answer: 36
145 − 68 → Add 2 to both numbers 147 − 70 = 77 Answer: 77
364 − 186 → Add 4 to both 368 − 190 = 178 Answer: 178

The goal is always to make the subtracted number end in a zero. Find what it takes to get there, add that amount to both, and the subtraction becomes trivial.

4. THE COMPLEMENT METHOD

When subtracting from a "pure" round number like 100, 1000, or 10000, there's a formula that completely eliminates carrying or borrowing. It's called the complement method (sometimes called "nines complement and add one").

To subtract from 100: Subtract each digit from 9, except the last digit which you subtract from 10.

100 − 38 → First digit: 9−3=6. Last digit: 10−8=2 Answer: 62
100 − 57 → 9−5=4, 10−7=3 Answer: 43

To subtract from 1000: Same rule — subtract each digit from 9, except the last from 10.

1000 − 347 → 9−3=6, 9−4=5, 10−7=3 Answer: 653
1000 − 820 → 9−8=1, 9−2=7, 10−0=10 → write 0, carry 1 → 180 Answer: 180
⚠️ Watch out for trailing zeros in the subtracted number:

When the number you're subtracting ends in 0, adjust your procedure. For 1000 − 820: treat the last non-zero digit as the "subtract from 10" one. This trips up a lot of students initially — just work a few examples and the pattern will click.

5. LEFT-TO-RIGHT SUBTRACTION

This is the most general technique — it works on any subtraction problem, though it requires slightly more working memory than the others. Work from left to right, handling one column at a time, and adjust as you go.

734 − 281 Hundreds: 700 − 200 = 500 Tens: 30 − 80 = −50 → running total: 500 − 50 = 450 Ones: 4 − 1 = 3 → 450 + 3 = 453 Answer: 453

The negative intermediate result (30−80=−50) is the part students find uncomfortable. With practice, it becomes natural — you're just adjusting a running estimate, which is how experienced mental math practitioners work.

⚡ PRACTICE CHALLENGE

Try these five problems using the method that seems most appropriate for each:

  • 91 − 67 = ?  [Count up]
  • 503 − 196 = ?  [Round and adjust]
  • 1000 − 463 = ?  [Complement]
  • 152 − 78 = ?  [Same-change]
  • 846 − 372 = ?  [Left-to-right]

Answers: 24 · 307 · 537 · 74 · 474

The count-up method is the one most students report becoming their go-to for battle situations — it's versatile, low-error, and feels natural once internalized. But mastering all five gives you the flexibility to handle any combination of numbers quickly.