Root-finding looks harder than squaring, but for exam purposes it's really squaring in reverse — if you already know your squares and cubes, finding roots is mostly about narrowing down candidates using two things: the last digit and the number of digits. This is the flip side of the method covered in squaring and cubing mentally — same numbers, opposite direction.

The key idea: last digit narrows it down instantly

Every digit 0–9, when squared, ends in a predictable digit. Once you memorize this small table, the last digit of a perfect square tells you the last digit of its root — down to just 1 or 2 possibilities.

1² = 1, 9² = 81 → last digit 1 or 9 gives root ending in 1 or 9
2² = 4, 8² = 64 → last digit 4 gives root ending in 2 or 8
3² = 9, 7² = 49 → last digit 9 gives root ending in 3 or 7
4² = 16, 6² = 36 → last digit 6 gives root ending in 4 or 6
5² = 25 → last digit 5 gives root ending in 5
0² = 0 → last digit 0 gives root ending in 0

Notice a number ending in 2, 3, 7, or 8 can never be a perfect square — that alone is a useful elimination check in exams.

Worked example: √5929

√5929 = 77 (check: 77² = 5929 ✓)

The general digit-narrowing rule

To estimate the range before checking the last digit, use how many digits the number has:

A 2-digit number's square root is a 1-digit number (up to 9² = 81)
A 3- or 4-digit number's square root is a 2-digit number (up to 99² = 9801)
A 5- or 6-digit number's square root is a 3-digit number (up to 999² = 998001)

Pair this with knowing your tens-multiples squared (10², 20², 30² ... 90²) and you can bracket almost any perfect square root in seconds.

Cube roots: fewer candidates, even faster

Cube roots are actually easier than square roots because each last digit maps to exactly one possible last digit — no 1-or-9 ambiguity.

1³=1, 2³=8, 3³=27, 4³=64, 5³=125, 6³=216, 7³=343, 8³=512, 9³=729, 0³=0

So the last digit of a perfect cube tells you the exact last digit of its cube root, immediately.

Worked example: ∛571787

∛571787 = 83 (check: 83³ = 571,787 ✓)

What if it's not a perfect square or cube?

Most exam questions use perfect powers deliberately, since they need a clean answer. But when you need an approximate root — for a quick estimate or elimination — bracket it between two nearby perfect squares and interpolate.

√50 → between 7² = 49 and 8² = 64
50 is just 1 above 49, so √50 ≈ 7 + 1/(2×7) ≈ 7.07

The interpolation formula being used here is:

√(a² + n) ≈ a + n / (2a)

This works because it's the same round-number-plus-correction thinking used throughout these shortcuts — just applied to a square root instead of a multiplication.

Practice tip: Memorize squares of 1–30 and cubes of 1–20 solidly. Almost every root question in bank exams reduces to recognizing one of these, since the numbers are chosen to be perfect powers.

Where this actually helps

Square and cube roots show up constantly in simplification, approximation, and number-series questions in bank and competitive exams. Being able to spot √5929 = 77 in ten seconds — instead of testing numbers one by one — is a direct extension of knowing your squares and cubes cold.

Put it into practice

Try the squares & cubes mode in the quiz first to build the base, then test yourself going the other direction.

Practice squares & cubes →