Mental math tricks you can learn in one sitting

Classroom Notes · By the MathIt team · Published · 8 min read

A notebook page with a calculation broken into simple steps, next to a coffee cup.

What are the mental math tricks that actually work?

Most mental math comes down to two moves: split a number into easy parts, or round it and correct afterwards. On top of those sit a handful of shortcuts — halve and double for 5 and 25, subtract for 9, and a 10% anchor for percentages. Learn six of them, drill them for five minutes a day, and they stop being tricks and start being how you count.

Key takeaways

  • Two moves do most of the work: split a number into parts, or round it and correct.
  • Multiply by 5, 25 and 50 by halving or quartering — never by multiplying.
  • Build every percentage from 10%, and swap the two numbers when the percent is awkward.
  • Estimate before you calculate, so a wrong answer looks wrong.
  • Five minutes a day beats an hour once a week.

Is mental math a talent or a skill?

It is a skill. Fast calculators see nothing you cannot see; they run a short list of learned shortcuts, each picked up the ordinary way — read it once, use it twenty times, stop thinking about it.

Two things must be automatic first, because every shortcut below is built from them: number bonds, the pairs that make 10 and 20, and the times tables to 10. The usual mistake is to skip that check. If 7 × 8 still has to be worked out, a shortcut costs more attention than the long method and is abandoned inside a week.

Fix that layer first: number bonds, doubles facts, times tables. If school left you convinced you are not a numbers person, read how to get better at math as an adult first — the order of the work matters more than the effort.

Split and compensate: the two moves behind every trick

Two moves generate nearly every shortcut here. Split a number into easy parts. Or compensate: turn it into a round number, do the easy sum, then undo the change.

Add from the left. Written arithmetic starts at the ones column because of carrying. In your head, start at the big end, where the meaning is:

  • 347 + 265
  • Hundreds: 300 + 200 = 500
  • Tens: 500 + 100 = 600
  • Ones: 600 + 12 = 612

One running number replaces a column of carries, and after the first step you already know the answer is about six hundred.

Round, then correct. When a number sits just under a round one, move it:

  • 197 + 356 → 200 + 356 = 556, then take back the 3 → 553
  • 498 + 275 → 500 + 275 = 775, then take back the 2 → 773

Compensation fails in one predictable way: rounding up, then adding the correction instead of taking it back. Name the undo before the easy sum.

Subtract by counting up. Borrowing is the slowest step in written arithmetic and it is avoidable. Walk up from the smaller number:

  • 82 − 47 → 47 to 50 is 3, 50 to 82 is 32, so 3 + 32 = 35

Subtract from 999. Taking anything from 1,000 forces a chain of borrows. Take it from 999, where no digit can borrow, then add the 1 back:

  • 1,000 − 638 → 999 − 638 = 361, then + 1 → 362

What are the shortcuts for 5, 9, 11 and 25?

Each trades an awkward multiplication for a halving, a doubling or a subtraction. These pay off daily.

Times 5 is times 10, halved. Multiplying by 10 is free, and halving is easier than multiplying.

  • 48 × 5 → 480 ÷ 2 = 240
  • 37 × 5 → 370 ÷ 2 = 185

Times 9 is times 10, minus one copy. Nine is an awkward table and a trivial subtraction.

  • 47 × 9 → 470 − 47 = 423
  • 26 × 9 → 260 − 26 = 234

Times 11 is a sandwich. For two digits: write the first digit, the sum of the digits, then the last digit:

  • 53 × 11 → 5, then 5 + 3 = 8, then 3 → 583
  • 78 × 11 → 7, then 7 + 8 = 15, then 8 → carry the 1 → 858

The carry is the step people drop: when the digits add to 10 or more, the middle cannot hold the sum, so the tens part moves left. 78 × 11 is 858, never 7158.

Times 25 is times 100, quartered, because 25 is a quarter of 100.

  • 36 × 25 → 3,600 ÷ 4 = 900
  • 18 × 25 → 1,800 ÷ 4 = 450

The same logic covers times 50 (halve 100) and times 4 (double twice): 23 × 4 → 46 → 92.

Double one side, halve the other. A product is unchanged by that swap, so keep going until one side is round:

  • 14 × 35 → 7 × 70 = 490
  • 16 × 25 → 8 × 50 = 400

Squares that end in 5 have a rule. Multiply the leading digit by the next number up, then write 25 on the end:

  • 35² → 3 × 4 = 12 → 1,225
  • 65² → 6 × 7 = 42 → 4,225

How do you work out percentages and tips in your head?

Build everything from 10%. Move the decimal point one place left to find it, then halve, double or add the pieces. Multiplying by a decimal is what makes percentages feel hard; drop that method.

  • 10% of 84 = 8.4
  • 5% is half of that = 4.2
  • 20% is double = 16.8
  • 15% is 10% plus 5% = 12.6

A 20% tip on a bill of 46.50: 10% is 4.65, double it, 9.30. The bill comes to 55.80. A 15% tip on 60: 10% is 6, half of that is 3, so 9.

The second half of the method is rarely taught: x% of y is the same as y% of x. When the percent is awkward and the other number friendly, swap them.

  • 4% of 75 is hard. 75% of 4 is three quarters of 4 = 3.
  • 18% of 50 is hard. 50% of 18 = 9.
  • 16% of 25 is hard. 25% of 16 = 4.

For discounts, calculate what you pay, not what you save. A 30% discount on 70 means you pay 70%: 10% is 7, so seven of those is 49. Stopping at 21 and calling it the price is the standard slip. A percentages game mixes tips, discounts and percent-of questions in one run.

Play free in your browser Percentages Grade 5+

Why estimate before you calculate?

Because the estimate is the error check, and it costs two seconds. It catches the failures that actually occur: a dropped digit, a misplaced decimal, a doubling that should have been a halving.

Round both numbers to one significant figure — one non-zero digit, the rest zeros — and multiply:

  • 312 × 48 → about 300 × 50 = 15,000
  • Exact: 312 × 50 = 15,600, minus 312 × 2 = 624, so 14,976

Estimate and answer agree; 1,497 or 149,760 would have failed that check on sight. Estimating also tells you when the exact answer is not worth finding: four items at 12.75 each is about 4 × 13 = 52, and the real total is 51.

Numbers near a round one have their own shortcut: 19 × 21 is 20² − 1 = 399, and 48 × 52 is 50² − 2² = 2,496. When two numbers sit the same distance either side of a round one, square the middle and subtract the square of the gap.

Every trick on one page

Twelve rules, one worked line each. The middle column is the part worth learning: choosing the shortcut is harder than running it.

TrickWhen to use itWorked example
Add from the leftAny two- or three-digit addition347 + 265 → 500 → 600 → 612
Round, then correctA number just under a round one197 + 356 → 556 − 3 = 553
Count upSubtraction, especially close numbers82 − 47 → 3 + 32 = 35
Use 999Subtracting from a power of 101,000 − 638 → 361 + 1 = 362
Times 5Any multiple of 548 × 5 → 480 ÷ 2 = 240
Times 9Any multiple of 947 × 9 → 470 − 47 = 423
Times 11Two-digit number × 1153 × 11 → 5, 8, 3 → 583
Times 25Money, quarters, 25s and 50s36 × 25 → 3,600 ÷ 4 = 900
Double and halveOne factor is even14 × 35 → 7 × 70 = 490
The 10% anchorPercentages, tips, discounts20% of 46.50 → 4.65 × 2 = 9.30
Swap the percentAwkward percent, friendly number4% of 75 = 75% of 4 = 3
Estimate firstAnything long enough to get wrong312 × 48 ≈ 15,000, exact 14,976

How much daily practice does this take?

Five minutes. A trick you have read is not a trick you own, and the gap is repetition under mild time pressure. Five minutes daily beats an hour on Sunday, because speed comes from retrieval frequency, not total time.

  1. Pick one trick per week. Times 9 this week, the 10% anchor next. Mixing six at once means the drill goes on deciding which to use.
  2. Warm up on facts for one minute. Doubles, bonds, one times table — the layer everything else stands on.
  3. Drill the week's trick for three minutes, against a timer. An untimed drill lets you fall back into the long method without noticing.
  4. Spend the last minute on estimation. Take a receipt, a unit price, a distance, and guess before checking.
  5. Use it once in real life that day. Split a bill, work out a discount, check a bank total. One real use fixes a trick faster than fifty drill questions.

A free online mental math game is a convenient timer for steps 2 and 3: it plays in the browser with no sign-up and scales difficulty to how fast you answer, which a worksheet cannot. For the whole ladder, see the math game for adults page.

Play free in your browser Number Bonds Grade 1–2

Expect the first week to feel slower than a calculator; that is the setup cost. By week three the 10% anchor fires before you have finished reading the bill.

Practise it in the MathIt app

About 90 math games with adaptive difficulty, daily practice and 2–5 player battles — free on iOS and Android.

Frequently asked questions

Which mental math trick should I learn first?

The 10% anchor for percentages. It is the one you will use almost every day — tips, discounts, interest, VAT — and it needs no memorisation beyond moving a decimal point one place left. After that, learn times 5 as halving, because it turns a table you half-know into a halving you always know.

How long does it take to get fast at mental math?

Two to four weeks of five-minute daily practice is enough to make a handful of tricks automatic, provided your number bonds and times tables are already solid. If they are not, spend the first two weeks on those facts alone. Speed comes from how often you retrieve a fact, not from how long each session lasts.

Is mental math still worth learning when every phone has a calculator?

Yes, for one practical reason: a calculator will confidently return an answer that is off by a factor of ten if you mistype. Mental estimation is the error check. It also removes the friction from small everyday decisions — comparing unit prices, splitting a bill, checking a quote — where reaching for a phone costs more than the calculation is worth.

Do these tricks work for children too?

Most of them do, once the times tables are in place. Splitting, rounding and the times 5 and times 9 shortcuts suit roughly ages 8 and up. The swap rule for percentages and the squares rule land better around ages 11 to 13. Teaching a shortcut before the underlying facts are automatic usually backfires.

What if I get a different answer with a trick than with the long method?

Redo the estimate first. Nearly every mental math error is a compensation that was applied in the wrong direction — adding back what should have been taken away when you rounded up, or halving the wrong factor. Checking against a rough estimate finds that in seconds, which is why estimating before calculating is itself the most valuable habit here.

Practise it in the MathIt app

About 90 math games with adaptive difficulty, daily practice and 2–5 player battles — free on iOS and Android.

Similar topics

← All articles