Method guideAlgebra IIntermediate9 min read

Simplifying radicals by pulling out perfect powers

Factor the radicand into a perfect power times what remains. Pull only complete groups through the radical bar.

ab=ab(a,b0)\sqrt{ab}=\sqrt a\sqrt b\quad(a,b\ge0)
Method guide

How to recognize the method, run it, and know when it is the wrong choice.

Updated July 13, 2026
MethodStart here

For square roots, every pair of equal factors contributes one factor outside.

01

Look for the largest useful perfect square

A radicand can be split into a perfect-square factor and a leftover factor. Using the largest square usually reaches simplest form in one move.

Prime factorization is slower but dependable when the square factor is not obvious.

72=362=62\sqrt{72}=\sqrt{36\cdot2}=6\sqrt2
02

Variables need domain awareness

For real variables, √(x²) equals |x|, not automatically x, because the principal square root is nonnegative.

Many introductory exercises quietly assume variables are nonnegative. State that assumption or keep the absolute value when it matters.

x2=x\sqrt{x^2}=|x|
03

Only like radicals combine

After simplification, radicals combine like algebraic terms when their indices and radicands match. Coefficients add; radicands do not.

Do not split a sum inside a radical: √(a + b) is generally not √a + √b.

355=253\sqrt5-\sqrt5=2\sqrt5
Worked exampleExtract complete pairs

Simplify √(200x⁵), assuming x ≥ 0.

1200x5=100x42x200x^5=100x^4\cdot2x

Separate the largest perfect-square factor.

2200x5=100x42x\sqrt{200x^5}=\sqrt{100x^4}\sqrt{2x}

Use the product property.

3100x4=10x2\sqrt{100x^4}=10x^2

Take the principal square root under the nonnegative assumption.

410x22x10x^2\sqrt{2x}

Keep the unpaired factors inside.

Result10x22x\boxed{10x^2\sqrt{2x}}
Watch for

Common mistakes

  1. Pulling out a factor that is not a complete square.
  2. Writing √(x²) = x without a domain assumption.
  3. Adding unlike radicands.
Keep

Three takeaways

  1. Extract perfect powers.
  2. Principal roots are nonnegative.
  3. Combine only matching radicals.