Problem 1 — Identifying Exponent Laws (C1)
Variant 0 — Which law justifies \( x^5 \cdot x^3 = x^8 \)? Answer: Product rule.
The product rule states \( a^m \cdot a^n = a^{m+n} \). When two powers with the same base are multiplied, the exponents add: \( 5 + 3 = 8 \).
- Quotient rule: applies to division (\( a^m / a^n = a^{m-n} \)), not multiplication.
- Power of a power: applies to \( (a^m)^n \) — an exponent applied to an already-exponentiated expression.
- Power of a product: applies when a product \( (ab)^n \) is raised to a power — two different bases under one exponent.
Variant 1 — Which law justifies \( a^8 / a^3 = a^5 \)? Answer: Quotient rule.
The quotient rule states \( a^m / a^n = a^{m-n} \). Dividing same-base powers subtracts the exponents: \( 8 - 3 = 5 \).
Variant 2 — Which law justifies \( (b^3)^4 = b^12 \)? Answer: Power of a power.
The power-of-a-power rule states \( (a^m)^n = a^{mn} \). When an exponent is raised to another exponent, multiply: \( 3 \times 4 = 12 \).
Key distinction: Product rule (add) vs. power-of-a-power rule (multiply). \( x^3 \cdot x^4 = x^7 \) (add) vs. \( (x^3)^4 = x^{12} \) (multiply). The structure of the expression tells you which applies.
Problem 2 — Evaluating Rational Exponents (C2)
Variant 0 — \( 27^0.3333333333333333 \): Answer: 3.
\( 27^{1/3} = \sqrt[3]{27} = 3 \) because \( 3^3 = 27 \).
- 9: confuses the exponent 1/3 with dividing by 3 (gives 9, not 3).
- 1/27: would be \( 27^-1 \) — the reciprocal, not the cube root.
- 81: is \( 3^4 \) — unrelated to this calculation.
Variant 1 — \( 16^0.75 \): Answer: 8.
Strategy: take the 4th root first (keeps numbers small), then cube. \( 16^{3/4} = (\sqrt[4]{16})^3 = 2^3 = 8 \).
- 12: multiplies base by exponent (16 × 3/4 = 12) — incorrect use of the exponent.
- 4: gives only \( 16^0.25 \) — the 4th root without the cube.
- 2: gives only \( \\sqrt[4]16 \) — the 4th root, stops before cubing.
Variant 2 — \( 1/x^3 = x^? \): Answer: \( x^{-3} \).
The negative exponent rule: \( a^{-n} = 1/a^n \), so \( 1/x^3 = x^{-3} \).
What to check if you confused 4 and 8 in Variant 1: the exponent \( m/n \) means "take the \( n \)th root, then raise to the \( m \)th power". The denominator is always the root index; the numerator is the power. \( 3/4 \): root index = 4, power = 3.
Problem 3 — Freshman's Dream (C1, C3)
Correct answer: C — \( \sqrt{4 \cdot 9} = \sqrt{4} \cdot \sqrt{9} = 6 \).
- A: \( \sqrt{9+16} = \sqrt{25} = 5 \neq 7 \). The product rule does not apply to sums.
- B: \( (x+y)^2 = x^2 + 2xy + y^2 \neq x^2 + y^2 \). The middle term \( 2xy \) is always missing from the "Freshman's Dream" version.
- C: Correct. \( \sqrt{4 \cdot 9} = \sqrt{36} = 6 \), and the product rule confirms \( \sqrt{4} \cdot \sqrt{9} = 2 \cdot 3 = 6 \). Radicals split over products.
- D: \( \sqrt{x^2+y^2} \neq x+y \) in general. Counterexample: \( x=3, y=4 \) gives \( \sqrt{9+16} = 5 \neq 7 \).
Problem 4 — Rationalizing with a Conjugate (C4)
Correct answer: B — multiply by the conjugate \( (\sqrt{3}-1)/(\sqrt{3}-1) \) to get \( 3(\sqrt{3}-1) = 3\sqrt{3}-3 \).
Full calculation:
\[ \frac{6}{\sqrt{3}+1} \cdot \frac{\sqrt{3}-1}{\sqrt{3}-1} = \frac{6(\sqrt{3}-1)}{(\sqrt{3})^2 - 1^2} = \frac{6(\sqrt{3}-1)}{3-1} = \frac{6(\sqrt{3}-1)}{2} = 3(\sqrt{3}-1) \]
- A: Multiplying by the same expression (not the conjugate) gives \( (\sqrt{3}+1)^2 \) in the denominator — still has a radical.
- C: Multiplying only by \( \sqrt{3}/\sqrt{3} \) doesn't remove the \( +1 \) term from the denominator.
- D: Simply rewriting the denominator sign doesn't preserve the value of the fraction.