Strategy7 min read·By the CalcBest team

Mental Math Tricks for Fast Calculations

Twelve mental math techniques that double your calculation speed: digit-sum checking, the 11-times trick, complementary multiplication, and the 5% anchor.

#mental-math#math-quiz#arithmetic#speed-tricks

Why Mental Math Is A Skill, Not A Talent

Mental math looks like magic when someone multiplies 47 × 23 in their head in two seconds. It is not magic — it is a small set of techniques that compress arithmetic into easier steps. Anyone can learn them. The Math Quiz game on CalcBest is built around exactly these techniques: the faster you can do them, the higher your score. Below are twelve that cover roughly 90% of the calculations you will see.

Trick 1: Multiply By 11 In One Step

To multiply any two-digit number by 11, add the two digits and place the sum between them. 47 × 11: 4 + 7 = 11, so the answer is 4-11-7 → 517. (When the sum is two digits, carry the 1 to the left.) 83 × 11: 8 + 3 = 11, so 8-11-3 → 913.

This works for any two-digit number and is the single fastest mental multiplication trick.

Trick 2: The 9-Times Finger Trick

Hold up both hands. To multiply 9 × n (where n is 1-10), fold down the nth finger from the left. The fingers to the left of the folded finger are the tens digit; the fingers to the right are the ones digit. 9 × 6: fold the 6th finger (right thumb). Five fingers to the left, four to the right → 54.

Useful when you do not trust your memory of the 9-times table under time pressure.

Trick 3: Square Any Number Ending In 5

Numbers ending in 5 have a special squaring rule. Take the digit(s) before the 5, multiply by (that number + 1), then append 25. 35²: 3 × 4 = 12, append 25 → 1225. 85²: 8 × 9 = 72, append 25 → 7225.

This works for any number ending in 5, including three-digit numbers: 115²: 11 × 12 = 132, append 25 → 13225.

Trick 4: Multiply Two Numbers Near 100

To multiply two numbers close to 100, subtract each from 100 to get their "deficits". Then cross-subtract: (100 - deficit_a) - deficit_b = the first part of the answer. Multiply the two deficits to get the second part. 98 × 97: deficits are 2 and 3. Cross-subtract: 98 - 3 = 95. Multiply deficits: 2 × 3 = 06. Answer: 9506.

This works for any two numbers between 80 and 100, and with practice extends slightly outside that range.

Trick 5: The Digit-Sum Check (Cast Out Nines)

To check any multiplication, sum the digits of each factor, multiply the digit-sums, sum *that* result's digits, and compare to the digit-sum of your answer. 47 × 23 = 1081: digit-sum of 47 is 4+7=11 → 1+1=2. Digit-sum of 23 is 2+3=5. 2 × 5 = 10 → 1+0=1. Digit-sum of 1081 is 1+0+8+1=10 → 1. The digit-sums match (both are 1), so the answer is *probably* correct.

This does not prove correctness — it proves incorrectness when sums do not match. As a quick sanity check it catches about 8 out of 9 errors.

Trick 6: Percentages Via 1%

To find any percentage, first find 1% (divide by 100), then multiply. 6% of 240: 1% of 240 is 2.4, so 6% is 6 × 2.4 = 14.4. This works for any percentage and avoids the common mistake of trying to multiply 240 × 0.06 in your head.

Trick 7: The 5% Anchor

5% is half of 10%, and 10% is just dividing by 10. 5% of 360: 10% is 36, half of 36 is 18. From 5% you can build 15% (add 10%), 20% (double 10% or quadruple 5%), 25% (half of 50%, which is half of 100%/2), and so on.

Trick 8: Complementary Multiplication (Numbers Near A Round Base)

To multiply two numbers near a base like 50, write each as "base + offset" or "base - offset". Cross-add: (a + offset_b) × base. Add the product of the offsets. 52 × 53 with base 50: 52 is 50+2, 53 is 50+3. Cross-add: 52+3 = 55, times base 50 = 2750. Offset product: 2 × 3 = 6. Total: 2756.

This is the Vedic multiplication method and it works for any base — 100, 1000, 20, whatever is closest to both numbers.

Trick 9: Divide By 5 By Multiplying By 2

Dividing by 5 is the same as multiplying by 2 and dividing by 10. 340 / 5: 340 × 2 = 680, divide by 10 → 68. This is much faster than long division and works for any dividend.

The reverse also works: to multiply by 5, divide by 2 and multiply by 10. 84 × 5: 84 / 2 = 42, times 10 → 420.

Trick 10: Subtract From 1000 By Complement

To subtract a three-digit number from 1000, subtract each digit from 9, then subtract the last digit from 10. 1000 - 472: 9-4=5, 9-7=2, 10-2=8. Answer: 528.

This works for 100, 1000, 10000, etc. — anywhere all digits except the last are subtracted from 9 and the last from 10.

Trick 11: Fraction-To-Decimal Anchors

Memorize these seven anchors and you can estimate most fractions instantly:

  • 1/4 = 0.25
  • 1/3 = 0.333
  • 1/5 = 0.20
  • 1/6 = 0.167
  • 1/7 ≈ 0.143
  • 1/8 = 0.125
  • 1/9 = 0.111

From these, every other common fraction is a sum: 3/8 = 1/4 + 1/8 = 0.375. 5/6 = 1 - 1/6 = 0.833. 2/3 = 2 × 1/3 = 0.667.

Trick 12: The Doubling Chain For Compound Growth

To estimate doubling time, divide 70 by the percentage growth rate. At 7% growth, how long to double? 70 / 7 = 10 years. At 5% growth? 70 / 5 = 14 years. This is the "Rule of 70" and it works for any compound growth — money, populations, anything.

Summary

  • Multiply by 11: add digits, place sum between them.
  • Multiply by 9: finger trick (or just memorize).
  • Square numbers ending in 5: n × (n+1), append 25.
  • Numbers near 100: cross-subtract deficits, multiply deficits.
  • Check work: cast out nines.
  • Percentages: find 1% first, then multiply.
  • Divide by 5: multiply by 2, divide by 10.
  • Memorize seven fraction-to-decimal anchors.

Mental math is a repertoire, not a single skill. Learn one trick at a time, use it in Math Quiz until it is automatic, then add the next. After twelve tricks you will be faster than 95% of people at everyday arithmetic — and noticeably higher on the leaderboards.

Ready to put these tips into practice?

▶ Play Math Quiz

Related Guides