Most mental-math “tricks” on the internet are puzzles you’d never use in practice (squaring numbers ending in 5, computing 99×99). The actually-useful ones are simpler — rounding-and-adjusting, breaking-and-chunking, and a handful of multiplier shortcuts. This guide covers what speeds up real-world mental arithmetic, applied to Math Sprint — our 60-second daily challenge.
The three principles
1. Round and adjust
49×7 is hard. 50×7 = 350, then subtract 7 = 343. Easier. Same trick: 198+346 → 200+346−2 = 544. The harder the original, the bigger the speedup.
2. Break and chunk
147+86 → 147+80+6 = 227+6 = 233. Or chunk by power-of-10: 1,247−489 → 1,247−500+11 = 758.
3. Distributive shortcuts
12×15 → 12×10 + 12×5 = 120+60 = 180. Or 12×15 → 12×15/2 ×2 = 90×2 = 180.
The multiplier shortcuts worth memorizing
- ×9: ×10 minus the original. 23×9 = 230−23 = 207.
- ×11 (2-digit): write the digits with their sum in the middle. 45×11 = 4_(4+5)_5 = 495. If sum ≥ 10, carry. 67×11 = 6_(13)_7 = 737.
- ×25: ÷4 then ×100. 36×25 = 9×100 = 900.
- ×5: ×10 then ÷2. 84×5 = 840/2 = 420.
- ÷5: ×2 then ÷10. 235÷5 = 470/10 = 47.
- Squaring numbers ending in 5: n×(n+1) followed by 25. 35² = 3×4=12, append 25 → 1225.
Percentage tricks
- 15% tip: 10% + half of 10%. $48 bill → $4.80 + $2.40 = $7.20.
- 20% tip: 10% × 2. $48 → $9.60.
- X% of Y = Y% of X. 4% of 75 = 75% of 4 = 3. Switch when one side is easier.
Math Sprint strategy: the 60-second clock
Math Sprint gives you 60 seconds to answer as many problems as you can. The strategy isn’t “solve every problem fast” — it’s “solve more total problems by skipping the ones that’d take 8 seconds when you could do 4 easier ones in the same time.”
- Read fast. The problem statement is often the slow part, not the math.
- Skip if it doesn’t click in 3 seconds. Don’t grind — move on.
- Type fast. Numeric keypad on a laptop or numeric row on a phone — whichever you’re faster on.
- Don’t double-check trivial answers. 7+8 doesn’t need verification.