MATH (+1.49%)
CALC (-1.35%)
ALGO (+3.84%)
PERC (+2.43%)
FRAC (-1.91%)
STAT (+1.97%)
MATH (+1.49%)
CALC (-1.35%)
ALGO (+3.84%)
PERC (+2.43%)
FRAC (-1.91%)
STAT (+1.97%)
WSM RESEARCH
| EST
Resources/Guide

The Complete Mental Math Cheat Sheet for Finance Professionals

By WSM Editorial|MARCH 6, 2026|15 min READ

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.

Fraction-Percentage Conversions

These are the building blocks. Most percentage and division shortcuts below rely on instantly recognizing these relationships.

FractionDecimalPct
1/20.5050%
1/30.33333.3%
2/30.66766.7%
1/40.2525%
3/40.7575%
1/50.2020%
1/60.16716.7%
1/80.12512.5%
3/80.37537.5%
5/80.62562.5%
7/80.87587.5%
1/100.1010%
1/120.0838.3%
1/160.06256.25%
1/200.055%
1/250.044%

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.

Addition

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
TIP >

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
TIP >

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.

Subtraction

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
TIP >

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.

Multiplication

Scale Factor Shortcuts

x byShortcutWhy it works
5/2, then x105 = 10/2
4Double twice4 = 2 x 2
25/4, then x10025 = 100/4
50/2, then x10050 = 100/2
9x10, subtract original9 = 10-1
11x10, add original11 = 10+1
12x3, then x412 = 3 x 4
15x10, add half15 = 10+5
99x100, subtract original99 = 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
TIP >

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
Division

Sequential Halving

/ byDo this
4Halve twice
8Halve 3 times
16Halve 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
DivisorBreak 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

TIP >

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.

Percentages

The 10% Anchor

Find 10% by moving the decimal. Build everything from there.

To findBuild 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.

PctFractionJust do
25%1/4Divide by 4
50%1/2Divide by 2
12.5%1/8Divide by 8
33.3%1/3Divide by 3
20%1/5Divide 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
Rate and Percent Change

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

FractionPct Change
1/1010%
1/520%
1/425%
1/333.3%
1/250%
2/366.7%
3/475%
1x100%

When you see a $15M change on a $60M base, your brain should fire 1/4 = 25% before you even think about dividing.

Rule of 72

The single most-cited estimation tool in finance.

Years to double = 72 / annual rate

Key Pairs

RateYears
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.

TIP >

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.

— END —
SESSION: ACTIVE
Sat, Mar 07, 202602:46:24