A radical isn’t finished being simplified just because it’s technically a true statement — \(\sqrt{72}\) and \(6\sqrt{2}\) are equal, but only one of them is considered a simplified answer. This lesson is entirely about the one move that gets you from the first form to the second: splitting the radicand into a perfect-power part and a leftover part, then pulling the perfect-power part out from under the root.
Radicals introduces this technique as part of a broader toolkit that also covers combining and multiplying radicals; this lesson slows down and drills the extraction step on its own, including the variable cases that cause the most hesitation.
What Does It Mean for a Radical to Be Simplified?
A radical is fully simplified when three conditions all hold: no factor remaining under the root is a perfect power matching the index, no fraction remains under the root, and no radical remains in a denominator (covered separately in Rationalizing Denominators).
$$ \sqrt{50} = \sqrt{25 \cdot 2} = 5\sqrt{2} $$
\(\sqrt{50}\) and \(5\sqrt{2}\) represent the exact same number — check with a calculator, both are approximately \(7.07\) — but \(5\sqrt{2}\) is the simplified form, because \(2\) has no perfect-square factors left to extract.
The Product Rule for Radicals
Simplifying leans on one algebraic fact: a root of a product equals the product of the roots.
$$ \sqrt[n]{ab} = \sqrt[n]{a} \cdot \sqrt[n]{b} $$
Read right to left, this rule is how a radical gets multiplied back together; read left to right, it’s how a radical gets split apart — which is exactly the direction simplifying needs. Splitting \(\sqrt{50}\) into \(\sqrt{25} \cdot \sqrt{2}\) uses the rule in this second direction.
Extracting Perfect-Square Factors
For a square root, the goal is to find the largest perfect-square factor of the radicand, split it off with the product rule, and evaluate that piece.
| Radicand | Largest perfect-square factor | Split | Simplified |
|---|---|---|---|
| \(12\) | \(4\) | \(\sqrt{4} \cdot \sqrt{3}\) | \(2\sqrt{3}\) |
| \(45\) | \(9\) | \(\sqrt{9} \cdot \sqrt{5}\) | \(3\sqrt{5}\) |
| \(72\) | \(36\) | \(\sqrt{36} \cdot \sqrt{2}\) | \(6\sqrt{2}\) |
| \(98\) | \(49\) | \(\sqrt{49} \cdot \sqrt{2}\) | \(7\sqrt{2}\) |
If the largest perfect-square factor isn’t spotted right away, extracting a smaller one and repeating the process still lands on the correct simplified form — it just takes an extra round.
Simplifying Radicals with Variables
A variable factor \(x^{k}\) under a square root splits the same way a number does: find the largest even exponent less than or equal to \(k\), extract it (dividing that exponent by \(2\)), and leave the remainder under the root.
$$ \sqrt{x^{7}} = \sqrt{x^{6} \cdot x} = x^{3}\sqrt{x} $$
The pattern generalizes cleanly: an even exponent comes out completely (\(\sqrt{x^{6}} = x^{3}\), no radical left at all), and an odd exponent comes out as one power lower, divided by two, with a single factor of \(x\) left behind under the root.
A note on absolute value. Technically, \(\sqrt{x^{2}} = |x|\) rather than \(x\), since a square root is defined to be nonnegative and \(x\) itself could be negative. Most algebra work assumes variables represent nonnegative numbers unless stated otherwise, which is why \(x^{3}\) (not \(|x|^{3}\)) is an accepted simplified answer in most courses — but it’s worth knowing the absolute-value bars are the technically complete version.
Simplifying Higher-Index Radicals
Cube roots, fourth roots, and beyond follow the identical extraction pattern — only which powers count as “perfect” for that index changes.
| Index | “Perfect” powers to look for | Example |
|---|---|---|
| \(2\) (square root) | \(1, 4, 9, 16, 25, \dots\) | \(\sqrt{24} = \sqrt{4 \cdot 6} = 2\sqrt{6}\) |
| \(3\) (cube root) | \(1, 8, 27, 64, \dots\) | \(\sqrt[3]{54} = \sqrt[3]{27 \cdot 2} = 3\sqrt[3]{2}\) |
| \(4\) (fourth root) | \(1, 16, 81, 256, \dots\) | \(\sqrt[4]{32} = \sqrt[4]{16 \cdot 2} = 2\sqrt[4]{2}\) |
For a variable factor under an index-\(n\) root, divide the exponent by \(n\): the whole-number part of that division comes out from under the root, and the remainder stays inside. \(\sqrt[3]{x^{10}} = x^{3}\sqrt[3]{x}\), since \(10 = 3(3) + 1\).
Worked Example A: Extracting the Largest Perfect-Square Factor
Simplify \(\sqrt{200}\).
Step 1 — find the largest perfect-square factor of \(200\):
$$ 200 = 100 \cdot 2 $$
Step 2 — split with the product rule and evaluate the perfect square:
$$ \sqrt{200} = \sqrt{100} \cdot \sqrt{2} = 10\sqrt{2} $$
Answer: \(10\sqrt{2}\)
Worked Example B: Extracting in Two Rounds
Simplify \(\sqrt{48}\) by first pulling out a smaller perfect-square factor.
Step 1 — split off a perfect square that’s easy to spot, even if it isn’t the largest:
$$ \sqrt{48} = \sqrt{4 \cdot 12} = 2\sqrt{12} $$
Step 2 — \(12\) still has a perfect-square factor; repeat the extraction:
$$ 2\sqrt{12} = 2\sqrt{4 \cdot 3} = 2 \cdot 2\sqrt{3} = 4\sqrt{3} $$
Answer: \(4\sqrt{3}\). Two smaller extractions land on the same simplified answer as one larger extraction of \(16\) would have.
Worked Example C: A Radical with a Coefficient and Variables
Simplify \(\sqrt{18x^{5}y^{2}}\).
Step 1 — split the radicand into perfect-square factors and a leftover:
$$ 18x^{5}y^{2} = 9 \cdot 2 \cdot x^{4} \cdot x \cdot y^{2} $$
Step 2 — apply the product rule and extract every perfect-square piece:
$$ \sqrt{9} \cdot \sqrt{x^{4}} \cdot \sqrt{y^{2}} \cdot \sqrt{2x} = 3x^{2}y\sqrt{2x} $$
Answer: \(3x^{2}y\sqrt{2x}\)
Worked Example D: Simplifying a Cube Root
Simplify \(\sqrt[3]{40x^{4}}\).
Step 1 — split the radicand into perfect-cube factors and a leftover:
$$ 40x^{4} = 8 \cdot 5 \cdot x^{3} \cdot x $$
Step 2 — apply the product rule and extract every perfect-cube piece:
$$ \sqrt[3]{8} \cdot \sqrt[3]{x^{3}} \cdot \sqrt[3]{5x} = 2x\sqrt[3]{5x} $$
Answer: \(2x\sqrt[3]{5x}\)
Common Mistakes to Avoid
- Stopping after extracting a perfect square that isn’t the largest one available. \(\sqrt{72} = 2\sqrt{18}\) is true but not fully simplified, since \(18\) still has a perfect-square factor; keep extracting until nothing is left.
- Adding instead of multiplying under the product rule. \(\sqrt{ab} = \sqrt{a}\cdot\sqrt{b}\), never \(\sqrt{a}+\sqrt{b}\) — these are generally different numbers entirely.
- Splitting an exponent incorrectly. \(x^{7} = x^{6}\cdot x\), not \(x^{5}\cdot x^{2}\) followed by extracting the wrong piece — always take the largest even (or, for a higher index, largest multiple-of-the-index) exponent available.
- Forgetting the coefficient still needs its own perfect-square check. In \(\sqrt{18x^{5}y^{2}}\), the \(18\) contributes its own factor of \(9\) independently of what the variables contribute.
- Simplifying a sum under one radical as if it were a product. \(\sqrt{a+b} \neq \sqrt{a}+\sqrt{b}\); the product rule only ever applies to a product or quotient under the root, never a sum.
- Using square-root perfect powers for a cube root (or vice versa). \(9\) is a perfect square but not a perfect cube; check the list of perfect powers matching the actual index before extracting.
Where This Shows Up Later
- Rationalizing Denominators. A denominator can’t be rationalized efficiently until the radical in it is already simplified, since an unsimplified radical can hide the actual multiplier needed.
- Adding and combining like radicals. \(\sqrt{8}+\sqrt{18}\) can’t be combined as written, but simplifies to \(2\sqrt{2}+3\sqrt{2}=5\sqrt{2}\) once each term is simplified first — see Radicals.
- Rational Exponents. \(\sqrt[n]{a^{m}}\) and \(a^{m/n}\) are two notations for the same value, so this extraction technique carries over directly to simplifying a fractional-exponent expression.
- The quadratic formula. Simplifying the radical that appears inside \(x=\dfrac{-b\pm\sqrt{b^{2}-4ac}}{2a}\) is exactly this lesson’s technique, applied to whatever number \(b^{2}-4ac\) happens to be.
Practice Problems
Work each problem yourself before opening the answer.
Problem 1. Simplify \(\sqrt{27}\).
Show answer
$$ \sqrt{27} = \sqrt{9 \cdot 3} = 3\sqrt{3} $$
Answer: \(3\sqrt{3}\)
Problem 2. Simplify \(\sqrt{80}\).
Show answer
$$ \sqrt{80} = \sqrt{16 \cdot 5} = 4\sqrt{5} $$
Answer: \(4\sqrt{5}\)
Problem 3. Simplify \(\sqrt{x^{9}}\).
Show answer
Step 1 — split the exponent into the largest even part and the remainder:
$$ x^{9} = x^{8} \cdot x $$
Step 2 — extract the perfect-square factor:
$$ \sqrt{x^{8}} \cdot \sqrt{x} = x^{4}\sqrt{x} $$
Answer: \(x^{4}\sqrt{x}\)
Problem 4. Simplify \(\sqrt{75x^{3}}\).
Show answer
Step 1 — split the radicand into perfect-square factors and a leftover:
$$ 75x^{3} = 25 \cdot 3 \cdot x^{2} \cdot x $$
Step 2 — extract every perfect-square piece:
$$ \sqrt{25} \cdot \sqrt{x^{2}} \cdot \sqrt{3x} = 5x\sqrt{3x} $$
Answer: \(5x\sqrt{3x}\)
Problem 5. Simplify \(\sqrt{20x^{2}y^{5}}\).
Show answer
Step 1 — split the radicand into perfect-square factors and a leftover:
$$ 20x^{2}y^{5} = 4 \cdot 5 \cdot x^{2} \cdot y^{4} \cdot y $$
Step 2 — extract every perfect-square piece:
$$ \sqrt{4} \cdot \sqrt{x^{2}} \cdot \sqrt{y^{4}} \cdot \sqrt{5y} = 2xy^{2}\sqrt{5y} $$
Answer: \(2xy^{2}\sqrt{5y}\)
Problem 6. Simplify \(\sqrt[3]{54}\).
Show answer
$$ \sqrt[3]{54} = \sqrt[3]{27 \cdot 2} = 3\sqrt[3]{2} $$
Answer: \(3\sqrt[3]{2}\)
Problem 7. Simplify \(\sqrt[3]{x^{8}}\).
Show answer
Step 1 — split the exponent into the largest multiple of \(3\) and the remainder:
$$ x^{8} = x^{6} \cdot x^{2} $$
Step 2 — extract the perfect-cube factor:
$$ \sqrt[3]{x^{6}} \cdot \sqrt[3]{x^{2}} = x^{2}\sqrt[3]{x^{2}} $$
Answer: \(x^{2}\sqrt[3]{x^{2}}\)
Problem 8. Simplify \(\sqrt{5} \cdot \sqrt{45}\).
Show answer
Step 1 — combine under one radical with the product rule:
$$ \sqrt{5 \cdot 45} = \sqrt{225} $$
Step 2 — evaluate (\(225\) is itself a perfect square):
$$ \sqrt{225} = 15 $$
Answer: \(15\)
Problem 9. Simplify \(\sqrt{162x^{6}}\).
Show answer
Step 1 — split the radicand into perfect-square factors and a leftover:
$$ 162x^{6} = 81 \cdot 2 \cdot x^{6} $$
Step 2 — extract every perfect-square piece:
$$ \sqrt{81} \cdot \sqrt{x^{6}} \cdot \sqrt{2} = 9x^{3}\sqrt{2} $$
Answer: \(9x^{3}\sqrt{2}\)
Problem 10. Simplify \(\sqrt[4]{48}\).
Show answer
Step 1 — find the largest perfect fourth-power factor of \(48\):
$$ 48 = 16 \cdot 3 $$
Step 2 — split and extract:
$$ \sqrt[4]{16} \cdot \sqrt[4]{3} = 2\sqrt[4]{3} $$
Answer: \(2\sqrt[4]{3}\)
Quick Reference
| Situation | Move |
|---|---|
| Numeric radicand | Find the largest perfect-power factor matching the index and split it off |
| Variable radicand, exponent \(k\), index \(n\) | Extract \(\left\lfloor k/n \right\rfloor\) full powers; leave the remainder exponent under the root |
| Can’t find the largest factor right away | Extract any perfect-power factor you spot and repeat — the final answer is the same either way |
| Coefficient and variables together | Check the coefficient and every variable independently for perfect-power factors |
| Sum under a radical | The product rule does not apply — a sum cannot be split apart at all |
Once extraction feels automatic, Rationalizing Denominators is the natural next step, since a simplified radical is exactly what a rationalizing multiplier is built from. Revisit Radicals for combining and multiplying simplified radicals together. Build speed with the Simplifying Radicals Generator, or browse the rest of the Algebra lessons as new ones publish.