All concepts

10. Exponents and roots

Rewrite with prime bases. Factor out the smaller power when adding. Power towers resolve top-down.

210210+=211Two equal blocks = double = exponent goes up by 1Adding equal powers is multiplying, not adding exponents

Core ideas

- Break every base into primes first; only matching prime bases let you combine exponents.
- Adding or subtracting powers? Factor out the SMALLER power: 5^12 - 5^10 = 5^10(5^2 - 1).
- Exponent towers resolve top-down: 2^(3^2) = 2^9, not (2^3)^2.
- Roots are fractional exponents; sqrt(x^2) = |x|, and comparing roots means comparing under a common power.

Worked example 1

Simplify 6^10 / (2^8 * 3^9).

Show solution

Convert to prime bases: 6^10 = (2 * 3)^10 = 2^10 * 3^10. Now subtract exponents on matching bases: 2^(10-8) * 3^(10-9) = 2^2 * 3^1 = 4 * 3 = 12.

Worked example 2

(5^12 - 5^10) / 24 = ?

Show solution

Never subtract giant powers directly; factor out the smaller one. 5^12 - 5^10 = 5^10(5^2 - 1) = 5^10 * 24. Dividing by 24 leaves 5^10. The pattern is always the same: factor out, and the parenthetical becomes a small clean number.

Practice set

Question 1

If 9^x = 27^(x - 2), what is the value of x ?






Question 2

(2^12 + 2^12) / 2^10 =






Question 3

What is the value of the square root of 0.0081 ?






Question 4

What is the value of 2^(3^2) - (2^3)^2 ?