10 Mental Math Tricks That Will Change the Way You Calculate Forever

10 Mental Math Tricks That Will Change the Way You Calculate Forever

Mental math is one of the most underrated academic skills a student can develop. While most people reach for a calculator the moment numbers get uncomfortable, a trained mind can solve the same problem in seconds — no device required.

The 10 tricks in this guide are not obscure or complicated. They are systematic, logical shortcuts built on number properties that have existed for centuries. Each one is explained with clear step-by-step logic and multiple worked examples so you can apply them immediately — whether you are in an exam hall, a classroom, or simply at a grocery store.

Work through each trick in order. By the end of this article, your relationship with numbers will be fundamentally different.

Trick 1: Multiply Any Number by 11

This is one of the most satisfying speed math techniques because it works instantly on any two-digit number and can be extended to larger numbers with one extra step.

The Rule:

For a two-digit number AB, the answer is A (A+B) B — place the sum of the two digits between them.

Examples:

  • 32 × 11 → 3 + 2 = 5 → 352
  • 54 × 11 → 5 + 4 = 9 → 594
  • 72 × 11 → 7 + 2 = 9 → 792

When the middle sum exceeds 9:

Carry 1 to the left digit.

  • 78 × 11 → 7 + 8 = 15 → Write 5 in the middle, carry 1 → (7+1)(5)(8) = 858
  • 95 × 11 → 9 + 5 = 14 → (9+1)(4)(5) = 1045

For three-digit numbers (e.g., 253 × 11):

  • Keep first and last digit: 2 _ _ 3
  • Middle pairs: 2+5=7, 5+3=8
  • Answer: 2783

Trick 2: Square Any Number Ending in 5

This trick works for every number — 15, 25, 35, 65, 105, 225 — as long as it ends in 5.

The Rule:

Take the digit(s) before 5, multiply by the next consecutive number, then append 25.

Examples:

  • 35² → 3 × 4 = 12 → append 25 → 1225
  • 65² → 6 × 7 = 42 → append 25 → 4225
  • 85² → 8 × 9 = 72 → append 25 → 7225
  • 105² → 10 × 11 = 110 → append 25 → 11025
  • 125² → 12 × 13 = 156 → append 25 → 15625

Why it works:

(10n + 5)² = 100n² + 100n + 25 = 100n(n+1) + 25. The formula is mathematically exact, not an approximation.

Trick 3: Multiply Any Number by 5

Multiplying by 5 is the same as dividing by 2 and multiplying by 10 — which is far faster mentally.

The Rule:

Divide the number by 2, then multiply by 10 (add a zero). If the number is odd, the result ends in 5.

Examples:

  • 48 × 5 → 48 ÷ 2 = 24 → 24 × 10 = 240
  • 73 × 5 → 73 ÷ 2 = 36.5 → 36.5 × 10 = 365
  • 136 × 5 → 136 ÷ 2 = 68 → 680
  • 247 × 5 → 247 ÷ 2 = 123.5 → 1235

This trick scales perfectly. 248 × 25 = 248 ÷ 4 × 100 = 62 × 100 = 6,200.

Trick 4: Multiply Numbers Near 100 (Vedic Nikhilam Method)

This technique handles multiplication of two numbers that are both close to 100 — extremely common in competitive exam problems.

The Rule:

  1. Find how far each number is from 100 (the deficit)
  2. Cross-subtract one number's deficit from the other number
  3. Multiply the two deficits for the last two digits

Example 1: 96 × 94

  • Deficits: 100−96 = 4, 100−94 = 6
  • Cross subtract: 96−6 = 90 (or 94−4 = 90) → first part = 90
  • Multiply deficits: 4 × 6 = 24 → last part = 24
  • Answer: 9024

Example 2: 97 × 93

  • Deficits: 3 and 7
  • 97−7 = 90 → 90
  • 3 × 7 = 21 → 21
  • Answer: 9021

Example 3: 88 × 92

  • Deficits: 12 and 8
  • 88−8 = 80 → 80
  • 12 × 8 = 96 → 96
  • Answer: 8096

Trick 5: The Percentage Swap Trick

Most people calculate percentages in one direction only. But percentages are reversible — and this makes many problems dramatically simpler.

The Rule:

X% of Y = Y% of X

Why this helps:

  • 4% of 75 → hard to compute directly
  • Swap: 75% of 4 = 3/4 of 4 = 3

More examples:

  • 8% of 25 → 25% of 8 = 8 ÷ 4 = 2
  • 16% of 50 → 50% of 16 = 8
  • 12% of 25 → 25% of 12 = 3 → 3

Always check which direction is easier before computing.

Trick 6: Subtract from 1000, 10000 (Nikhilam Subtraction)

Subtracting from round numbers like 1000 or 10000 is a very common exam operation. This trick eliminates borrowing entirely.

The Rule for subtracting from 1000:

Subtract each digit from 9, except the last digit which is subtracted from 10.

Examples:

  • 1000 − 357 → (9−3)(9−5)(10−7) = 643
  • 1000 − 628 → (9−6)(9−2)(10−8) = 372
  • 1000 − 804 → (9−8)(9−0)(10−4) = 196

For 10000:

Subtract first three digits from 9, last digit from 10.

  • 10000 − 3746 → (9−3)(9−7)(9−4)(10−6) = 6254

Trick 7: Quickly Multiply Two Numbers with the Same Tens Digit

When two numbers share the same tens digit and their units digits add up to 10, a beautiful shortcut applies.

The Rule:

  1. Multiply the tens digit by (tens digit + 1)
  2. Multiply the units digits together
  3. Combine both results

Examples:

  • 43 × 47 → tens digit = 4; 4 × 5 = 20; units: 3 × 7 = 21 → 2021
  • 62 × 68 → 6 × 7 = 42; 2 × 8 = 16 → 4216
  • 31 × 39 → 3 × 4 = 12; 1 × 9 = 09 → 1209
  • 84 × 86 → 8 × 9 = 72; 4 × 6 = 24 → 7224

Note: If the units product is a single digit, pad it with a leading zero (as in 1209 above).

Trick 8: Divide Any Number by 5 Instantly

Just as multiplying by 5 is halving and shifting, dividing by 5 is doubling and shifting.

The Rule:

Multiply the number by 2, then divide by 10 (move decimal one place left).

Examples:

  • 385 ÷ 5 → 385 × 2 = 770 → 770 ÷ 10 = 77
  • 430 ÷ 5 → 430 × 2 = 860 → 86
  • 173 ÷ 5 → 173 × 2 = 346 → 34.6
  • 2650 ÷ 5 → 2650 × 2 = 5300 → 530

Trick 9: Find the Approximate Square Root of Any Number

This trick gives you a fast estimate of square roots — useful for simplifying radical expressions and checking answers in exams.

The Rule:

  1. Find the two perfect squares the number falls between
  2. Use linear interpolation for a close estimate

Example 1: √200

  • 14² = 196, 15² = 225
  • 200 is 4 away from 196, and 225−196 = 29 total gap
  • Estimate: 14 + (4/29) ≈ 14 + 0.14 ≈ 14.1
  • Actual: 14.142 ✓

Example 2: √75

  • 8² = 64, 9² = 81
  • 75 is 11 away from 64, gap = 17
  • Estimate: 8 + (11/17) ≈ 8 + 0.65 ≈ 8.65
  • Actual: 8.660 ✓

Trick 10: The Left-to-Right Addition Method

Standard school addition works right to left (units → tens → hundreds). The human brain, however, reads left to right — and working in that natural direction is actually faster for mental arithmetic.

The Rule:

Add the largest place values first, then refine.

Example 1: 467 + 385

  • Hundreds: 400 + 300 = 700
  • Tens: 60 + 80 = 140 → Running total: 840
  • Units: 7 + 5 = 12 → Final: 852

Example 2: 738 + 594

  • 700 + 500 = 1200
  • 30 + 90 = 120 → 1320
  • 8 + 4 = 12 → 1332

Example 3: 1,247 + 3,865

  • 1000 + 3000 = 4000
  • 200 + 800 = 1000 → 5000
  • 40 + 60 = 100 → 5100
  • 7 + 5 = 12 → 5112

This method produces a running answer — meaning you have a close estimate even before you finish, which is valuable in multiple choice exams.

How to Practice These Tricks Effectively

Reading these tricks is the first step. Actual speed comes from repetition under time pressure. Here is how to practice:

  1. Isolate one trick per day — do not try to master all 10 at once
  2. Set a timer — practice each trick for 10 minutes with a stopwatch running
  3. Use random number generators — avoid practicing with the same numbers repeatedly
  4. Test yourself weekly — mix all 10 tricks in a single timed session
  5. Track your time per question — aim to reduce it by 10% each week

SpeedMath.in provides dedicated timed modules for each of these trick categories. Start with the multiplication module, complete 20 problems, and note your average time. Return one week later and compare — the improvement will motivate you to continue.

Frequently Asked Questions

Each trick has a defined scope. Tricks like left-to-right addition and dividing by 5 work universally. Others, like the same-tens-digit trick, apply to specific number pairs. Knowing when to apply which trick is part of the skill.
With 15 minutes of focused daily practice, most learners become fluent in all 10 tricks within 6 to 8 weeks.
These are purely mental calculation methods — no tools or aids required. They are completely valid in any examination setting.
Start with Trick 1 (multiplying by 11) and Trick 3 (multiplying by 5). They are the simplest to apply and produce the most immediate confidence boost.
Yes, and that is where real speed math proficiency begins. For example, calculating 65² × 5 uses Trick 2 followed by Trick 3: 65² = 4225, then 4225 ÷ 2 × 10 = 21125.
Advertisement

Have You Learned Something New? Spread It!

Copied!

Ready to put it into practice?

Apply what you've learned — sharpen your speed, test your knowledge, and challenge yourself.