Karma YogiKarma Yogi
Start
The Journal
Mental Math

24 June 2026
7 min read

A
Anish Guruvelli
Karma Yogi

Mental Math for CAT: Why Tables Stop at 25, Not 12

Tables to 25, squares to 30, cubes to 20, and a handful of fraction-percent conversions - not because a list says so, but because the algebra behind each one shows exactly where the boundary should sit and why.

CAT does not allow a calculator, so every arithmetic step you can't do from memory is a step you do by hand instead, mid-problem. The usual advice is a flat list - "memorise tables to 20, squares to 30" - with no explanation of why the boundary sits where it does. Understood boundaries are what you can reconstruct under pressure when you've half-forgotten one; memorised ones just fail silently. This post derives the boundaries instead of asserting them, and covers three techniques for extending a small memorised core into the range CAT actually asks for.

Why tables stop at 25, not 12 or 20

Most people learn tables to 12 in school and stop. CAT's Data Interpretation sets regularly need products in the 13-25 range - ratio comparisons, percentage-of-percentage calculations, DI cross-checks - and 25 is not an arbitrary round number to extend to: it's where two-digit-by-two-digit products stop being common in CAT-level arithmetic and three-digit intermediate steps take over, at which point a different technique (the near-a-base identity in the Quant shortcuts post) is faster than recall anyway. Recall wins in the 13-25 band specifically because the alternative - written multiplication - costs 15-20 seconds you don't get back.

Extending squares: the identity that turns 30 memorised facts into 4

The relationship between consecutive squares is n² = (n-1)² + (2n-1) - each square is the one before it plus the next odd number. Anchor on four values - 15² = 225, 20² = 400, 25² = 625, 30² = 900 - and you can reach any square within five steps of one of them. Knowing 25² = 625, for instance, gets you 27² by adding 51 then 53 (625 + 51 = 676, + 53 = 729) rather than multiplying 27 by itself from scratch. Four anchors instead of thirty facts, and it degrades gracefully - forget one anchor and you can still walk there from the next.

Extending cubes: the same trick, one derivative up

Cubes get less attention than squares in most prep material, but the same walking technique applies with a different gap formula. Expand (n+1)³:

(n+1)³ = n³ + 3n² + 3n + 1

So the gap between consecutive cubes is 3n² + 3n + 1, not a constant and not an odd number the way squares' gap is - it grows quadratically. Worked: knowing 10³ = 1000, get 11³ by adding 3(100) + 3(10) + 1 = 331, giving 1331 - which matches the standard table. This is less practical than the squares walk for large jumps, because the gap itself takes a moment to compute, but it's the reason cubes 1-20 (not further) is the sensible memorised range: past 20 the gap calculation costs about as much time as the shortcut was meant to save.

Why 1/7, 1/9 and 1/11 have the decimal patterns they do

Fraction-to-percent recall (1/8 = 12.5%, 1/6 = 16.67%) eliminates long division mid-problem, but three of the standard ones are worth understanding rather than just memorising, because the pattern tells you how far the repeat extends before you round:

1/9 = 0.111... comes directly from the geometric series 1/10 + 1/100 + 1/1000 + ... = (1/10)/(1 - 1/10) = 1/9. That's also why 2/9 = 0.222..., 3/9 = 0.333..., and so on - the whole ninths family is the same series scaled.

1/11 = 0.0909... falls out of 1/11 = 9/99, and 1/99 = 0.010101... (99 = 100 - 1, so dividing by it is the same near-a-base idea from the Quant shortcuts post, run in reverse). Multiply that repeating 01 by 9 and you get the repeating 09.

1/7 = 0.142857142857... has a six-digit repeat because 7 doesn't divide evenly into any power of 10 until 10⁶ - 1 = 999999, which is exactly divisible by 7 (999999 / 7 = 142857). That's not a coincidence to memorise around; it's the reason the cycle length is 6 rather than some other number, and it's why every multiple of 1/7 up to 6/7 is a rotation of the same six digits: 142857, 285714, 428571, and so on.

Square roots you don't have memorised: one averaging step gets close

For non-perfect squares, an approximation beats a blank. √2 ≈ 1.414, √3 ≈ 1.732, √5 ≈ 2.236 are worth memorising outright because they recur constantly in geometry. For anything else, one step of averaging gets surprisingly close: to estimate √N, guess a nearby value x, then compute (x + N/x) / 2.

Worked: estimate √20. Guess x = 4.5 (since 4.5² = 20.25, close). Then (4.5 + 20/4.5) / 2 = (4.5 + 4.444) / 2 ≈ 4.472. The true value is 4.4721... - accurate to three decimal places from one arithmetic step. This is Newton's method for square roots, and it's worth knowing as a method rather than a table, because it works for any N, not just the handful you bothered to memorise.

Units digits: a memorised cycle that eliminates answer choices in seconds

Squares only ever end in six possible digits - 0, 1, 4, 9, 6, 5 - because n² mod 10 depends only on n mod 10, and 1² and 9² both end in 1, 2² and 8² both end in 4, 3² and 7² both end in 9, 4² and 6² both end in 6. That symmetry - (10-n)² ≡ n² (mod 10), since (10-n)² = 100 - 20n + n² and the first two terms are multiples of 10 - is why there are only six possible units digits for a square, not ten. Practically: if an answer choice for "which of these is a perfect square" ends in 2, 3, 7, or 8, it's eliminated immediately, no computation needed.

Cubes don't have that shortcut - the units digit of a cube cycles through all ten digits (1→1, 2→8, 3→7, 4→4, 5→5, 6→6, 7→3, 8→2, 9→9, 0→0), because cubing doesn't have the same (10-n) symmetry squaring does. That asymmetry is itself useful to know: it means unit-digit elimination is a squares tool, not a general one, and reaching for it on a cubes question wastes the two seconds it was supposed to save.

Where this actually shows up in a CAT paper

Not just in questions that look like pure calculation. DI sets ask for 8-12 small calculations per set - ratios, percentage changes - where each one is trivial alone but the total time cost compounds. Number Systems questions on unit digits of powers lean on the cube and square patterns above. And "which of these is closest to X" questions are answered fastest with an approximation, not an exact computation - which is exactly what the averaging method above is for.

Building it up in stages, not all at once

Trying to memorise tables, squares, cubes, and fraction conversions in the same week produces the recall equivalent of cramming - it fades within days. A staged build holds better:

  • Days 1-7: tables 2-15 and squares 1-15, forward direction only ("what is 13 × 14?").
  • Days 8-14: extend to tables 16-25 and squares 16-30. Introduce reverse direction ("which two numbers multiply to 195?") on the range already covered.
  • Days 15-21: add cubes 1-20, and start mixing categories and directions randomly rather than drilling one at a time.
  • Day 22 on: full mixed drill across all four categories, increasing the share of reverse-direction questions.

The first week or two of this will feel slow - you'll look answers up constantly and that's the expected state, not a sign it isn't working. Recall speed shows up in week three or four, once the retrieval path has actually been used enough times to shortcut the calculation.

Drilling it until it's automatic

Understanding an identity and retrieving it instantly under time pressure are different skills, and only repetition closes that gap. I log this drilling as a "Mental Math" topic under my QUANT subject, separate from mock analysis sessions, so the heatmap shows whether the daily ten minutes actually happened or just got planned. Karma Yogi's Learn → Math tab is built for exactly this: reference grids for tables, squares and cubes; a flip-card drill with adjustable ranges (tables 13-19 only, squares 15-30 only); and a reverse mode - shown the answer, asked for the input, which is closer to how CAT actually uses these numbers than a forward-only drill is. Ten minutes a day, split roughly two minutes per category, is a sustainable minimum; the Quant shortcuts post is the next layer once the recall itself is automatic.

Ready to build the habit? See how Karma Yogi tracks CAT preparation, or start free.

End of essay

- Anish Guruvelli