How to Simplify a Square Root

Simplifying a radical is one trick applied repeatedly: find a perfect square hiding inside the number and take its root outside.

MathBy Sep 2, 20265 min read
How to Simplify a Square Root — ListCalc

The one move

Simplifying a square root means pulling out any perfect square hiding inside the number. The rule that lets you do it is:

√(a × b) = √a × √b

That holds for any non-negative a and b. The trick is choosing a to be a perfect square, because then √a comes out as a plain whole number.

Worked: √72

Step 1 — find the largest perfect square that divides 72. The perfect squares are 4, 9, 16, 25, 36, 49, 64. Of those, 36 divides 72 exactly.

Step 2 — split it. 72 = 36 × 2, so √72 = √36 × √2.

Step 3 — take the root you know. √36 = 6.

Answer: 6√2, which is about 8.485281.

Checking it

Square your answer and you should get back to where you started. 6√2 squared is 6² × 2 = 36 × 2 = 72. It checks out.

This is worth doing every time. It catches the most common error — multiplying when you meant to take a root — in about five seconds.

Picking the wrong square is not fatal

Suppose you spot 4 rather than 36. Then √72 = √4 × √18 = 2√18. That is correct, just not finished. Now simplify √18: it is 9 × 2, so √18 = 3√2.

Putting it together: 2 × 3√2 = 6√2. Same answer, one extra step. You cannot go wrong by choosing a small factor, only slowly.

The prime factor method

If spotting perfect squares is not coming naturally, factor the number into primes and look for pairs.

72 = 2 × 2 × 2 × 3 × 3

Group them: (2 × 2) and (3 × 3) are pairs, with a single 2 left over. Each pair contributes one copy of itself outside the root — so 2 and 3 come out, giving 2 × 3 = 6, and the unpaired 2 stays inside.

6√2. This method is slower but it never requires you to spot anything, which makes it the reliable fallback on an exam.

When there is nothing to pull out

Some numbers have no perfect square factor beyond 1. √2, √3, √5, √7 and √11 are already as simple as they get. If you factor a number and find no repeated primes, you are finished before you started.

Run your own numbers

FAQ

How do you simplify a square root?
Find the largest perfect square that divides the number, split the root into two, and take the root of the perfect square outside. √72 = √(36 × 2) = 6√2.
What is √72 simplified?
6√2, which is approximately 8.485281. You can check it: 6² × 2 = 36 × 2 = 72.
Why does splitting the root like that work?
Because √(a × b) = √a × √b for non-negative numbers. Choosing a to be a perfect square means √a comes out as a whole number.
What if I pick a smaller perfect square by mistake?
You get a partly simplified answer that is still correct, and you can simplify again. √72 = 2√18, and √18 = 3√2, so 2 × 3√2 = 6√2. Same destination, extra step.
Which numbers cannot be simplified?
Any number with no perfect square factor other than 1 — √2, √3, √5, √7, √11. These are already in simplest form.