The Core Idea
The written addition algorithm builds the answer from the right: add the ones, carry, add the tens, carry again. It works, but it makes you wait until the very end to know roughly how big the answer is, and the carries pile up out of sight. In your head, that is backwards.
Adding mentally flips the order and the goal. Instead of grinding through columns, you break each number into parts you can recombine, and you reach for friendly numbers - multiples of ten - as stepping stones. The whole approach rests on one fact about addition: you can split the numbers however you like and add the pieces in any order, because addition is associative and commutative. $87 + 69$ is the same total whether you add the tens first, the ones first, or rearrange the whole thing.
That freedom is what makes mental addition flexible rather than rote. A learner who sees $69$ as "almost $70$" can turn a hard sum into an easy one on purpose. A learner who only knows carry-the-one has to run the same procedure every time and hope the carries land right. Understanding the structure of the numbers is what lets you choose the easy path.
Method 1: Left-to-Right by Place Value
How do you add two large numbers in your head without losing track? Add from the left, biggest pieces first. You get the rough size of the answer immediately, then refine it.
Take $87 + 69$. Add the tens of the second number, then its ones:
$$87 + 60 = 147$$ $$147 + 9 = 156$$
One running number, start to finish. The answer is $156$.
Why it works: $69 = 60 + 9$, so $87 + 69 = (87 + 60) + 9$. You are splitting the second number by place value and adding the parts. Leading with the tens means that even before you finish, you know the answer is "about $150$," which catches large errors early - if you had landed on $96$ or $1{,}560$, you would feel that something was off.
Three-digit sums work the same way, just with more pieces: for $342 + 215$, add $342 + 200 = 542$, then $542 + 10 = 552$, then $552 + 5 = 557$.
Method 2: Making Tens (Benchmarks)
The fastest mental adders lean on round tens as resting points. The idea: nudge one number up to the nearest ten by borrowing from the other, then finish.
How do you add a single digit to a number near a ten without losing track? Use the ten as a benchmark. Take $15 + 8$. Push $15$ up to $20$ first, which needs $5$, so split the $8$ into $5 + 3$:
$$15 + 5 = 20$$ $$20 + 3 = 23$$
The answer is $23$. You traded an awkward "fifteen plus eight" for "twenty plus three," which the eye reads instantly.
This is the "make a ten" idea that early-grade teachers build with ten-frames, and it scales. For $48 + 7$: push $48$ to $50$ using $2$ from the $7$, leaving $5$, so $50 + 5 = 55$. The reason it works is that a multiple of ten is a place where the ones column resets to zero - adding past it is just reading off the leftover.
Making tens pays off most when one number is sitting two or three short of a round figure. When a number is sitting just over a round figure - or just under a bigger one like $100$ - compensation is cleaner.
Method 3: Compensation
When a number is close to a round figure, round it, add the easy version, then take back what you borrowed. One easy addition plus a small correction beats one hard addition.
Take $323 + 198$. The $198$ is two short of $200$, so add $200$ and give the $2$ back:
$$323 + 200 = 523$$ $$523 - 2 = 521$$
The answer is $521$. You added $2$ too much, so you subtract $2$ at the end.
The direction is the only thing to keep straight, and it is the mirror image of compensation in subtraction. Here you added extra, so you remove the surplus. Picture the number line: you stepped two past where you meant to land, so you walk two back.
Compensation also works going the other way. For $256 + 99$, add $100$ and step back $1$: $256 + 100 = 356$, then $356 - 1 = 355$. Anytime a number ends in a string of nines, this is almost always the quickest route.
How do you add a long list of numbers in your head? Scan the list for pairs that make a round ten or hundred first, add those together, then fold in the leftovers. Reordering is allowed because addition does not care about order, and grouping into friendly numbers turns a daunting column into a few easy sums.
Practice Set
Work each with the method named, then check below.
$46 + 38$ (left-to-right by place value)
$27 + 6$ (making tens)
$415 + 297$ (compensation)
$58 + 9$ (making tens or compensation)
$234 + 158$ (your choice - which fits best?)
Answers. 1. $84$. 2. $33$. 3. $712$. 4. $67$. 5. $392$ (left-to-right is clean here: $234 + 100 = 334$, $+50 = 384$, $+8 = 392$).
Common Mistakes In Adding Mentally
Mistake 1: Adding right-to-left in your head
Where it slips in: Learners default to the paper algorithm, start with the ones, and have to hold a carry while they work the tens.
Don't do this: Do not run $87 + 69$ as "$7 + 9 = 16$, write $6$, carry $1$" in your head - the held carry is exactly what gets dropped.
The correct way: Add the tens first so the rough answer is set early, then fold in the ones. The skipped step here is the size-check that leading with the big pieces gives you for free.
Mistake 2: Forgetting to add back what you split off when making tens
Where it slips in: Splitting a number to reach a benchmark, then stopping at the benchmark.
Don't do this: Do not turn $15 + 8$ into "$15 + 5 = 20$" and answer $20$ - you have only used $5$ of the $8$.
The correct way: Track both pieces of the split. The number you broke off ($5$) gets you to the ten; the remainder ($3$) still has to be added. Say the leftover out loud if you tend to drop it.
Mistake 3: Compensating in the wrong direction
Where it slips in: Rounding a number up to add it, then adding the correction instead of subtracting it.
Don't do this: Do not compute $323 + 200 = 523$ and then add $2$ to get $525$ - you would be double-counting the rounding.
The correct way: If you rounded the number up to add it, you took on extra, so you subtract the surplus at the end. The number-line picture - overshot, step back - keeps the sign right.
How Bhanzu Approaches Adding Mentally
Bhanzu teaches adding mentally as number sense, not as a set of tricks to drill. The lesson starts from why you are allowed to break numbers apart and add the pieces in any order - the associative and commutative structure underneath every method here. Once a student owns that idea, "make a ten" and "compensation" are not rules to memorise; they are obvious moves the student would reach for anyway.
That understanding is what carries forward. A learner who adds by reshaping numbers is already doing the mental move that algebra formalises - regrouping terms to simplify an expression. A learner who only memorised carry-the-one has a procedure that works until the problem looks unfamiliar, then nothing behind it. Bhanzu trainers build the reasoning first, because mental agility comes from understanding how numbers are put together, not from speed alone.
Conclusion
Adding mentally means adding the big pieces first and reshaping numbers into friendly ones - the opposite of the right-to-left paper method.
Left-to-right by place value keeps one running number and fixes the answer's rough size early.
Making tens uses round numbers as resting points, the same idea that ten-frames teach in early grades.
Compensation rounds a near-round number, adds the easy version, then gives back the surplus.
The reasoning transfers - regrouping numbers to add them is the same habit that makes algebra manageable later.
To build adding mentally on understanding rather than rote drills, explore Bhanzu's mental maths for kids program or a math tutoring plan that teaches the why first. Want a live trainer to model these methods for your child? Book a free demo class.
Read More
Mental math tricks for the broader set of quick calculation methods
Mental subtraction for the subtraction counterparts of these methods
Speed math tricks for building speed across all four operations
Mental math for kids on starting these habits early
How to teach math to kids for the teaching-side view
Was this article helpful?
Your feedback helps us write better content