Secrets of Mental Math: Pro Methods Explained

#Parenting
TL;DR
The real secrets of mental math are not tricks - they are a few structural ideas (complements, the distributive property, and built-in checks) that experts apply flexibly. This article explains the pro-level methods - complement subtraction, the close-together multiplication method, fast divisibility tests, and casting out nines - each with a worked example and the reasoning that makes it work, so you can use them on any numbers.
BT
Bhanzu TeamLast updated on July 22, 20269 min read

The Core Idea

Watch a stage "mathemagician" like Arthur Benjamin compute a four-digit square in seconds and it looks like memory. It is not. The performers who wrote the books on this - Benjamin and Michael Shermer's Secrets of Mental Math being the best known - all teach the same thing: speed comes from a small set of structural moves, applied to whatever numbers arrive.

The genuine secret is that there is no secret list to memorise. There are about four ideas - measure distance with complements, break products apart with the distributive property, read divisibility off digits, and check work with remainders - and everything else is those four, reshaped. The performers are fast because they understand the structure deeply enough to pick the right move instantly, not because they have a bigger trick collection.

That is the difference worth holding onto. A trick is a recipe for one shape of problem. A structural idea is a tool that adapts to every shape. The methods below are presented as the second kind, because that is what makes them transfer beyond the party-piece numbers.

Secret 1: Subtract With Complements

So what is the actual secret behind fast subtraction from round numbers? The fastest subtraction from a power of ten uses complements - how far a number sits from $100$ or $1000$. The complement of a number is what you add to reach the next round figure.

To compute $1000 - 638$, do not borrow across three zeros. Read the complement directly: subtract each digit of $638$ from $9$, then the last from $10$.

$$9 - 6 = 3, \quad 9 - 3 = 6, \quad 10 - 8 = 2 ;\Rightarrow; 362$$

The answer is $362$. Check it: $638 + 362 = 1000$. The method works because $1000 = 999 + 1$, and subtracting from all-nines never borrows - each digit is independent. The final $+1$ is why the last digit comes from $10$ rather than $9$.

Complements turn the worst subtractions (round numbers full of zeros) into the easiest, because they replace a borrow chain with a digit-by-digit read.

Secret 2: The Close-Together Multiplication Method

Multiplying two numbers near each other - and especially near a round base - is where the distributive property earns its keep. This is the method behind a lot of "lightning" two-digit multiplication.

Take $97 \times 98$. Both are near $100$. Their distances below $100$ are $3$ and $2$. Subtract one number's distance from the other number, then append the product of the distances:

$$100 - (3 + 2) = 95 \quad \text{(the leading part)}$$ $$3 \times 2 = 6 \quad \text{(the trailing part, padded to two digits: } 06\text{)}$$ $$97 \times 98 = 9506$$

The answer is $9506$. This is not arbitrary. Writing the numbers as $100 - 3$ and $100 - 2$ and expanding:

$$(100 - 3)(100 - 2) = 100(100 - 3 - 2) + (3)(2) = 9500 + 6$$

The "subtract the cross distance, append the product" rule is that expansion. Knowing the algebra is what tells you to pad the $6$ to $06$ and how to handle bases other than $100$ - the trick alone leaves you guessing on the edge cases.

The squaring shortcut for numbers ending in $5$ is the same idea: $65^2 = (60 + 5)(70 - 5)$-style reasoning collapses to "$6 \times 7$ then $25$," giving $4225$, straight from $(10a+5)^2 = 100a(a+1) + 25$.

Secret 3: Read Divisibility Off the Digits

How can you tell if a big number is divisible by 3 or 9 without dividing? Experts never trial-divide to check a factor. They read divisibility from the digits, because each test reflects how our base-ten system carries remainders.

  • By 3: the digit sum is divisible by $3$. For $4{,}713$: $4+7+1+3 = 15$, divisible by $3$, so $4{,}713$ is too.

  • By 9: the digit sum is divisible by $9$. ($15$ is not, so $4{,}713$ is not divisible by $9$.)

  • By 11: the alternating digit sum (add, subtract, add) is divisible by $11$. For $4{,}713$: $4 - 7 + 1 - 3 = -5$, not divisible, so no.

Why the digit-sum tests work: $10$ leaves remainder $1$ when divided by $9$ (and by $3$), so every power of ten does too - which means a number and its digit sum leave the same remainder. For $11$, powers of ten alternate between remainder $+1$ and $-1$, which is exactly why you alternate signs. These are not coincidences to memorise; they fall out of how place value interacts with the divisor.

Secret 4: Check Your Work by Casting Out Nines

How do mental calculators check an answer without redoing the whole sum? The pros do not just calculate fast - they catch their own errors with a remainder check called casting out nines. It uses the digit-sum idea from Secret 3 as a verification tool.

Suppose you computed $487 + 256 = 743$. Take the digit sum of each number, reduced to a single digit:

$$487 \to 4+8+7 = 19 \to 1+9 = 10 \to 1$$ $$256 \to 2+5+6 = 13 \to 1+3 = 4$$ $$1 + 4 = 5 \quad \text{(expected check value)}$$

Now the answer: $743 \to 7+4+3 = 14 \to 5$. The check value ($5$) matches the answer's digit root ($5$), so the result passes.

The check confirms $743$. It works because a number and its digit sum leave the same remainder on division by $9$ - so the remainders must balance across a correct calculation. It will not catch every error (a digit swap can slip through), but it flags most arithmetic slips in seconds, which is why mental calculators run it instinctively.

Practice Set

Work each with the method named, then check below.

  1. $1000 - 247$ (complements)

  2. $96 \times 97$ (close-together method)

  3. Is $5{,}832$ divisible by $3$? By $9$? (digit-sum tests)

  4. Check whether $58 \times 7 = 406$ (casting out nines)

  5. $75^2$ (the ending-in-5 square)

Answers. 1. $753$. 2. $9312$ (leading $93$, trailing $12$, from distances $4$ and $3$). 3. Yes to both - digit sum $18$. 4. Passes: $58 \to 4$, $7 \to 7$, $4 \times 7 = 28 \to 1$; $406 \to 1$. Match. 5. $5625$ ($7 \times 8 = 56$, then $25$).

Common Mistakes With Mental Math

Mistake 1: Collecting tricks instead of understanding them

Where it slips in: A learner memorises the close-together method as "subtract and append" but never sees the distributive expansion, so they cannot pad correctly or change the base.

Don't do this: Do not treat each pro method as an isolated spell. The memoriser archetype performs flawlessly on the demo numbers and freezes on anything just outside them.

The correct way: Learn the algebra under each method. Then you can rebuild it from scratch and bend it to numbers the demo never showed - which is the whole point of the structural view.

Mistake 2: Trusting a fast answer with no check

Where it slips in: Speed without verification - the faster you go, the more a single slip costs.

Don't do this: Do not deliver a quick mental answer on anything that matters without a sanity step. The rusher archetype lives here: races to a number, never checks the size or the remainder.

The correct way: Estimate the size first, and cast out nines on important results. A check that takes two seconds saves answers that are confidently wrong.

Mistake 3: Misreading the complement's last digit

Where it slips in: Complement subtraction, when every digit is taken from $9$ including the last, dropping the final $+1$.

Don't do this: Do not compute $1000 - 638$ as $9-6, 9-3, 9-8 = 361$ - that is the complement of $999$, not $1000$.

The correct way: Take all digits but the last from $9$, and the last from $10$. The reason is that $1000 = 999 + 1$, and the $+1$ has to land somewhere - it lands on the ones place.

How Bhanzu Approaches the Secrets of Mental Math

Bhanzu teaches these methods as what they actually are - applications of a few structural ideas - rather than as a trophy cabinet of tricks. A student meets the close-together method through the distributive property, the divisibility tests through how place value carries remainders, and the complement method through the all-nines insight. That framing is intentional: the structure is what transfers, and the trick alone is what hits a ceiling.

This is the same understanding-first stance that runs through everything Bhanzu does. Mental agility, in this view, is not a faster memory - it is a deeper grasp of how numbers are built, which is exactly the grasp that makes algebra, and the math after it, feel reasonable rather than mysterious. Bhanzu trainers teach the why behind each "secret," because a method you understand is one you can rebuild, adapt, and trust.

Conclusion

  • The real secrets of mental math are a few structural ideas, not a long list of tricks - complements, the distributive property, digit-based divisibility, and remainder checks.

  • Complements turn subtraction from round numbers into a digit-by-digit read with no borrowing.

  • The close-together method is the distributive property in disguise, which is why understanding the algebra fixes the edge cases.

  • Divisibility tests and casting out nines both flow from how place value carries remainders.

  • Speed plus a check is expertise - a fast answer with no verification is just fast and risky.

To learn the secrets of mental math as understanding rather than rote tricks, explore Bhanzu's math classes online or a math enrichment programs track that builds reasoning first. Want a live trainer to teach the why behind each method? Book a free demo class.

Read More

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

Are the secrets of mental math just memory tricks?
No. The performers who teach them, including Arthur Benjamin, build everything on a few structural ideas - complements, the distributive property, and digit-based checks. Memory helps with single-digit facts, but the speed comes from understanding, not recall.
What is casting out nines actually checking?
It checks that the remainder-on-division-by-nine balances across your calculation. Since a number and its digit sum share that remainder, a correct result must match the expected check value. It catches most slips, though not every one.
Can anyone learn these, or do you need a special gift?
Anyone can learn them. They are systematic methods, not innate talent - which is precisely why books and courses can teach them. Consistent short practice builds the fluency.
Which secret is the most generally useful?
Casting out nines, arguably - because it makes every other method safer. A fast wrong answer is worse than a slower right one, and a two-second check converts speed into reliable speed.
Do these work for very large numbers?
The structural ideas scale, but the holding capacity of working memory does not. Past a few digits, experts chunk the problem and write intermediate results. The methods stay the same; the bookkeeping moves partly onto paper.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →