What Are Square Root Tricks?
Square root tricks are shortcuts that replace a calculator for finding $\sqrt{n}$, the number that, multiplied by itself, gives $n$. Each trick suits a different situation.
Two of them give exact answers when the number cooperates: prime factorization (for simplifying) and long division (for any decimal). Three give a fast estimate or a perfect-square answer: bracketing between perfect squares, the unit-digit trick, and the average method. Knowing which to grab is most of the skill.
How do you find a square root using tricks? Match the number to the method: a perfect square yields to the unit-digit trick, a messy number to estimation, and anything needing precision to long division.
Why Do Square Root Tricks Matter?
Before cheap calculators, navigators, surveyors, and engineers estimated roots by hand every day — a bridge truss or a sighting angle could not wait for a machine. The same skill still earns marks in timed exams, where a two-second estimate confirms whether a calculator answer is even sensible.
There is a quieter payoff too. A student who can place $\sqrt{54}$ between 7 and 8 in their head actually understands what a square root is, rather than trusting a black box. That number sense carries straight into simplifying radical expressions and later algebra.
How Do You Estimate A Square Root Between Perfect Squares?
Find the two perfect squares the number sits between, then gauge how far along it lies.
For $\sqrt{54}$:
$$49 < 54 < 64$$ $$7 < \sqrt{54} < 8$$
Now measure the position. 54 is 5 above 49, and the gap from 49 to 64 is 15:
$$\sqrt{54} \approx 7 + \frac{5}{15}$$ $$\sqrt{54} \approx 7.33$$
The true value is 7.348, so a mental estimate lands within a hundredth. This is the trick to reach for first, since it works on any number.
How Do You Find A Square Root By Prime Factorization?
Break the number into primes and pair them up. Each pair leaves the radical as a single factor; leftovers stay inside.
For $\sqrt{324}$:
$$324 = 2^2 \times 3^4$$ $$\sqrt{324} = 2 \times 3^2$$ $$\sqrt{324} = 18$$
For a non-perfect square such as $\sqrt{72}$, the same steps simplify rather than resolve:
$$72 = 2^3 \times 3^2 = 36 \times 2$$ $$\sqrt{72} = 6\sqrt{2}$$
Use this trick when you need the exact value or the tidiest radical, not a decimal.
How Do You Use The Long Division Method For Square Roots?
Long division is the only trick that produces a decimal for any number, perfect square or not. Pair the digits outward from the decimal point, then repeat a double-and-test loop, the same rhythm as ordinary long division.
For $\sqrt{2025}$:
$$20\ \overline{25}$$
Largest square not over the first group (20):
$$4^2 = 16 \le 20$$
Quotient 4, subtract, bring down the next pair:
$$20 - 16 = 4$$ $$\text{bring down } 25 \text{ to get } 425$$
Double the quotient (4) to get 8, then find a digit $d$ with $(80 + d)\times d \le 425$:
$$85 \times 5 = 425$$
The remainder is 0, so the root is exact:
$$\sqrt{2025} = 45$$
For a non-perfect square, the remainder never reaches 0, so you keep bringing down pairs of zeros to get more decimal places.
How Does The Unit-Digit Trick Find Square Roots Of Perfect Squares?
For a perfect square, its last digit narrows the root's last digit fast. The squares of 0 to 9 end in only these digits:
Root ends in | Square ends in |
|---|---|
0 | 0 |
1 or 9 | 1 |
2 or 8 | 4 |
3 or 7 | 9 |
4 or 6 | 6 |
5 | 5 |
What is the square root of 6241?
Its last digit is 1, so the root ends in 1 or 9. Drop the last two digits to get 62, and find the largest square below it:
$$7^2 = 49 \le 62 < 64$$
So the tens digit is 7, and the root is 71 or 79. Decide with one multiplication: $7 \times 8 = 56$. Because $62 > 56$, take the larger option:
$$\sqrt{6241} = 79$$
A quick check confirms it: $79^2 = 6241$. Note that a square never ends in 2, 3, 7, or 8, so any number ending in those is not a perfect square at all.
How Does The Average Method Sharpen A Square Root Estimate?
The average method (also called divide-and-average) turns a rough guess into a precise value. Guess $g$, then compute a better estimate as the average of $g$ and $n/g$, and repeat.
Does the average method actually work? Yes. Each pass roughly doubles the number of correct digits, which is why the ancient Babylonian square-root method still underlies how calculators find roots today. For $\sqrt{50}$, start with $g = 7$:
$$\frac{50}{7} \approx 7.1429$$ $$\text{better} = \frac{7 + 7.1429}{2} = 7.0714$$
Run it once more with $g = 7.0714$:
$$\frac{50}{7.0714} \approx 7.0707$$ $$\text{better} = \frac{7.0714 + 7.0707}{2} = 7.0711$$
Two passes already give $\sqrt{50} \approx 7.0711$, correct to four places. It is the trick to use when an estimate needs to become an answer.
Examples Of Square Root Tricks
Example 1
Estimate $\sqrt{40}$ between perfect squares.
$$36 < 40 < 49$$ $$6 < \sqrt{40} < 7$$ $$\sqrt{40} \approx 6 + \frac{4}{13} \approx 6.31$$
Final answer: about $6.32$.
Example 2
Where the unit-digit trick gets misread. For $\sqrt{3249}$, the last digit 9 says the root ends in 3 or 7. A common slip is to grab the smaller option out of habit and write $\sqrt{3249} = 53$. Does that hold? Checking, $53^2 = 2809$, not 3249, so 53 is wrong. Run the comparison properly instead. The leading part is 32:
$$5^2 = 25 \le 32 < 36$$
So the tens digit is 5. Compare with $5 \times 6 = 30$; since $32 > 30$, take the larger unit:
$$\sqrt{3249} = 57$$
Final answer: 57. The $t \times (t+1)$ comparison decides the unit, not habit.
Example 3
Simplify $\sqrt{200}$ by prime factorization.
$$200 = 2^3 \times 5^2 = 100 \times 2$$ $$\sqrt{200} = 10\sqrt{2}$$
Final answer: $10\sqrt{2} \approx 14.14$.
Example 4
Find $\sqrt{1369}$ with the unit-digit trick.
The last digit is 9, so the root ends in 3 or 7. The leading part is 13, and its largest square below is:
$$3^2 = 9 \le 13 < 16$$
So the tens digit is 3, giving 33 or 37. Compare with $3 \times 4 = 12$; since $13 > 12$, take the larger unit:
$$\sqrt{1369} = 37$$
Final answer: 37.
Example 5
Sharpen $\sqrt{20}$ with the average method from $g = 4$.
$$\frac{20}{4} = 5$$ $$\text{better} = \frac{4 + 5}{2} = 4.5$$ $$\frac{20}{4.5} \approx 4.444$$ $$\text{better} = \frac{4.5 + 4.444}{2} \approx 4.472$$
Final answer: $\sqrt{20} \approx 4.472$.
Common Mistakes
Mistake 1: Using the unit-digit trick on a non-perfect square
Where it slips in: Applying the last-digit rule to a number that is not a perfect square.
Don't do this: Reading $\sqrt{150}$ as ending in some clean digit because 150 ends in 0.
The correct way: The unit-digit trick only works on perfect squares. 150 is not one (it sits between $12^2 = 144$ and $13^2 = 169$), so estimate or use long division instead. The habit that prevents this is checking the last digit first - a square never ends in 2, 3, 7, or 8.
Mistake 2: Averaging the endpoints instead of interpolating
Where it slips in: Estimating between perfect squares.
Don't do this: Placing $\sqrt{40}$ at the midpoint of 6 and 7, calling it 6.5.
The correct way: Weight the estimate by how far the number sits into the gap. 40 is only 4 above 36 in a 13-wide gap, so the root is near 6.3, below the midpoint.
Mistake 3: Stopping the average method after one pass
Where it slips in: Trusting a single divide-and-average step.
Don't do this: Reporting $\sqrt{50} \approx 7.07$ from the first pass without checking.
The correct way: Run at least two passes and confirm the digits stop changing. One pass is usually close; the second locks the fourth decimal place.
Conclusion
The five square root tricks each own a situation: estimate between perfect squares for a fast mental value, use prime factorization to simplify, run long division for an exact decimal, apply the unit-digit trick to perfect squares, and lean on the average method when an estimate must become an answer. Pick by the number in front of you, and always square the result to check.
To practise these methods with a teacher, explore Bhanzu's algebra tutor, get help with algebra, or join math classes online. Ready to work a set live? Book a free demo class.
Read More
Square root 1 to 30 — a reference table to practise your estimates against.
Square root of 850 — a full simplification and long-division walk-through.
Square root of 50 — the average method taken to $5\sqrt{2}$.
Square root of 10 — long division on a non-perfect square.
Squares and square roots — the concept these tricks rest on.
Cube root 1 to 100 — the same estimation idea for cube roots.
Was this article helpful?
Your feedback helps us write better content
