Surds & Indices • Topic 1 of 4

Laws of Indices

Every index manipulation rests on five laws: a^m × a^n = a^(m+n), a^m ÷ a^n = a^(m−n), (a^m)^n = a^(m×n), (ab)^n = a^n·b^n, and a^0 = 1 with a^(−n) = 1/a^n. The CAT skill is not memorising them but choosing the right one fast and forcing every term onto a common base. To solve 2^x = 32, write 32 as 2^5 and equate exponents; to compare 2^40 and 3^30, rewrite as (2^4)^10 = 16^10 versus (3^3)^10 = 27^10, so the larger base wins. When an equation has the unknown in the exponent, matching bases beats logarithms almost every time. Watch order of operations: a^m^n means a^(m^n), not (a^m)^n — exponentiation is right-associative, a favourite CAT trap.

✅ Solved examples

1. Simplify (3^4 × 3^6) ÷ 3^7.
Numerator = 3^(4+6) = 3^10. Then 3^10 ÷ 3^7 = 3^(10−7) = 3^3 = 27.
2. Solve for x: 2^(x+3) = 64.
64 = 2^6, so x + 3 = 6 ⇒ x = 3.
3. Which is greater, 2^40 or 3^30?
Take the 10th root: 2^4 = 16 vs 3^3 = 27. Since 27 > 16, 3^30 > 2^40.
4. If 5^(2x−1) = 125, find x.
125 = 5^3, so 2x − 1 = 3 ⇒ 2x = 4 ⇒ x = 2.

✏️ Practice — try these, take hints as needed

1. Simplify (2^5 × 2^3) ÷ 2^6.
Add the top exponents.
2^8 ÷ 2^6.
Subtract: 8 − 6.
4
2. Solve 3^(2x) = 81.
Write 81 as a power of 3.
81 = 3^4.
Equate 2x = 4.
x = 2
3. Evaluate (7^0 + 7^(−1)) × 7.
7^0 = 1, 7^(−1) = 1/7.
(1 + 1/7) = 8/7.
× 7.
8
4. Which is larger, 4^9 or 2^17?
Make the bases equal.
4^9 = 2^18.
Compare exponents 18 vs 17.
4^9 (= 2^18)
5. If 2^x · 4^(x+1) = 128, find x.
4 = 2^2, so 4^(x+1) = 2^(2x+2).
Add exponents: x + 2x + 2.
3x + 2 = 7.
x = 5/3

📝 Topic test — 8 questions

Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.

Loading questions…