Section 1 โ Finding nth Roots
Memory Point ยท ODD vs EVEN Root Rule
ODD root of a negative โ negative result โ e.g.
EVEN root of a negative โ NOT REAL โ e.g.
Even root always returns the positive principal root when radicand is positive.
โ(โ8) = โ2EVEN root of a negative โ NOT REAL โ e.g.
โดโ(โ16) = undefined in โEven root always returns the positive principal root when radicand is positive.
Q 01Easy
Find the real cube root of \(-8\). i.e. find \(\sqrt[3]{-8}\).
Explanation
A cube root has an odd index (3), so a negative radicand is perfectly allowed.
- Ask: what number cubed equals โ8? โ \((-2)^3 = -8\) โ
- Therefore \(\sqrt[3]{-8} = \mathbf{-2}\)
Q 02Easy
Find the principal 4th root of \(256\). i.e. find \(\sqrt[4]{256}\).
Explanation
The radical symbol always returns the principal (positive) root.
- Find a positive number raised to the 4th power equaling 256: \(4^4 = 256\) โ
- So \(\sqrt[4]{256} = \mathbf{4}\)
Q 03โ Tricky
โก Common Trap โ the negative sign is OUTSIDE the base
Evaluate \(-27^{4/3}\)
The negative sign is outside the base. This is NOT \((-27)^{4/3}\) โ compare with Q5!
Explanation
The trap: \(-27^{4/3}\) means \(-(27^{4/3})\) โ the negative is applied last, not to the base.
- Cube root of 27: \(27^{1/3} = 3\)
- Raise to the 4th power: \(3^4 = 81\)
- Apply the outside negative: \(-(81) = \mathbf{-81}\)
Q 04โ Tricky
โก Common Trap โ even root of a negative number
Which expression has no real value?
Explanation
An even-index root of a negative number does not exist in real numbers.
- \(\sqrt[4]{-16}\) โ even index (4), negative radicand โ Not a real number โ
- \(\sqrt[3]{-8} = -2\) โ odd index (3) โ fine โ
- \(-\sqrt[4]{16} = -2\) โ radicand is +16, the negative is outside โ fine โ
- \(\sqrt[5]{-32} = -2\) โ odd index (5) โ fine โ
Q 05Easy
Evaluate \((-27)^{4/3}\)
Parentheses wrap the base this time โ compare carefully with Q3!
Explanation
The parentheses mean โ27 is the entire base, so the exponent applies to it.
- Take the cube root (index 3 is odd โ negative base OK): \(\sqrt[3]{-27} = -3\)
- Raise to the 4th power (numerator): \((-3)^4 = 81\)
- Result: \(\mathbf{81}\)
Section 2 โ Laws of Exponents
Memory Point ยท Exponent Rules Cheatsheet
x^m ยท x^n = x^(m+n) ADD exponents when multiplying same basex^m / x^n = x^(mโn) SUBTRACT exponents when dividing same basex^(โn) = 1/x^n FLIP to denominator for a negative exponentx^(m/n) = (โฟโx)^m denominator = root index ยท numerator = power
Q 06Easy
Simplify: \(\dfrac{3^{2/3}}{3^{-1/3}}\)
Explanation
Same base (3) in a division โ subtract the exponents.
- Subtract: \(\dfrac{2}{3} - \left(-\dfrac{1}{3}\right) = \dfrac{2}{3} + \dfrac{1}{3} = 1\)
- Result: \(3^1 = \mathbf{3}\)
Q 07Medium
Simplify: \(y^2 \cdot y^{3/4}\) (assume \(y > 0\))
Explanation
Same base (\(y\)) being multiplied โ add the exponents.
- Convert 2 to fourths: \(2 = \dfrac{8}{4}\)
- Add: \(\dfrac{8}{4} + \dfrac{3}{4} = \dfrac{11}{4}\)
- Result: \(y^{11/4}\)
Q 08Easy
Simplify: \(x^{15} \cdot x^{20}\)
Explanation
Same base (\(x\)) multiplied โ add the exponents.
- \(x^{15} \cdot x^{20} = x^{15+20} = \mathbf{x^{35}}\)
Q 09โ Tricky
โก Common Trap โ dividing means SUBTRACT, not add
Simplify: \(\dfrac{x^{5/3}}{x^{2/3}}\) (assume \(x > 0\))
Explanation
Same base divided โ subtract the denominator exponent from the numerator.
- \(x^{5/3} \div x^{2/3} = x^{5/3 - 2/3}\)
- \(= x^{3/3} = x^1 = \mathbf{x}\)
Q 10Medium
Which expression is equivalent to \(x^{-3/4}\)?
Explanation
A negative exponent means flip to the denominator: \(x^{-n} = \dfrac{1}{x^n}\)
- Flip: \(x^{-3/4} = \dfrac{1}{x^{3/4}}\)
- Rewrite in radical form: \(x^{3/4} = \sqrt[4]{x^3}\)
- Final: \(\dfrac{1}{\sqrt[4]{x^3}}\)
Section 3 โ Simplifying Radicals
Memory Point ยท Combining Like Radicals
You can only add/subtract radicals with the same index AND same radicand.
Strategy: simplify each radical first, then combine like terms.
NEVER add radicands directly:
Strategy: simplify each radical first, then combine like terms.
โ8 = 2โ2 โ18 = 3โ2 โ treat โ2 like a variable: 5โ2 + 3โ2 = 8โ2 โNEVER add radicands directly:
โ4 + โ9 โ โ13
Q 11Medium
Simplify: \(8\sqrt{8} - 4\sqrt{18}\)
Explanation
Simplify each radical first, then combine like terms.
- \(\sqrt{8} = \sqrt{4 \cdot 2} = 2\sqrt{2}\) โ \(8 \times 2\sqrt{2} = 16\sqrt{2}\)
- \(\sqrt{18} = \sqrt{9 \cdot 2} = 3\sqrt{2}\) โ \(4 \times 3\sqrt{2} = 12\sqrt{2}\)
- Combine: \(16\sqrt{2} - 12\sqrt{2} = \mathbf{4\sqrt{2}}\)
Q 12โ Tricky
โก Common Trap โ simplify BEFORE combining
Simplify: \(3\sqrt{12} + 2\sqrt{27}\)
Explanation
You cannot add \(\sqrt{12}\) and \(\sqrt{27}\) directly โ simplify each one first.
- \(\sqrt{12} = \sqrt{4 \cdot 3} = 2\sqrt{3}\) โ \(3 \times 2\sqrt{3} = 6\sqrt{3}\)
- \(\sqrt{27} = \sqrt{9 \cdot 3} = 3\sqrt{3}\) โ \(2 \times 3\sqrt{3} = 6\sqrt{3}\)
- Combine like terms: \(6\sqrt{3} + 6\sqrt{3} = \mathbf{12\sqrt{3}}\)
Q 13Medium
Simplify: \(\sqrt{50x^4}\) (assume \(x > 0\))
Explanation
Break into a perfect-square factor and a leftover factor.
- \(\sqrt{50} = \sqrt{25 \cdot 2} = 5\sqrt{2}\)
- \(\sqrt{x^4} = x^{4/2} = x^2\)
- Combine: \(\sqrt{50x^4} = \mathbf{5x^2\sqrt{2}}\)
Q 14โ Tricky
โก Most Common Algebra Mistake โ โ(a+b) โ โa + โb
Which of the following is NOT a valid simplification rule?
Explanation
\(\sqrt{a+b} = \sqrt{a}+\sqrt{b}\) is always false.
Radicals distribute over multiplication and division โ never over addition or subtraction.
- Counter-example: \(\sqrt{9+16} = \sqrt{25} = 5\)
- But \(\sqrt{9}+\sqrt{16} = 3+4 = 7 \neq 5\) โ
Radicals distribute over multiplication and division โ never over addition or subtraction.
Q 15Medium
Simplify: \(\dfrac{\sqrt{75}}{\sqrt{3}}\)
Explanation
When dividing radicals with the same index, combine under one radical.
- \(\dfrac{\sqrt{75}}{\sqrt{3}} = \sqrt{\dfrac{75}{3}} = \sqrt{25}\)
- \(\sqrt{25} = \mathbf{5}\)
Section 4 โ Mixed Challenge
Memory Point ยท Rational Exponent โ Radical Form
x^(m/n) = (โฟโx)^m = โฟโ(x^m)Denominator โ index of the root ยท Numerator โ the power
Tip: "Denominator Down in the dungeon (root) ยท Numerator up in the tower (power)!"
Always take the root first โ it keeps numbers small and manageable.
Q 16Medium
Rewrite \(\left(\sqrt[5]{x}\right)^3\) using a rational exponent.
Explanation
Use \(\sqrt[n]{x} = x^{1/n}\), then apply the power rule \((x^a)^b = x^{ab}\).
- \(\sqrt[5]{x} = x^{1/5}\)
- \(\left(x^{1/5}\right)^3 = x^{(1/5) \cdot 3} = x^{3/5}\)
Q 17Hard
Evaluate: \(16^{3/4}\)
Explanation
Use \(x^{m/n} = \left(\sqrt[n]{x}\right)^m\). Take the root first โ numbers stay small!
- Denominator 4 โ 4th root: \(\sqrt[4]{16} = 2\) (since \(2^4 = 16\))
- Numerator 3 โ cube it: \(2^3 = 8\)
- Result: \(\mathbf{8}\)
Q 18Hard
โก Common Trap โ remember xโฐ = 1, not x
Simplify: \(\dfrac{x^{3/2} \cdot x^{1/2}}{x^2}\) (assume \(x > 0\))
Explanation
- Multiply in numerator (add exponents): \(x^{3/2} \cdot x^{1/2} = x^{4/2} = x^2\)
- Divide (subtract exponents): \(\dfrac{x^2}{x^2} = x^{2-2} = x^0\)
- \(x^0 = \mathbf{1}\) (any non-zero base to the zero power = 1)
Q 19Hard
Evaluate: \((-32)^{3/5}\)
Explanation
The denominator is 5 (odd), so a negative base is allowed in real numbers.
- Take the 5th root first: \(\sqrt[5]{-32} = -2\) (since \((-2)^5 = -32\))
- Raise to the 3rd power: \((-2)^3 = -8\)
- Result: \(\mathbf{-8}\)
Q 20Hard
โก Final Boss โ all rules combined
Simplify completely: \(\dfrac{\left(x^{1/2} \cdot y^{2/3}\right)^6}{x \cdot y^3}\) (assume all variables positive)
Explanation
Apply the power-of-a-product rule \((ab)^n = a^n b^n\), then simplify.
- Expand numerator: \((x^{1/2})^6 \cdot (y^{2/3})^6 = x^{3} \cdot y^{4}\)
- Denominator: \(x^1 \cdot y^3\)
- Divide: \(x^{3-1} \cdot y^{4-3} = x^2 \cdot y = \mathbf{x^2 y}\)