🧰 ToolPicoAll Tools →
HomeBlog › Why Does √72 Simplify to 6√2?

Why Does √72 Simplify to 6√2? A Practical Guide to Exponents & Radicals

If you've ever stared at a square root like √72 and wondered how a textbook turns it into "6√2," this guide walks through the logic — along with powers, negative exponents, fractional exponents, and cube/nth roots — using the same rules a free online calculator applies under the hood.

In this guide

How exponents (powers) work

Quick answerAn exponent tells you how many times to multiply a number by itself: aⁿ = a × a × … × a (n factors). For example, 2⁵ = 2×2×2×2×2 = 32.

The base is the number being multiplied, and the exponent (or power) is how many copies of it get multiplied together. This shorthand gets useful fast — writing 2¹⁰ is a lot cleaner than writing out ten 2's, and it's the same idea behind why file sizes jump from kilobytes to gigabytes so quickly (1024¹ vs 1024³).

Special cases worth memorizing: a⁰ = 1 for any nonzero a, a¹ = a, and 1ⁿ = 1 no matter how large n gets. When you multiply two powers of the same base, the exponents add: aᵐ · aⁿ = aᵐ⁺ⁿ.

Example scenario (illustrative only): say you're comparing two hypothetical savings scenarios where a balance doubles every period — 2⁸ periods gives 256× growth, while 2¹⁰ gives 1024×. That's the kind of quick "how many times bigger" question an exponent calculator answers instantly, without you needing to multiply 2 by itself ten times by hand.

Negative and fractional exponents

Quick answerA negative exponent flips the base into a fraction: a⁻ⁿ = 1 / aⁿ. A fractional exponent is a root in disguise: a^(1/n) = ⁿ√a.

Negative exponents confuse people at first because there's no "negative multiplication" happening — instead, the negative sign means "take the reciprocal." So 2⁻³ isn't a negative number; it's 1/2³ = 1/8 = 0.125. The bigger the base, the smaller the result gets, since you're dividing 1 by an increasingly large number.

Fractional exponents connect powers and roots into one system. The denominator of the fraction becomes the root's index: 8^(1/3) means "the cube root of 8," which is 2. When there's a numerator too, like 8^(2/3), you can either cube 8 first and then take the cube root (∛64 = 4), or take the cube root first and then square it (2² = 4) — both routes land on the same answer.

ExpressionMeaningResult
2⁻³1 / 2³0.125
9^(1/2)√93
8^(2/3)(∛8)²4
4^(-1/2)1 / √40.5

Square roots, cube roots, and nth roots

Quick answerThe nth root of a number is whatever value, raised to the nth power, gets you back to that number. √144 = 12 because 12² = 144; ∛27 = 3 because 3³ = 27.

A square root (index 2) only has a real answer for a non-negative number, since no real number squared gives something negative. A cube root (index 3), on the other hand, is defined for negative numbers too — ∛(−8) = −2, because (−2)³ = −8. Even-index roots (2nd, 4th, 6th…) behave like square roots in this respect; odd-index roots (3rd, 5th…) behave like cube roots.

Key fact: a number is a "perfect square" if its square root is a whole number (144 → 12), and a "perfect cube" if its cube root is a whole number (216 → 6). Everything else has an irrational root that only be approximated as a decimal.

Simplifying a radical, step by step

Quick answerBreak the radicand into prime factors, pull out any complete groups that match the root's index, and leave the rest under the radical. √72 = 6√2.

This is the part that trips people up in algebra class, so here's the full walkthrough using √72 as the running example:

The same process works for cube roots, just grouping factors in threes instead of pairs. For example, ∛54 = ∛(3³ × 2) = 3∛2. And if there's already a number multiplying the radical — say 5√72 — you simplify the radical first and then multiply the coefficient by whatever came out: 5 × 6√2 = 30√2.

Practical scenario (hypothetical): imagine you're checking a geometry answer where a diagonal length came out to √72 units. Leaving it as √72 is correct but unusual — most textbooks and teachers expect the simplified form 6√2 for a cleaner final answer, and matching that convention is often what a grading rubric is looking for.

Skip the manual factoring Enter any base, exponent, or radicand and get the exact result, decimal approximation, and full simplification steps instantly. Try the free Exponent & Radical Calculator →

Frequently asked questions

How do you raise a number to a power (exponentiation)?
Exponentiation means multiplying the base by itself as many times as the exponent: aⁿ = a × a × … × a (n factors). For example, 2⁵ = 2×2×2×2×2 = 32. Any nonzero number raised to the power 0 equals 1 (a⁰ = 1, a≠0), and any number raised to the power 1 equals itself.
How do you simplify a radical like √72?
Break the number under the root into prime factors, then pull out any full powers matching the root's index. For √72: 72 = 2³ × 3². Group 2³ as 2² × 2, and 3² is already a full square. Pull out √(2²)=2 and √(3²)=3, multiply them (2×3=6), and leave the remainder inside: √72 = 6√2.
What is a negative exponent?
A negative exponent gives the multiplicative inverse of the base raised to the positive exponent: a⁻ⁿ = 1 / aⁿ. For example, 2⁻³ = 1/2³ = 1/8 = 0.125. The larger the base, the smaller the result. 0⁻ⁿ is undefined.
How are fractional exponents related to roots?
A fractional exponent expresses the same thing as a root: a^(1/n) = ⁿ√a and a^(p/n) = ⁿ√(aᵖ) = (ⁿ√a)ᵖ. For example, 8^(2/3) = ∛(8²) = ∛64 = 4, or equivalently (∛8)² = 2² = 4.
How do you find a missing base or exponent when you know aⁿ?
To find the base when the exponent and result are known, take the nth root of the result: a = ⁿ√result (e.g. if a³ = 27, a = ∛27 = 3). To find the exponent when the base and result are known, use logarithms: n = log(result) / log(base) (e.g. if 2ⁿ = 32, n = log(32)/log(2) = 5).
A note on this guide: the worked examples above use round numbers (like √72 or 2⁻³) purely to illustrate the method, and any "scenario" mentioned is hypothetical for explanatory purposes only. This content is for general educational reference, not a substitute for a math teacher, textbook, or professional guidance on a specific problem.