The Complete Mental Math Cheat Sheet for Finance Professionals
In finance, speed is signal. When a managing director asks "what's 15% of $340M?" during a live pitch, reaching for a calculator broadcasts hesitation. The person who answers in two seconds — "about $51M" — commands the room.
This cheat sheet covers every technique you need to build that instinct. Each one is organized the same way: what it is, when to use it, and a worked example with real numbers.
These are the building blocks. Most percentage and division shortcuts below rely on instantly recognizing these relationships.
| Fraction | Decimal | Pct |
|---|---|---|
| 1/2 | 0.50 | 50% |
| 1/3 | 0.333 | 33.3% |
| 2/3 | 0.667 | 66.7% |
| 1/4 | 0.25 | 25% |
| 3/4 | 0.75 | 75% |
| 1/5 | 0.20 | 20% |
| 1/6 | 0.167 | 16.7% |
| 1/8 | 0.125 | 12.5% |
| 3/8 | 0.375 | 37.5% |
| 5/8 | 0.625 | 62.5% |
| 7/8 | 0.875 | 87.5% |
| 1/10 | 0.10 | 10% |
| 1/12 | 0.083 | 8.3% |
| 1/16 | 0.0625 | 6.25% |
| 1/20 | 0.05 | 5% |
| 1/25 | 0.04 | 4% |
You don't need to memorize all 16 on day one. Start with the bolded ones (1/2, 1/3, 1/4, 1/5, 1/8, 1/10) — those cover 90% of real-world shortcuts.
▸Place Value Stack
Break numbers into hundreds, tens, and ones. Add each column, then combine.
347 + 286:
- ▸300 + 200 = 500
- ▸40 + 80 = 120
- ▸7 + 6 = 13
- ▸Total: 500 + 120 + 13 = 633
This is your default. When no other shortcut applies, place value decomposition always works.
▸Make Round Pairs
When adding 3+ numbers, scan for pairs that hit round totals first.
73 + 45 + 27 + 55:
- ▸Spot it: 73 + 27 = 100
- ▸Spot it: 45 + 55 = 100
- ▸100 + 100 = 200
In P&L rollups, always scan for complementary pairs before adding top-to-bottom. It's faster and you'll make fewer mistakes.
▸Compensation
Round an ugly number to the nearest ten, do the clean math, then adjust.
596 + 248:
- ▸Round 596 up to 600 (added 4 extra)
- ▸600 + 248 = 848
- ▸Subtract the 4: 848 - 4 = 844
Numbers ending in 7, 8, 9 — round up. Numbers ending in 1, 2, 3 — round down. The adjustment is always small.
▸Near-10 Rounding
Same idea as compensation, but for subtraction. Round the subtrahend to the nearest 10.
842 - 397:
- ▸Round 397 up to 400 (subtracted 3 too many)
- ▸842 - 400 = 442
- ▸Add 3 back: 442 + 3 = 445
▸Subtract from 1000s
Borrowing across zeros is brutal. Skip it entirely.
1,000 - 467:
- ▸Subtract from 999 instead: 999 - 467 = 532
- ▸Add 1: 532 + 1 = 533
Each digit subtracts from 9, except the last digit which subtracts from 10. So 9-4=5, 9-6=3, 10-7=3. Answer: 533. This works for 10,000, 100,000 — any power of 10.
▸Group Subtrahends
When subtracting multiple values, combine them first.
500 - 123 - 77:
- ▸123 + 77 = 200
- ▸500 - 200 = 300
One subtraction is always easier than two.
▸Scale Factor Shortcuts
| x by | Shortcut | Why it works |
|---|---|---|
| 5 | /2, then x10 | 5 = 10/2 |
| 4 | Double twice | 4 = 2 x 2 |
| 25 | /4, then x100 | 25 = 100/4 |
| 50 | /2, then x100 | 50 = 100/2 |
| 9 | x10, subtract original | 9 = 10-1 |
| 11 | x10, add original | 11 = 10+1 |
| 12 | x3, then x4 | 12 = 3 x 4 |
| 15 | x10, add half | 15 = 10+5 |
| 99 | x100, subtract original | 99 = 100-1 |
48 x 25:
- ▸48 / 4 = 12
- ▸12 x 100 = 1,200
36 x 15:
- ▸36 x 10 = 360
- ▸Half of 360 = 180
- ▸360 + 180 = 540
▸Distributive Property
Break the harder number into tens + ones, multiply each part.
23 x 45:
- ▸23 x 40 = 920
- ▸23 x 5 = 115
- ▸920 + 115 = 1,035
Break the "uglier" number. 23 x (40+5) is cleaner than (20+3) x 45.
▸Halve-Double
Halve the even number, double the other. Repeat until it's trivial.
15 x 24:
- ▸Halve 24, double 15 → 30 x 12
- ▸Halve 12, double 30 → 60 x 6 = 360
Works best when one factor is divisible by 4 or 8. Keep halving until you hit a single-digit multiplier.
▸Squaring Near 50
For squares of numbers close to 50: start with (25 + distance from 50), append (distance)².
53²:
- ▸Distance from 50: +3
- ▸First part: 25 + 3 = 28
- ▸Last part: 3² = 09 (pad to two digits)
- ▸Answer: 2,809
47²:
- ▸Distance from 50: -3
- ▸First part: 25 - 3 = 22
- ▸Last part: 3² = 09
- ▸Answer: 2,209
▸Sequential Halving
| / by | Do this |
|---|---|
| 4 | Halve twice |
| 8 | Halve 3 times |
| 16 | Halve 4 times |
| 5 | /10, then double |
| 25 | /100, then x4 |
| 50 | /100, then double |
7,200 / 8:
- ▸7,200 / 2 = 3,600
- ▸3,600 / 2 = 1,800
- ▸1,800 / 2 = 900
▸Decompose the Divisor
Break complex divisors into smaller, sequential divisions.
1,440 / 12:
- ▸1,440 / 3 = 480
- ▸480 / 4 = 120
| Divisor | Break into |
|---|---|
| 12 | /3 then /4 |
| 15 | /3 then /5 |
| 18 | /2 then /9 |
| 24 | /8 then /3 |
| 36 | /6 then /6 |
▸Recognize Fraction Equivalents
When you see a division that maps to a common fraction, skip the long division entirely.
875 / 1,000 → that's 7/8 = 0.875
450 / 600 → reduce to 3/4 = 0.75
If the result is a clean decimal (0.25, 0.125, 0.333), it's a common fraction. Train yourself to see 375/1000 as 3/8, not as a long division problem.
▸The 10% Anchor
Find 10% by moving the decimal. Build everything from there.
| To find | Build from 10% |
|---|---|
| 5% | Half of 10% |
| 15% | 10% + 5% |
| 20% | 10% x 2 |
| 8% | 10% - 2% |
| 12% | 10% + 2% |
| 35% | 25% + 10% |
| 7.5% | 5% + 2.5% |
15% of $340M:
- ▸10% = $34M
- ▸5% = $17M (half of 10%)
- ▸15% = $34M + $17M = $51M
8% of $250M:
- ▸10% = $25M
- ▸2% = $5M
- ▸8% = $25M - $5M = $20M
▸Friendly Fractions
Some percentages are faster computed as fractions.
| Pct | Fraction | Just do |
|---|---|---|
| 25% | 1/4 | Divide by 4 |
| 50% | 1/2 | Divide by 2 |
| 12.5% | 1/8 | Divide by 8 |
| 33.3% | 1/3 | Divide by 3 |
| 20% | 1/5 | Divide by 5 |
| 75% | 3/4 | /4 then x3 |
12.5% of $480M:
- ▸12.5% = 1/8
- ▸$480M / 8 = $60M
No splitting, no building. One operation.
▸The 1% Anchor
For weird percentages, start from 1%.
3.5% of $12,000:
- ▸1% = $120
- ▸3% = $360
- ▸0.5% = $60
- ▸3.5% = $420
▸The Formula
Percent change = (New - Old) / Old x 100%
The trick: spot when the fraction simplifies to something you already know.
Revenue grew from $80M to $100M:
- ▸Change: $100M - $80M = $20M
- ▸$20M / $80M = 1/4 = 25%
Don't compute 20/80 = 0.25 = 25%. See $20/$80 and immediately recognize 1/4.
▸Reverse Percent Change
If something dropped 20%, it's now at 80% of original. To find the original: divide by 0.8 (or multiply by 5/4).
Price fell 20% to $160. What was the original?
- ▸$160 = 80% of original
- ▸$160 / 0.8 = $160 x 1.25 = $200
▸Benchmarks Worth Memorizing
| Fraction | Pct Change |
|---|---|
| 1/10 | 10% |
| 1/5 | 20% |
| 1/4 | 25% |
| 1/3 | 33.3% |
| 1/2 | 50% |
| 2/3 | 66.7% |
| 3/4 | 75% |
| 1x | 100% |
When you see a $15M change on a $60M base, your brain should fire 1/4 = 25% before you even think about dividing.
The single most-cited estimation tool in finance.
Years to double = 72 / annual rate
▸Key Pairs
| Rate | Years |
|---|---|
| 2% | 36 |
| 3% | 24 |
| 4% | 18 |
| 6% | 12 |
| 8% | 9 |
| 9% | 8 |
| 10% | 7.2 |
| 12% | 6 |
| 18% | 4 |
| 24% | 3 |
| 36% | 2 |
These are just factor pairs of 72: 8x9, 6x12, 4x18, 3x24. If you know 72's factors, you know the whole table.
"How long to double at 8%?" → 72/8 = 9 years.
"What return do I need to double in 6 years?" → 72/6 = 12% annually.
▸Beyond Doubling
To quadruple: double the doubling time. At 9%, double in 8 years, quadruple in 16 years.
To triple: use 115 instead of 72. At 8%, triple in about 115/8 = ~14.4 years.
For rates not in the table, interpolate. 7% is between 6% (12 yrs) and 8% (9 yrs) — roughly 10.3 years.
These aren't textbook exercises. They're the exact techniques that separate quick thinkers from calculator-dependent analysts in every deal room and interview. The path: pick one category, drill it until it's automatic, then move on.
Ready to practice? Wall St Math has timed drills across all 7 categories and 19 subtypes — with scoring that rewards both speed and accuracy.
Article Info
Related Topics
Practice These Strategies
Train these techniques with timed drills across 7 categories and 19 subtypes.
[ START FREE ASSESSMENT ]