The Core Idea
Speed in mental math does not come from memorising more tricks. It comes from choosing the easy version of a problem. Every quick method below is really one move: reshape the numbers in front of you into numbers you can handle, using the fact that you are allowed to break, round, and rearrange them.
The written algorithms you learned in school optimise for paper - aligned columns, carries, borrows. None of that helps in your head, where the bottleneck is how much you can hold at once. Fast mental calculators do the opposite of the paper method: they lead with the big pieces, lean on round numbers, and keep a single running total.
The reason this is worth teaching as understanding rather than as tricks: a trick works on the problems that look like the example and fails on the rest. The structure - place value, the distributive property, the fact that you can shift a difference without changing it - works on every problem. A learner who owns the structure invents the shortcuts. A learner who memorised shortcuts is stranded the moment the numbers change shape.
Method 1: Calculate Left to Right
Most people add and subtract right to left because that is how the written algorithm runs. In your head, reverse it. Leading with the largest place value sets the size of the answer immediately and spares you from holding carries.
Take $487 + 256$:
$$487 + 200 = 687$$ $$687 + 50 = 737$$ $$737 + 6 = 743$$
One running number. The answer is $743$. You knew the answer was "about $700$" after the first step, which is the built-in error check that right-to-left working hides until the end.
This works because of place value: $256 = 200 + 50 + 6$, so you can add each chunk in turn. The same left-to-right habit serves subtraction and multiplication too - always settle the big pieces first.
Method 2: Round, Then Adjust
The single most useful speed move is to round an awkward number to a friendly one, do the easy calculation, and correct at the end.
How do you handle a number like $198$ quickly? Treat it as $200$ and pay back the difference. For $345 - 198$:
$$345 - 200 = 145$$ $$145 + 2 = 147$$
The answer is $147$. You subtracted $2$ too much, so you add it back. The whole method rests on a number-line picture: round to the nearest landmark, then walk back the few steps you overshot.
The direction of the correction is the only thing to watch, and it is symmetric. Rounded up the amount you took away? Add the surplus back. Rounded up an amount you added? Subtract the surplus. When you can see the overshoot on the line, the sign is never in doubt.
Method 3: Use Place-Value Multiplication Patterns
Several multiplication "tricks" are just place value applied cleanly. They feel like magic but are completely explainable - which is exactly why they are worth understanding rather than memorising.
Multiplying by 9. Read $9$ as $10 - 1$. So $9 \times 7$ is $70 - 7 = 63$. The method is the distributive property: $9 \times 7 = (10 - 1) \times 7 = 70 - 7$.
Multiplying by 11 (two-digit). Add the two digits and drop the sum in the middle. For $11 \times 24$: the digits $2$ and $4$ sum to $6$, giving $2,|,6,|,4 = 264$.
$$11 \times 24 = (10 + 1) \times 24 = 240 + 24 = 264$$
The "put the sum in the middle" shortcut is just $240 + 24$ in disguise - the tens digit, the digit-sum, the ones digit. (When the digit-sum is $10$ or more, you carry, exactly as the addition would.)
Squaring a number ending in 5. Multiply the leading part by the next whole number up, then write $25$. For $65^2$: $6 \times 7 = 42$, then $25$, giving $4225$. This falls straight out of $(10a + 5)^2 = 100a(a+1) + 25$ - there is real algebra under the trick, which is why it never fails.
Method 4: Break Percentages Into Tens and Halves
Percentages feel slow until you build them from $10%$, which is just moving a decimal point.
To find $15%$ of $$42$: take $10%$ ($$4.20$), halve it for $5%$ ($$2.10$), and add:
$$$4.20 + $2.10 = $6.30$$
The answer is $$6.30$. Every common percentage decomposes this way - $20%$ is two tens, $25%$ is a quarter (divide by $4$), $30%$ is three tens. A percentage is a fraction with denominator $100$, so finding it is the same divide-then-scale reasoning that fractions use.
A Practice Plan That Builds Speed
Speed is the by-product of understanding plus reps - in that order. Drilling tricks you do not understand builds brittle speed that collapses under unfamiliar problems.
Short and daily beats long and occasional. Five to ten focused minutes a day moves the needle faster than an hour on the weekend.
Practice the method, not just the answer. Say which method you are using and why it fits the numbers - that is the skill that generalises.
Estimate first, then compute. Predicting the rough answer trains the size-check that catches errors.
Mix the operations. Real calculation does not arrive sorted into addition-only or multiplication-only sets.
Common Mistakes In Mental Math
Mistake 1: Memorising tricks without the reasoning
Where it slips in: A learner who knows "the 11 trick" applies it to a digit-sum of $10$ or more and forgets to carry, because they never saw it was just $240 + 24$.
Don't do this: Do not collect shortcuts as standalone spells. The memoriser archetype recites the steps perfectly until a problem sits slightly outside the pattern, then has nothing.
The correct way: Learn the place-value reason under each shortcut. Then the edge cases are obvious, because you can fall back on the full calculation any time the trick looks shaky.
Mistake 2: Working right to left in your head
Where it slips in: Defaulting to the paper algorithm and holding carries that get dropped.
Don't do this: Do not run $487 + 256$ from the ones column with a chain of carries - that is the bookkeeping the head loses.
The correct way: Lead with the largest place value so the answer's size is set first and there is nothing to carry blind.
Mistake 3: Correcting in the wrong direction after rounding
Where it slips in: Round-and-adjust problems, when the learner forgets which way to fix the estimate.
Don't do this: Do not subtract the correction when you should add it - rounding $198$ up to $200$ and then subtracting the $2$ again double-counts.
The correct way: Picture the overshoot on the number line. If you went too far past the target, step back; the direction reads off the picture.
How Bhanzu Approaches Quick Mental Math
Bhanzu teaches quick mental math as reasoning, not as a trick collection. Every method a student learns comes attached to the why - the distributive property under the $\times 9$ shortcut, the place-value split under left-to-right, the unchanged-distance idea under compensation. That is deliberate: a trick learned cold builds speed on a narrow set of problems, while the reasoning builds agility that holds on any problem.
This is the same understanding-first stance that runs through Bhanzu's whole approach. A student who understands number structure carries that flexibility into algebra, where the core skill is reshaping an expression into an easier equivalent one - exactly what mental math does with numbers. Bhanzu trainers diagnose where the number sense is thin and build from there, on the principle that genuine speed is a by-product of understanding, never a substitute for it.
Conclusion
To do mental math quickly, choose the easy version of the problem by reshaping the numbers - that one habit underlies every method here.
Work left to right so the answer's size is set early and there is nothing to carry blind.
Round and adjust to trade an awkward calculation for an easy one plus a small correction.
Place-value patterns explain the $\times 9$, $\times 11$, and squaring shortcuts - learn the reason, not just the trick.
Speed comes from understanding plus short daily practice, in that order; drilling tricks alone builds brittle speed.
To build quick mental math on understanding rather than rote tricks, explore Bhanzu's math classes online or a math tutoring plan that teaches the why first. Want a live trainer to coach your child's mental math? Book a free demo class.
Read More
Mental math tricks for the full method toolkit
Speed math tricks for building calculation speed
What is speed math for the broader idea behind fast calculation
Adding mentally and mental subtraction for operation-by-operation methods
Secrets of mental math for the pro-level techniques
Was this article helpful?
Your feedback helps us write better content