ESAT Worked Solutions · Advanced Maths
ESAT Paper 4 Advanced Maths Worked Solutions
Complete step-by-step worked solutions. Part of the ESAT preparation guide.
Question 1
Back to top ↑The factorial notation ! is defined as $x! = x(x-1)(x-2)\dots(3)(2)(1)$. For large $x$, which of the below expressions is second largest?
Key Idea (💡): Comparing the asymptotic growth rates of exponential versus factorial functions using Stirling's approximation.
Reveal the answer & worked solution — commit to an option first
Correct Answer: D. $(2x)!$
Step-by-Step Breakdown:
METHOD 1 — Logarithms & Stirling's Approximation
Using $\ln(n!) \approx n\ln n - n$ for large $n$:
a) $\ln(x^x) = x\ln x$
b) $\ln\big((x^2)!\big) \approx x^2\ln(x^2) - x^2 = 2x^2\ln x - x^2$
c) $\ln\big((x!)^2\big) \approx 2(x\ln x - x) = 2x\ln x - 2x$
d) $\ln\big((2x)!\big) \approx 2x\ln(2x) - 2x = 2x\ln x + 2x\ln 2 - 2x$
Expression (b) has an $x^2\ln x$ term, which dominates every $x\ln x$ term in the others — so (b) is the largest by far. Comparing the rest:
$d - c = 2x\ln 2 > 0 \Rightarrow d > c$
$d - a = x\ln x + 2x\ln 2 - 2x = x(\ln x + 2\ln 2 - 2) > 0$ for large $x \Rightarrow d > a$
$c - a = x\ln x - 2x = x(\ln x - 2) > 0$ once $x > e^2 \approx 7.39 \Rightarrow c > a$ for large $x$
Conclusion: $b > d > c > a$, so the second largest is $(2x)!$, Option D.
METHOD 2 — Ratio / Combinatorial Argument (no logs)
Compare $(2x)!$ and $(x!)^2$ directly via the central binomial coefficient:
$$ \frac{(2x)!}{(x!)^2} = \binom{2x}{x} \sim \frac{4^x}{\sqrt{\pi x}} $$
This ratio itself blows up exponentially, so $(2x)!$ beats $(x!)^2$ decisively. $(2x)!$ also beats $x^x$, since it's the product of every integer from 1 to $2x$, which outgrows $x^x$ for large $x$ (see Method 1 for the precise comparison). Finally, $(x^2)!$ beats $(2x)!$ simply because it's the factorial of a much larger number ($x^2$ vs. $2x$, and $x^2 > 2x$ once $x>2$) — factorials of larger arguments dominate overwhelmingly.
METHOD 3 — Brute-Force Numerical Check
| $x$ | $x^x$ | $(x!)^2$ | $(2x)!$ | $(x^2)!$ |
|---|---|---|---|---|
| 5 | 3,125 | 14,400 | 3,628,800 | $15,511,210,043,330,985,984,000,000$ |
| 10 | 10,000,000,000 | 13,168,189,440,000 | 2,432,902,008,176,640,000 | $100! \approx 9.33\times10^{157}$ |
| 20 | $\approx 1.05\times10^{26}$ | $\approx 5.92\times10^{36}$ | $\approx 8.16\times10^{47}$ | $400! \approx 6.40\times10^{868}$ |
Every row gives the same ranking: $(x^2)! > (2x)! > (x!)^2 > x^x$, so second largest $= (2x)!$.
*Note: this is fast to verify on a calculator under time pressure, but it only confirms the tested values — Methods 1 and 2 are what prove it for all large $x$.*
METHOD 4 — Quick Conceptual Shortcut
- A factorial of a larger number crushes almost anything else — compare the arguments: $x^2$ vs. $2x$. Since $x^2 > 2x$ for $x>2$, $(x^2)!$ is the runaway largest (and the trap answer for "second largest").
- Among the rest, $(2x)!$ beats $(x!)^2$: squaring $x!$ only doubles what's already there, while $(2x)!$ multiplies in $x$ brand-new large terms ($x{+}1$ through $2x$).
- $x^x$ has no factorial "compounding" — it's a smooth exponential-power curve, so it ends up smallest.
- Putting it together: $(x^2)! > (2x)! > (x!)^2 > x^x$.
FINAL ANSWER BLOCK
Second largest $= (2x)!$ → Option D.
⚠️ Option B, $(x^2)!$, is the largest — a common wrong pick if the question is misread.
Question 2
Back to top ↑How many unique ways can you rearrange the letters of the word 'pepper'?
Key Idea (💡): Permutations of non-unique items using the multiset permutation formula $N = \frac{n!}{n_1! n_2! \dots n_k!}$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: D. 60
Fastest Approach (🚀):
Word has 6 letters total with 3 $p$'s, 2 $e$'s, 1 $r$. Total permutations $= \frac{6!}{3! \times 2! \times 1!} = \frac{720}{12} = 60$.
Step-by-Step Breakdown:
Permutations of a multiset. When arranging $n$ items where some items are indistinguishable, dividing by the factorials of the duplicate counts accounts for overcounting identical arrangements.
- Count total letters ($n$):
The word "pepper" contains 6 letters in total: $n = 6$.
- Identify character frequencies:
- Letter $p$ appears $n_p = 3$ times.
- Letter $e$ appears $n_e = 2$ times.
- Letter $r$ appears $n_r = 1$ time.
- Apply the multiset permutation formula:
$$N = \frac{n!}{n_p! \cdot n_e! \cdot n_r!}$$
- Substitute the values:
$$N = \frac{6!}{3! \cdot 2! \cdot 1!}$$
- Expand and simplify step by step:
- $6! = 720$
- $3! = 6$
- $2! = 2$
- $1! = 1$
$$N = \frac{720}{6 \cdot 2 \cdot 1} = \frac{720}{12} = 60$$
There are 60 distinct permutations.
Takeaway (📌):
Notice $6! / 3! = 6 \times 5 \times 4 = 120$.
Then divide by $2! = 2$: $120 / 2 = 60$. Doing mental arithmetic in stages avoids large intermediate numbers.
Question 3
Back to top ↑The 6th term of an arithmetic sequence is equal to $4/3$ times its 8th term. What is the ratio of the first term $a$ to the common difference $d$?
Key Idea (💡): The $n$-th term of an arithmetic progression is given by $a_n = a + (n-1)d$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. $-13$
Fastest Approach (🚀):
$a + 5d = (4/3)(a + 7d) \implies 3a + 15d = 4a + 28d \implies a = -13d \implies a/d = -13$.
Step-by-Step Breakdown:
Arithmetic sequences have a constant difference $d$ between consecutive terms. The general formula for the $n$-th term is $a_n = a + (n-1)d$, where $a$ is the first term.
- Write expressions for the 6th and 8th terms:
- By definition, $a_6 = a + (6-1)d = a + 5d$.
- By definition, $a_8 = a + (8-1)d = a + 7d$.
- Set up the given linear relation:
$$a_6 = \frac{4}{3} a_8 \implies a + 5d = \frac{4}{3}(a + 7d)$$
- Clear the fraction by multiplying both sides by 3:
$$3(a + 5d) = 4(a + 7d)$$
- Expand both sides:
$$3a + 15d = 4a + 28d$$
- Isolate $a$ on one side:
Subtract $3a$ from both sides:
$$15d = a + 28d$$
Subtract $28d$ from both sides:
$$a = 15d - 28d = -13d$$
- Form the ratio $a / d$:
$$\frac{a}{d} = -13$$
Takeaway (📌):
Since the 6th term is positive while the 8th term is smaller (multiplied by $4/3 > 1$), the terms must be decreasing ($d < 0$). Substituting $d = -1$ gives $a = 13$, yielding ratio $-13$ directly.
Question 4
Back to top ↑What is the value of $x$ if $2^{(5^x - 5)} = \frac{1}{4}$?
Key Idea (💡): Solving exponential equations by equating bases and exponents.
Reveal the answer & worked solution — commit to an option first
Correct Answer: B. $\log_5 3$
Fastest Approach (🚀):
$2^{(5^x - 5)} = 2^{-2} \implies 5^x - 5 = -2 \implies 5^x = 3 \implies x = \log_5(3)$.
Step-by-Step Breakdown:
Equating exponents when powers have identical bases. If $b^u = b^v$ with $b > 0, b \neq 1$, then $u = v$.
- Express both sides with base 2:
$$\frac{1}{4} = \frac{1}{2^2} = 2^{-2}$$
The equation becomes:
$$2^{(5^x - 5)} = 2^{-2}$$
- Equate the exponents:
$$5^x - 5 = -2$$
- Isolate the exponential term $5^x$:
$$5^x = -2 + 5 = 3$$
- Apply logarithms to solve for $x$:
Take $\log_5$ of both sides:
$$x = \log_5 3$$
Takeaway (📌):
Work backwards: If $x = \log_5 3$, then $5^x = 5^{\log_5 3} = 3$.
Exponent: $3 - 5 = -2$.
Power: $2^{-2} = 1/4$. Matches Option B instantly.
Question 5
Back to top ↑To $f(x) = x^3$ apply the following transformations in order: (1) Translation 3 units in the positive $x$-axis, (2) Reflection in the $y$-axis, (3) Stretch by factor 2 in the $y$-axis, (4) Reflection in the $x$-axis. What is the resulting function?
Key Idea (💡): Sequential application of functional transformations $y = a f(b(x - c)) + d$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: A. $2(x+3)^3$
Fastest Approach (🚀):
Track a point: $(1,1) \to$ translate right 3 to $(4,1) \to$ reflect $y$ to $(-4,1) \to$ stretch $y$ by 2 to $(-4,2) \to$ reflect $x$ to $(-4,-2)$. Test $x = -4$ in A: $2(-4+3)^3 = 2(-1)^3 = -2$. Matches!
Step-by-Step Breakdown:
Sequential graph transformations.
- Horizontal shift by $+c$: replace $x$ with $(x-c)$.
- Reflection in $y$-axis: replace $x$ with $-x$.
- Vertical stretch by factor $k$: multiply the entire expression by $k$.
- Reflection in $x$-axis: multiply the entire expression by $-1$.
We perform each transformation step by step:
- Start with initial function:
$$y_0 = x^3$$
- Step 1 — Translation 3 units right:
Replace $x$ with $(x-3)$:
$$y_1 = (x-3)^3$$
- Step 2 — Reflection in $y$-axis:
Replace $x$ with $-x$:
$$y_2 = (-x - 3)^3 = \left(-(x + 3)\right)^3 = -(x + 3)^3$$
- Step 3 — Vertical stretch by factor 2:
Multiply entire expression by 2:
$$y_3 = 2 \cdot \left(-(x + 3)^3\right) = -2(x + 3)^3$$
- Step 4 — Reflection in $x$-axis:
Multiply entire expression by $-1$:
$$y_4 = -1 \cdot \left(-2(x + 3)^3\right) = 2(x + 3)^3$$
The final function is $2(x+3)^3$.
Takeaway (📌):
Point Tracking:
Take point $(1, 1)$ on $y = x^3$:
- (1) Shift right 3: $(4, 1)$
- (2) Reflect $y$-axis: $(-4, 1)$
- (3) Stretch $y$ by 2: $(-4, 2)$
- (4) Reflect $x$-axis: $(-4, -2)$
Substitute $x = -4$ into Option A: $2(-4 + 3)^3 = 2(-1)^3 = -2$. Option A is verified.
Question 6
Back to top ↑Let $f(n+1) = (1 - \sqrt{f(n)})^2$, with $f(n) \ge 1$. What is $f(n+2)$?
Key Idea (💡): Iterating recursive recurrence relations involving square roots and absolute values under domain restrictions.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. $(2 - \sqrt{f(n)})^2$
Fastest Approach (🚀):
Since $f(n) \ge 1 \implies \sqrt{f(n)} \ge 1 \implies |1 - \sqrt{f(n)}| = \sqrt{f(n)} - 1$. Then $f(n+2) = (1 - (\sqrt{f(n)} - 1))^2 = (2 - \sqrt{f(n)})^2$.
Step-by-Step Breakdown:
Evaluating recursive functions while respecting domain constraints. The square root of a square is the absolute value: $\sqrt{x^2} = |x|$.
- Analyze the domain restriction:
We are given $f(n) \ge 1$.
Taking square roots gives $\sqrt{f(n)} \ge 1$.
Therefore, $1 - \sqrt{f(n)} \le 0$ (the term inside the square is negative or zero).
- Evaluate $\sqrt{f(n+1)}$:
Take the principal square root of $f(n+1)$:
$$\sqrt{f(n+1)} = \sqrt{(1 - \sqrt{f(n)})^2} = |1 - \sqrt{f(n)}|$$
- Simplify the absolute value:
Since $(1 - \sqrt{f(n)}) \le 0$, we flip signs to evaluate the absolute value:
$$|1 - \sqrt{f(n)}| = -\left(1 - \sqrt{f(n)}\right) = \sqrt{f(n)} - 1$$
- Substitute into recurrence relation for $f(n+2)$:
$$f(n+2) = \left(1 - \sqrt{f(n+1)}\right)^2$$
Substitute $\sqrt{f(n+1)} = \sqrt{f(n)} - 1$:
$$f(n+2) = \left(1 - (\sqrt{f(n)} - 1)\right)^2 = \left(1 - \sqrt{f(n)} + 1\right)^2 = \left(2 - \sqrt{f(n)}\right)^2$$
Takeaway (📌):
Test-Value Method:
Let $f(n) = 4$.
- $f(n+1) = (1 - \sqrt{4})^2 = (1 - 2)^2 = 1$.
- $f(n+2) = (1 - \sqrt{1})^2 = (1 - 1)^2 = 0$.
Test $f(n) = 4$ in Option E:
$$(2 - \sqrt{4})^2 = (2 - 2)^2 = 0$$
Matches $f(n+2) = 0$ perfectly.
Question 7
Back to top ↑Which graph represents $y = \sin(x^2) \cdot \sqrt{x+1}$?
Key Idea (💡): Analyzing composite functions via domain restrictions, amplitude envelopes, and frequency modulation.
Reveal the answer & worked solution — commit to an option first
Correct Answer: B. Oscillating graph with growing amplitude starting from $x = -1$ with increasing frequency
Fastest Approach (🚀):
Domain requires $x \ge -1$ (graph starts at $x = -1$). Amplitude envelope $\sqrt{x+1}$ grows with $x$. Inner term $\sin(x^2)$ increases oscillation frequency as $x$ increases. Option B uniquely matches.
Step-by-Step Breakdown:
Graphing composite trigonometric functions by decomposing them into domain boundaries, amplitude envelopes, and frequency modulation.
- Determine Domain Restrictions:
The square root $\sqrt{x+1}$ requires $x + 1 \ge 0 \implies x \ge -1$.
The function is undefined for $x < -1$. The graph must start at $x = -1$.
- Identify Amplitude Envelope:
The term $\sqrt{x+1}$ acts as a variable amplitude envelope bound:
$$-\sqrt{x+1} \le y(x) \le \sqrt{x+1}$$
As $x \to \infty$, $\sqrt{x+1}$ increases steadily. The peak heights of the wave oscillations must grow larger as $x$ increases.
- Identify Frequency Modulation:
The argument inside the sine function is $x^2$.
The instantaneous frequency of $\sin(g(x))$ is given by $g'(x) = 2x$.
As $x$ increases, the derivative $2x$ increases linearly, meaning the oscillations become progressively tighter and more frequent.
- Combine Features:
The graph starts at $x = -1$, oscillates between growing vertical envelopes $\pm\sqrt{x+1}$, and features rapidly compressing horizontal wavelengths. Option B accurately describes this behavior.
Takeaway (📌):
Boundary Check: $x = -1 \implies y = \sin(1) \cdot 0 = 0$. For $x < -1$, $y$ is undefined. Eliminates A, C, D (which show real values for $x < -1$).
Envelope Check: Amplitude grows as $\sqrt{x+1}$ increases. Eliminates A (constant amplitude).
Only Option B survives.
Question 8
Back to top ↑Find the coefficient of the $x^3$ term in the expression $\frac{1}{5}\left(2 + \frac{x}{4}\right)^6$.
Key Idea (💡): Finding specific terms in a binomial expansion using the general term formula $T_{k+1} = \binom{n}{k} a^{n-k} b^k$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. $\frac{1}{2}$
Fastest Approach (🚀):
General term of $(2 + x/4)^6$ is $\binom{6}{3} 2^3 (x/4)^3 = 20 \times 8 \times (x^3 / 64) = (160/64) x^3 = (5/2) x^3$. Multiply by $1/5$ to get $(1/5)(5/2) x^3 = (1/2) x^3$. Coefficient is $1/2$.
Step-by-Step Breakdown:
Binomial Expansion Theorem. The general term in the expansion of $(a + b)^n$ is given by:
$$T_{k+1} = \binom{n}{k} a^{n-k} b^k$$
where $\binom{n}{k} = \frac{n!}{k!(n-k)!}$.
- Identify parameters of the binomial $(2 + x/4)^6$:
- $a = 2$
- $b = \frac{x}{4}$
- $n = 6$
- Formulate the general term:
$$T_{k+1} = \binom{6}{k} (2)^{6-k} \left(\frac{x}{4}\right)^k$$
- Determine $k$ for the $x^3$ term:
Since we want the term with $x^3$, set $k = 3$:
$$T_4 = \binom{6}{3} (2)^{6-3} \left(\frac{x}{4}\right)^3$$
- Calculate each component:
- Combination coefficient: $\binom{6}{3} = \frac{6 \times 5 \times 4}{3 \times 2 \times 1} = 20$
- Power of 2: $2^3 = 8$
- Power of $x/4$: $\left(\frac{x}{4}\right)^3 = \frac{x^3}{4^3} = \frac{x^3}{64}$
- Substitute components into the term:
$$T_4 = 20 \times 8 \times \frac{x^3}{64} = 160 \times \frac{x^3}{64} = \frac{160}{64} x^3 = \frac{5}{2} x^3$$
- Apply the outer multiplier $\frac{1}{5}$:
$$\text{Final } x^3 \text{ term} = \frac{1}{5} \times \left(\frac{5}{2} x^3\right) = \frac{1}{2} x^3$$
The coefficient of $x^3$ is $\frac{1}{2}$.
Takeaway (📌):
Notice $\binom{6}{3} \times 2^3 / 64 = 20 \times 8 / 64 = 20 / 8 = 5/2$.
Multiply by outer $1/5$: $(1/5) \times (5/2) = 1/2$.
Cancelling factors of 5 directly avoids large products.
Question 9
Back to top ↑Which of the following numbers does not lie between 1 and 2?
Key Idea (💡): Estimating algebraic and transcendental expressions using bounds for $\pi$ (3.14159) and $\sqrt{2}$ (1.414).
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. $\log_\pi(10)$
Fastest Approach (🚀):
Check E: $\pi^2 \approx 9.87 < 10 \implies \log_\pi(10) > 2$. Thus $\log_\pi(10)$ is strictly greater than 2, placing it outside $(1, 2)$.
Step-by-Step Breakdown:
Numerical estimation and logarithm monotonicity. Using fundamental bounds ($\pi \approx 3.14159$, $\sqrt{2} \approx 1.414$) to test whether expressions fall inside the interval $(1, 2)$.
We analyze each option systematically:
- Option A — $\sqrt{\pi}$:
Since $1 < \pi < 4$, taking square roots gives $1 < \sqrt{\pi} < 2$.
Specifically, $\sqrt{\pi} \approx \sqrt{3.14159} \approx 1.772$. (Inside interval)
- Option B — $(\sqrt{2})^{\pi/2}$:
Rewrite as $2^{\pi/4}$.
Since $0 < \pi/4 < 1$, we have $2^0 < 2^{\pi/4} < 2^1 \implies 1 < 2^{\pi/4} < 2$.
Specifically, $2^{0.785} \approx 1.723$. (Inside interval)
- Option C — $(\pi/2)^{\sqrt{2}}$:
$\pi/2 \approx 1.571$.
Since $1 < 1.571 < 2$ and $1 < \sqrt{2} < 2$:
$1.571^{1.414} \approx 1.884$. (Inside interval)
- Option D — $\sqrt{12/\pi}$:
Since $3 < \pi < 4$:
$3 < 12/\pi < 4 \implies \sqrt{3} < \sqrt{12/\pi} < 2$.
Specifically, $\sqrt{12/3.14159} \approx \sqrt{3.819} \approx 1.954$. (Inside interval)
- Option E — $\log_\pi(10)$:
Recall that $\log_b(a) > 2 \iff a > b^2$.
Here, $b = \pi \approx 3.14159$.
$\pi^2 \approx 3.14159^2 \approx 9.8696$.
Since $10 > 9.8696$, we have $\log_\pi(10) > \log_\pi(\pi^2) = 2$.
Therefore, $\log_\pi(10)$ is strictly greater than 2 and does not lie between 1 and 2.
Takeaway (📌):
Look for the fastest logarithm check:
$\pi^2 \approx 9.87$.
Since $10 > 9.87$, $\log_\pi(10) > 2$.
No complex calculation needed; Option E is immediately identified as $> 2$.
Question 10
Back to top ↑The quadratic $f$ passes through the point $(2, -9)$ and has a turning point at $(-2, -25)$. Find an expression for $f$.
Key Idea (💡): Representing a parabola in vertex form $f(x) = a(x - h)^2 + k$ given its turning point $(h, k)$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: D. $x^2 + 4x - 21$
Fastest Approach (🚀):
Vertex $(-2, -25) \implies f(x) = a(x+2)^2 - 25$. Plug in $(2, -9)$: $-9 = a(4)^2 - 25 \implies 16a = 16 \implies a = 1$. Expand: $f(x) = (x+2)^2 - 25 = x^2 + 4x - 21$.
Step-by-Step Breakdown:
Quadratic Vertex Form. Any quadratic function with vertex (turning point) at $(h, k)$ can be expressed as:
$$f(x) = a(x - h)^2 + k$$
where $a$ determines the direction and vertical scale of the parabola.
- Substitute vertex coordinates $(h, k) = (-2, -25)$:
$$f(x) = a(x - (-2))^2 + (-25) = a(x + 2)^2 - 25$$
- Use point $(2, -9)$ to solve for leading coefficient $a$:
Substitute $x = 2$ and $f(2) = -9$:
$$-9 = a(2 + 2)^2 - 25$$
$$-9 = a(4)^2 - 25$$
$$-9 = 16a - 25$$
- Solve for $a$:
$$16a = 25 - 9 = 16 \implies a = 1$$
- Expand vertex form into standard form $ax^2 + bx + c$:
$$f(x) = 1 \cdot (x + 2)^2 - 25$$
$$f(x) = (x^2 + 4x + 4) - 25$$
$$f(x) = x^2 + 4x - 21$$
Takeaway (📌):
Option Substitution:
- Turning point $x = -2 \implies f'(-2) = 0$.
For Option D ($x^2 + 4x - 21$), $f'(x) = 2x + 4 \implies f'(-2) = 0$.
- Evaluate Option D at $x = -2$: $(-2)^2 + 4(-2) - 21 = 4 - 8 - 21 = -25$.
- Evaluate Option D at $x = 2$: $2^2 + 4(2) - 21 = 4 + 8 - 21 = -9$.
Matches all constraints uniquely.
Question 11
Back to top ↑Find the coefficient of $x$ in the expression $(1+x) + (1+x)^2 + (1+x)^3 + (1+x)^4 + \dots + (1+x)^7$.
Key Idea (💡): Finding linear coefficients across polynomial sums using binomial expansion terms $\binom{n}{1} = n$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. $28$
Fastest Approach (🚀):
In $(1+x)^k$, coefficient of $x$ is $k$. Sum of coefficients for $k = 1$ to 7 is $1 + 2 + 3 + 4 + 5 + 6 + 7 = 7 \times 8 / 2 = 28$.
Step-by-Step Breakdown:
Binomial Expansion Coefficient of Linear Term. In the expansion of $(1 + x)^k$, the term containing $x^1$ is $\binom{k}{1} x^1 = kx$.
The total coefficient of $x$ in a sum of polynomials is the sum of the linear coefficients of each individual term.
- Identify the linear coefficient for each term $(1+x)^k$:
- For $k = 1$: term is $1 + x \implies$ coefficient of $x$ is $1$.
- For $k = 2$: term is $1 + 2x + x^2 \implies$ coefficient of $x$ is $2$.
- For $k = 3$: coefficient of $x$ is $\binom{3}{1} = 3$.
- In general, for $(1+x)^k$, the $x$ coefficient is $\binom{k}{1} = k$.
- Sum the coefficients from $k = 1$ to $k = 7$:
$$\text{Total Coefficient} = \sum_{k=1}^7 k = 1 + 2 + 3 + 4 + 5 + 6 + 7$$
- Apply arithmetic series summation formula $\frac{n(n+1)}{2}$:
$$\text{Sum} = \frac{7 \times (7 + 1)}{2} = \frac{7 \times 8}{2} = \frac{56}{2} = 28$$
The total coefficient of $x$ is 28.
Takeaway (📌):
Alternatively, use geometric series sum formula $S = \frac{(1+x)((1+x)^7 - 1)}{(1+x) - 1} = \frac{(1+x)^8 - (1+x)}{x}$.
Coefficient of $x$ in numerator's $(1+x)^8$ is $\binom{8}{2} = 28$.
Division by $x$ turns the $x^2$ term into the $x^1$ term, confirming coefficient 28 instantly.
Question 12
Back to top ↑How many solutions does $\log_{(x-1)^2}(x^2 + x + 1) = 2$ have?
Key Idea (💡): Converting logarithmic equations to polynomial equations while checking domain validity ($\text{base} > 0, \text{base} \neq 1, \text{argument} > 0$).
Reveal the answer & worked solution — commit to an option first
Correct Answer: B. $1$
Fastest Approach (🚀):
Equate $(x-1)^4 = x^2 + x + 1 \implies x^4 - 4x^3 + 5x^2 - 5x = 0 \implies x(x^3 - 4x^2 + 5x - 5) = 0$. $x = 0$ gives base $= (-1)^2 = 1$ (invalid). The cubic $x^3 - 4x^2 + 5x - 5$ has 1 real root $\approx 2.84$, which yields valid base and argument. Total valid roots $= 1$.
Step-by-Step Breakdown:
Solving logarithmic equations $\log_b(A) = c \iff A = b^c$.
Crucial Domain Rules for Logarithms:
- Argument must be strictly positive: $A > 0$.
- Base must be strictly positive: $b > 0$.
- Base cannot equal 1: $b \neq 1$.
- Convert to exponential form:
$$\log_{(x-1)^2}(x^2 + x + 1) = 2 \implies x^2 + x + 1 = \left((x-1)^2\right)^2$$
$$x^2 + x + 1 = (x-1)^4$$
- Expand $(x-1)^4$ using Pascal's triangle / binomial expansion:
$$(x-1)^4 = x^4 - 4x^3 + 6x^2 - 4x + 1$$
- Equate and rearrange into a polynomial:
$$x^4 - 4x^3 + 6x^2 - 4x + 1 = x^2 + x + 1$$
Subtract $x^2 + x + 1$ from both sides:
$$x^4 - 4x^3 + 5x^2 - 5x = 0$$
- Factor the polynomial:
Factor out $x$:
$$x \left(x^3 - 4x^2 + 5x - 5\right) = 0$$
- Analyze the root $x = 0$ against logarithmic domain rules:
- Base is $b = (x-1)^2$. For $x = 0$, $b = (0-1)^2 = 1$.
- Logarithm Base Rule Violation: The base of a logarithm cannot be 1 ($\log_1$ is undefined).
- Therefore, $x = 0$ is an extraneous root and must be discarded!
- Analyze the cubic factor $g(x) = x^3 - 4x^2 + 5x - 5$:
- Differentiate to find stationary points:
$$g'(x) = 3x^2 - 8x + 5 = (3x - 5)(x - 1)$$
- Stationary points occur at $x = 1$ and $x = 5/3$.
- Evaluate $g(x)$ at stationary points:
$$g(1) = 1 - 4 + 5 - 5 = -3 < 0$$
$$g(5/3) = \frac{125}{27} - 4\left(\frac{25}{9}\right) + 5\left(\frac{5}{3}\right) - 5 = \frac{125 - 300 + 225 - 135}{27} = -\frac{85}{27} < 0$$
- Since $g(x)$ has local maximum at $-3$ and local minimum at $-85/27$ (both negative), and $g(x) \to +\infty$ as $x \to +\infty$, by the Intermediate Value Theorem $g(x)$ crosses zero exactly once for some $x > 5/3$ (approx $x \approx 2.84$).
- Verify domain for the single cubic root $x \approx 2.84$:
- Base $b = (2.84 - 1)^2 = 1.84^2 \approx 3.39 > 0$ and $\neq 1$.
- Argument $A = 2.84^2 + 2.84 + 1 > 0$.
- Valid solution!
Thus, the equation has exactly 1 valid real solution.
Takeaway (📌):
Always check log base constraints first!
Base $b = (x-1)^2 = 1 \implies x-1 = \pm 1 \implies x = 0$ or $x = 2$.
$x=0$ forces base 1, eliminating $x=0$ immediately.
Question 13
Back to top ↑How many ways can 5 identical red balls and 5 identical blue balls be arranged in a line so that no two red balls are adjacent?
Key Idea (💡): Combinatorics with non-adjacent constraints using the gap insertion method.
Reveal the answer & worked solution — commit to an option first
Correct Answer: A. $6$
Step-by-Step Breakdown:
METHOD 1 — The Gap / Stars-and-Bars Method (Recommended)
This is the standard technique for "no two adjacent" problems: place the unrestricted objects first, then insert the restricted objects into the gaps.
Step 1: Lay down the blue balls.
Since the blue balls carry no restriction and are identical, there is exactly one way to set them down in a row:
`B B B B B`
Step 2: Identify the gaps.
The available insertion points for the red balls are the spaces surrounding these blue balls:
`_ B _ B _ B _ B _ B _`
Five blue balls create $5 + 1 = 6$ gaps (four interior spaces, plus one at each end).
Step 3: Place the red balls into the gaps.
To ensure no two red balls are adjacent, we must place at most one red ball in each gap. We simply need to choose 5 of the 6 available gaps for our 5 identical red balls.
Step 4: Calculate the combinations.
$$ \binom{6}{5} = \binom{6}{1} = 6 $$
Because the balls are identical, choosing the gaps completely determines the arrangement!
METHOD 2 — Direct Formula (Fastest)
A general rule to remember for the exam: the number of ways to arrange $r$ identical restricted items (no two adjacent) among $b$ identical unrestricted items is:
$$ \binom{b+1}{r} $$
Here $r = 5$ (red) and $b = 5$ (blue):
$$ \binom{5+1}{5} = \binom{6}{5} = 6 $$
*(Boundary check to build confidence: if you had 6 red and 5 blue, the formula gives $\binom{6}{6} = 1$, which correctly corresponds to the only possible strictly alternating pattern `RBRBRBRBRBR`.)*
METHOD 3 — Exhaustive Enumeration (Brute-Force Verification)
Since the answer is so small, we can quickly list all the possibilities to be absolutely certain. We are just choosing which of the 6 gaps remains empty:
| Empty Gap | Resulting Arrangement |
|---|---|
| $g_1$ (far left) | `B R B R B R B R B R` |
| $g_2$ | `R B B R B R B R B R` |
| $g_3$ | `R B R B B R B R B R` |
| $g_4$ | `R B R B R B B R B R` |
| $g_5$ | `R B R B R B R B B R` |
| $g_6$ (far right)| `R B R B R B R B R B` |
All six strings are distinct, use 5 R's and 5 B's, and have no "RR" pairings.
METHOD 4 — The "Spare Ball" Insight (Conceptual)
To prevent 5 red balls from touching, we must have at least 4 blue balls acting as separators between them. This creates a rigid "minimal skeleton":
`R B R B R B R B R` (uses 5 Reds, 4 Blues)
We have exactly one spare blue ball left to place! Where can it go?
It can slide into any of the 6 available slots (before the first red, after the last red, or pairing up with any of the 4 existing blue separators).
This gives exactly 6 distinct outcomes — perfectly matching our other methods.
COMMON EXAM PITFALLS
- Multiplying by factorials: If you accidentally treat the identical balls as distinct, you'd calculate $6 \times 5! \times 5! = 86,400$. The question specifies the balls are identical, so we are counting patterns, not labeled orders!
- Sloppy complementary counting: Trying to do $252 - (\text{arrangements with an RR pair})$ requires complex inclusion–exclusion math (handling triples like RRR). It's much safer to use the Gap Method.
- The "21" Trap: A common mistake is to plug the wrong numbers into the gap formula. Option C (21) is what you'd get if you incorrectly assumed there were 6 blue balls creating 7 gaps ($\binom{7}{5} = 21$).
FINAL ANSWER BLOCK
Final Answer: 6 (Option A)
Takeaway (📌):
Common mistake: 21 is a distractor you'd get from $\binom{7}{5}$ if you accidentally treat this as 6 blue balls instead of 5 — always recount the unrestricted items before adding 1 for the gap formula.
Question 14
Back to top ↑What is the sum of the following infinite sequence: $1, 3/5, 9/25, 27/125, \dots$?
Key Idea (💡): Infinite geometric series sum formula $S_\infty = \frac{a}{1 - r}$ for $|r| < 1$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. $\frac{5}{2}$
Fastest Approach (🚀):
First term $a = 1$, ratio $r = 3/5$. $S_\infty = \frac{1}{1 - 3/5} = \frac{1}{2/5} = \frac{5}{2}$.
Step-by-Step Breakdown:
Sum to Infinity of a Convergent Geometric Progression. An infinite geometric series with first term $a$ and common ratio $r$ converges if $|r| < 1$, with sum:
$$S_\infty = \frac{a}{1 - r}$$
- Identify the first term $a$:
$$a = 1$$
- Calculate the common ratio $r$:
Divide the second term by the first term:
$$r = \frac{3/5}{1} = \frac{3}{5}$$
Verify with subsequent terms: $\frac{9/25}{3/5} = \frac{3}{5}$.
- Check convergence criterion:
$$|r| = \left|\frac{3}{5}\right| = 0.6 < 1$$
The series converges.
- Apply sum to infinity formula:
$$S_\infty = \frac{1}{1 - \frac{3}{5}} = \frac{1}{\frac{2}{5}} = \frac{5}{2}$$
The sum of the infinite sequence is $\frac{5}{2}$.
Takeaway (📌):
Sum of first two terms: $1 + 0.6 = 1.6 = 8/5$.
Since subsequent terms are positive, total sum must be strictly $> 1.6$.
Options A ($0.4$) and B ($1.67$) are too small. Option C ($2.5$) is reasonable.
Question 15
Back to top ↑5 distinct straight lines lie on a plane, dividing it into regions. What are the minimum and maximum number of regions possible?
Key Idea (💡): Plane division by lines: minimum regions occurs when lines are parallel, maximum occurs when no two lines are parallel and no three lines intersect at a point.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. $(6,16)$
Fastest Approach (🚀):
Min regions for $n$ parallel lines $= n + 1 = 5 + 1 = 6$. Max regions $R_n = 1 + \frac{n(n+1)}{2} = 1 + \frac{5 \times 6}{2} = 16$. Pair is $(6, 16)$.
Step-by-Step Breakdown:
Planar Region Division by Lines.
- Minimum regions ($R_{\min}$): Achieved when all $n$ lines are parallel to each other.
- Maximum regions ($R_{\max}$): Achieved when lines are in general position (no two lines parallel, no three lines concurrent).
- Calculate Minimum Regions ($R_{\min}$):
- 0 lines divide the plane into 1 region.
- 1 line divides plane into 2 regions.
- Each additional parallel line adds 1 new region.
- For $n$ parallel lines:
$$R_{\min} = n + 1$$
- For $n = 5$:
$$R_{\min} = 5 + 1 = 6$$
- Calculate Maximum Regions ($R_{\max}$):
- The $n$-th line added in general position intersects all previous $n-1$ lines at $n-1$ distinct points, adding $n$ new regions.
- Recurrence relation: $R_n = R_{n-1} + n$, with $R_0 = 1$.
- Explicit formula:
$$R_{\max} = 1 + \frac{n(n+1)}{2}$$
- For $n = 5$:
$$R_{\max} = 1 + \frac{5 \times 6}{2} = 1 + 15 = 16$$
- Form the coordinate pair:
$$(R_{\min}, R_{\max}) = (6, 16)$$
Takeaway (📌):
Recall sequence for max regions: $1, 2, 4, 7, 11, 16, 22\dots$
5th line gives 16 max regions.
Min regions for 5 parallel cuts is 6.
Option C $(6, 16)$ is immediately verified.
Question 16
Back to top ↑What is the shortest distance between $(x-2)^2 + (y+3)^2 = 5$ and $(x+3)^2 + (y-9)^2 = 4$?
Key Idea (💡): Geometric distance between circles: $D_{\min} = d(C_1, C_2) - r_1 - r_2$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: B. $11-\sqrt{5}$
Fastest Approach (🚀):
$C_1 = (2, -3), r_1 = \sqrt{5}$. $C_2 = (-3, 9), r_2 = \sqrt{4} = 2$. Center distance $d = \sqrt{(-5)^2 + 12^2} = 13$. Shortest boundary distance $= 13 - \sqrt{5} - 2 = 11 - \sqrt{5}$.
Step-by-Step Breakdown:
Geometry of Non-Intersecting Circles. The shortest Euclidean distance between two non-intersecting circles with centers $C_1, C_2$ and radii $r_1, r_2$ is the length along the segment connecting their centers minus both radii:
$$D_{\min} = d(C_1, C_2) - r_1 - r_2$$
- Extract center coordinates and radii:
- Circle 1: $(x-2)^2 + (y+3)^2 = 5 \implies C_1 = (2, -3)$, radius $r_1 = \sqrt{5}$.
- Circle 2: $(x+3)^2 + (y-9)^2 = 4 \implies C_2 = (-3, 9)$, radius $r_2 = \sqrt{4} = 2$.
- Calculate center-to-center distance $d(C_1, C_2)$:
Apply distance formula:
$$d(C_1, C_2) = \sqrt{(-3 - 2)^2 + (9 - (-3))^2}$$
$$d(C_1, C_2) = \sqrt{(-5)^2 + (12)^2} = \sqrt{25 + 144} = \sqrt{169} = 13$$
- Subtract radii to find shortest distance between boundaries:
$$D_{\min} = d(C_1, C_2) - r_1 - r_2$$
$$D_{\min} = 13 - \sqrt{5} - 2 = 11 - \sqrt{5}$$
The shortest distance is $11 - \sqrt{5}$.
Takeaway (📌):
Recognize the 5-12-13 Pythagorean triple for center distances:
$\Delta x = 5, \Delta y = 12 \implies \text{distance} = 13$.
Subtract $r_2 = 2$ and $r_1 = \sqrt{5}$ gives $11 - \sqrt{5}$ instantly.
Question 17
Back to top ↑Consider $N_n = \left(\frac{4}{3}\right)\cdot\left(\frac{6}{4}\right)\cdot\left(\frac{8}{5}\right)\cdot\left(\frac{10}{6}\right)\dots\left(\frac{2(n+1)}{n+2}\right)$. What does $N_n$ equal?
Key Idea (💡): Telescoping products and factorials.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. $\frac{2^{n+1}}{n+2}$
Fastest Approach (🚀):
Factor out $2^n$: $N_n = 2^n \times (2/3 \times 3/4 \times 4/5 \times \dots \times (n+1)/(n+2))$. Terms telescope to $2 / (n+2)$. Thus $N_n = 2^n \times (2 / (n+2)) = \frac{2^{n+1}}{n+2}$.
Step-by-Step Breakdown:
Telescoping Products. In a product of fractions, common factors in adjacent numerators and denominators cancel out, simplifying the overall product.
- Express the $k$-th factor in product notation:
$$N_n = \prod_{k=1}^n \frac{2(k+1)}{k+2}$$
- Factor out powers of 2:
Every numerator has a factor of 2. For $n$ terms, factor out $2^n$:
$$N_n = 2^n \times \prod_{k=1}^n \frac{k+1}{k+2}$$
- Expand the remaining product:
$$\prod_{k=1}^n \frac{k+1}{k+2} = \frac{2}{3} \times \frac{3}{4} \times \frac{4}{5} \times \dots \times \frac{n}{n+1} \times \frac{n+1}{n+2}$$
- Cancel intermediate terms (Telescoping):
The numerator of each fraction cancels with the denominator of the preceding fraction:
$$\frac{2}{\cancel{3}} \times \frac{\cancel{3}}{\cancel{4}} \times \frac{\cancel{4}}{\cancel{5}} \times \dots \times \frac{\cancel{n+1}}{n+2} = \frac{2}{n+2}$$
- Combine with $2^n$:
$$N_n = 2^n \times \frac{2}{n+2} = \frac{2^{n+1}}{n+2}$$
Takeaway (📌):
Test-Value Method: small values of $n$ often don't discriminate well here -- at $n=1$, Options A, B, C, and D all equal $\frac{4}{3}$, so testing $n=1$ alone can't identify the answer.
Test $n = 3$ instead: $N_3 = \frac{4}{3} \times \frac{6}{4} \times \frac{8}{5} = \frac{16}{5} = 3.2$.
Option C for $n = 3$: $\frac{2^{3+1}}{3+2} = \frac{16}{5} = 3.2$.
Options A, B, D, E give $\frac{8}{3}, \frac{8}{3}, 16, 8$ respectively -- only C matches $N_3$.
Question 18
Back to top ↑What is the value of $\sqrt{28 - 6\sqrt{3}} + \sqrt{9 - 4\sqrt{2}}$?
Key Idea (💡): De-nesting radicals by expressing terms under square root as perfect squares of binomials $(u - v)^2$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: A. $3\sqrt{3} + 2\sqrt{2} - 2$
Fastest Approach (🚀):
De-nest $\sqrt{28 - 6\sqrt{3}}$: $6\sqrt{3} = 2 \times 3 \times \sqrt{3} \implies (3\sqrt{3} - 1)^2 = 27 - 6\sqrt{3} + 1 = 28 - 6\sqrt{3} \implies 3\sqrt{3} - 1$. De-nest $\sqrt{9 - 4\sqrt{2}}$: $4\sqrt{2} = 2 \times 2 \times \sqrt{2} \implies (2\sqrt{2} - 1)^2 = 8 - 4\sqrt{2} + 1 = 9 - 4\sqrt{2} \implies 2\sqrt{2} - 1$. Sum $= 3\sqrt{3} + 2\sqrt{2} - 2$.
Step-by-Step Breakdown:
De-nesting Nested Radicals. Expressions of the form $\sqrt{A \pm \sqrt{B}}$ can be simplified if $A \pm \sqrt{B}$ can be written as a perfect square $(x \pm y)^2 = x^2 + y^2 \pm 2xy$.
We simplify each square root term independently:
- De-nest $\sqrt{28 - 6\sqrt{3}}$:
- Express inner radical in $2xy$ form: $6\sqrt{3} = 2 \cdot (3\sqrt{3}) \cdot 1$.
- Check sum of squares: $(3\sqrt{3})^2 + 1^2 = 27 + 1 = 28$.
- Thus, $28 - 6\sqrt{3} = (3\sqrt{3} - 1)^2$.
- Take square root:
$$\sqrt{28 - 6\sqrt{3}} = |3\sqrt{3} - 1| = 3\sqrt{3} - 1$$
- De-nest $\sqrt{9 - 4\sqrt{2}}$:
- Express inner radical in $2xy$ form: $4\sqrt{2} = 2 \cdot (2\sqrt{2}) \cdot 1$.
- Check sum of squares: $(2\sqrt{2})^2 + 1^2 = 8 + 1 = 9$.
- Thus, $9 - 4\sqrt{2} = (2\sqrt{2} - 1)^2$.
- Take square root:
$$\sqrt{9 - 4\sqrt{2}} = |2\sqrt{2} - 1| = 2\sqrt{2} - 1$$
- Sum the simplified expressions:
$$\text{Total Sum} = (3\sqrt{3} - 1) + (2\sqrt{2} - 1) = 3\sqrt{3} + 2\sqrt{2} - 2$$
The value is $3\sqrt{3} + 2\sqrt{2} - 2$.
Takeaway (📌):
Estimate values:
- $\sqrt{28 - 6(1.732)} = \sqrt{28 - 10.39} = \sqrt{17.61} \approx 4.196$
- $\sqrt{9 - 4(1.414)} = \sqrt{9 - 5.656} = \sqrt{3.344} \approx 1.828$
- Sum $\approx 4.196 + 1.828 = 6.024$
Test Option A: $3(1.732) + 2(1.414) - 2 = 5.196 + 2.828 - 2 = 6.024$. Matches!
Question 19
Back to top ↑Let $f(x) = (x-2)(x-p)$. Find the set of values of $p$ such that $f$ is never less than $-4$.
Key Idea (💡): Quadratic inequalities and minimum values via completing the square or discriminant analysis.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. $-2 \le p \le 6$
Fastest Approach (🚀):
$f(x) \ge -4$ for all $x$ means the minimum value of the parabola is $\ge -4$. Midpoint of roots is $x = (2+p)/2$. $f((2+p)/2) = -((p-2)/2)^2 \ge -4 \implies (p-2)^2 \le 16 \implies -4 \le p-2 \le 4 \implies -2 \le p \le 6$.
Step-by-Step Breakdown:
Quadratic Functions and Extrema. For a convex parabola $f(x) = ax^2 + bx + c$ with $a > 0$, requiring $f(x) \ge K$ for all $x \in \mathbb{R}$ is equivalent to requiring that the equation $f(x) - K = 0$ has discriminant $\Delta \le 0$.
- Expand $f(x)$:
$$f(x) = (x-2)(x-p) = x^2 - (p+2)x + 2p$$
- Formulate the global condition $f(x) \ge -4$:
$$x^2 - (p+2)x + 2p \ge -4$$
Add 4 to both sides:
$$x^2 - (p+2)x + (2p + 4) \ge 0$$
- Apply discriminant non-positivity condition ($\Delta \le 0$):
For this quadratic in $x$ to remain non-negative for all real $x$, its discriminant must be less than or equal to zero:
$$\Delta = B^2 - 4AC \le 0$$
$$\Delta = (-(p+2))^2 - 4(1)(2p+4) \le 0$$
- Expand and simplify the discriminant:
$$\Delta = (p^2 + 4p + 4) - (8p + 16) \le 0$$
$$\Delta = p^2 - 4p - 12 \le 0$$
- Factor the quadratic in $p$:
$$(p - 6)(p + 2) \le 0$$
- Solve the inequality:
The roots are $p = -2$ and $p = 6$. Since the coefficient of $p^2$ is positive, the product is non-positive between the roots:
$$-2 \le p \le 6$$
Takeaway (📌):
By symmetry, the minimum of $f(x) = (x-2)(x-p)$ occurs at $x = \frac{p+2}{2}$.
Evaluating at vertex:
$$f\left(\frac{p+2}{2}\right) = \left(\frac{p+2}{2} - 2\right)\left(\frac{p+2}{2} - p\right) = \left(\frac{p-2}{2}\right)\left(\frac{2-p}{2}\right) = -\frac{(p-2)^2}{4}$$
Require minimum $\ge -4$:
$$-\frac{(p-2)^2}{4} \ge -4 \implies (p-2)^2 \le 16 \implies -4 \le p-2 \le 4 \implies -2 \le p \le 6$$
Question 20
Back to top ↑How many zeros does $\sin(2x)\cos(3x)$ have in the interval $0 \le x \le 2\pi$?
Key Idea (💡): Finding roots of trigonometric product functions $\sin(2x)\cos(3x) = 0$ and accounting for overlapping roots.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. $9$
Fastest Approach (🚀):
$\sin(2x) = 0 \implies 2x = k\pi \implies x = 0, \pi/2, \pi, 3\pi/2, 2\pi$ (5 roots). $\cos(3x) = 0 \implies 3x = \pi/2 + m\pi \implies x = \pi/6, \pi/2, 5\pi/6, 7\pi/6, 3\pi/2, 11\pi/6$ (6 roots). Overlaps at $\pi/2$ and $3\pi/2$ (2 shared roots). Total distinct zeros $= 5 + 6 - 2 = 9$.
Step-by-Step Breakdown:
Zero Product Property for Trigonometric Functions. If $f(x) \cdot g(x) = 0$, then either $f(x) = 0$ or $g(x) = 0$. The total number of unique solutions is the size of the union of their individual solution sets.
- Set the product equal to zero:
$$\sin(2x)\cos(3x) = 0 \iff \sin(2x) = 0 \quad \text{or} \quad \cos(3x) = 0$$
- Solve $\sin(2x) = 0$ for $x \in [0, 2\pi]$:
$$2x = k\pi \implies x = \frac{k\pi}{2} \quad \text{for } k \in \mathbb{Z}$$
For $0 \le x \le 2\pi$, $k$ can be $0, 1, 2, 3, 4$:
$$S_1 = \left\{0, \frac{\pi}{2}, \pi, \frac{3\pi}{2}, 2\pi\right\} \quad (5 \text{ roots})$$
- Solve $\cos(3x) = 0$ for $x \in [0, 2\pi]$:
$$3x = \frac{\pi}{2} + m\pi \implies x = \frac{(2m+1)\pi}{6} \quad \text{for } m \in \mathbb{Z}$$
For $0 \le x \le 2\pi$, $m$ can be $0, 1, 2, 3, 4, 5$:
$$S_2 = \left\{\frac{\pi}{6}, \frac{3\pi}{6}, \frac{5\pi}{6}, \frac{7\pi}{6}, \frac{9\pi}{6}, \frac{11\pi}{6}\right\}$$
Simplifying fractions:
$$S_2 = \left\{\frac{\pi}{6}, \frac{\pi}{2}, \frac{5\pi}{6}, \frac{7\pi}{6}, \frac{3\pi}{2}, \frac{11\pi}{6}\right\} \quad (6 \text{ roots})$$
- Find the intersection of solution sets ($S_1 \cap S_2$):
Check for shared values:
$$S_1 \cap S_2 = \left\{\frac{\pi}{2}, \frac{3\pi}{2}\right\} \quad (2 \text{ shared roots})$$
- Calculate the size of the union $|S_1 \cup S_2|$:
$$|S_1 \cup S_2| = |S_1| + |S_2| - |S_1 \cap S_2| = 5 + 6 - 2 = 9$$
There are 9 distinct zeros in the interval $[0, 2\pi]$.
Takeaway (📌):
Count root candidates: 5 roots for $\sin(2x)$ plus 6 roots for $\cos(3x) = 11$ total.
Check for common roots where $2x = k\pi$ and $3x = \pi/2 + m\pi$.
Roots coincide when $x = \pi/2$ and $x = 3\pi/2$ (2 overlaps).
Subtract overlaps: $11 - 2 = 9$.
Question 21
Back to top ↑The equation $\sin(x) = x^2 - 2\pi x + \pi^2 + 1$ has:
Key Idea (💡): Bounded range comparison between bounded trigonometric functions ($-1 \le \sin(x) \le 1$) and quadratic functions with global minima.
Reveal the answer & worked solution — commit to an option first
Correct Answer: A. no solutions
Fastest Approach (🚀):
RHS $= (x - \pi)^2 + 1 \ge 1$ for all $x$, with minimum 1 occurring at $x = \pi$. LHS $= \sin(x) \le 1$ for all $x$. For $\sin(x) = (x - \pi)^2 + 1$, both sides must equal 1 simultaneously. RHS $= 1$ requires $x = \pi$, but $\sin(\pi) = 0 \neq 1$. Hence no solutions exist.
Step-by-Step Breakdown:
Range Boundary Intersections. Comparing the bounded output range of trigonometric functions to the minimum vertex value of quadratic functions.
- Analyze the Right-Hand Side (RHS):
Complete the square on the quadratic expression:
$$\text{RHS} = x^2 - 2\pi x + \pi^2 + 1 = (x - \pi)^2 + 1$$
Since $(x - \pi)^2 \ge 0$ for all real $x$:
$$\text{RHS} \ge 1 \quad \text{for all } x \in \mathbb{R}$$
The global minimum of RHS is 1, occurring exclusively at $x = \pi$.
- Analyze the Left-Hand Side (LHS):
The sine function is bounded:
$$\text{LHS} = \sin(x) \le 1 \quad \text{for all } x \in \mathbb{R}$$
- Determine conditions for equality (LHS = RHS):
Since $\text{LHS} \le 1$ and $\text{RHS} \ge 1$, equality $\sin(x) = (x-\pi)^2 + 1$ can ONLY hold if both sides equal 1 simultaneously:
$$\sin(x) = 1 \quad \text{AND} \quad (x - \pi)^2 + 1 = 1$$
- Test the required candidate point $x = \pi$:
From $\text{RHS} = 1$, we must have $(x - \pi)^2 = 0 \implies x = \pi$.
Now evaluate LHS at $x = \pi$:
$$\text{LHS} = \sin(\pi) = 0$$
- Evaluate equality:
$$\text{LHS} = 0 \neq 1 = \text{RHS}$$
Since LHS is 0 when RHS is 1, the two curves never intersect. There are 0 real solutions.
Takeaway (📌):
Sketch mentally:
- RHS is a upward parabola with vertex at $(\pi, 1)$.
- LHS is a sine wave oscillating between $-1$ and $1$, crossing $0$ at $x = \pi$.
- At $x = \pi$, the parabola touches height 1, while the wave is at height 0. They cannot touch anywhere else because the parabola rises strictly above height 1 everywhere else.
Zero solutions!
Question 22
Back to top ↑In a bag there are 30 balls. 14 of them are green and the rest are blue. What are the odds of selecting 5 balls of the same colour from a random sampling of the bag?
Key Idea (💡): Hypergeometric probability for sampling without replacement for mutually exclusive outcomes.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. $\frac{35}{783}$
Fastest Approach (🚀):
Total combinations $\binom{30}{5} = 142506$. 5 green balls: $\binom{14}{5} = 2002$. 5 blue balls (16 blue total): $\binom{16}{5} = 4368$. Favorable $= 2002 + 4368 = 6370$. Probability $= 6370 / 142506 = 35 / 783$.
Step-by-Step Breakdown:
Combinatorial Probability without Replacement. The probability of picking 5 balls of identical color is the sum of two mutually exclusive events: picking 5 green balls OR picking 5 blue balls.
- Determine the total ball breakdown:
- Total balls: $N = 30$.
- Green balls: $N_G = 14$.
- Blue balls: $N_B = 30 - 14 = 16$.
- Calculate total ways to select 5 balls out of 30 ($\binom{30}{5}$):
$$\binom{30}{5} = \frac{30 \times 29 \times 28 \times 27 \times 26}{5 \times 4 \times 3 \times 2 \times 1} = 142,506$$
- Calculate ways to select 5 green balls ($\binom{14}{5}$):
$$\binom{14}{5} = \frac{14 \times 13 \times 12 \times 11 \times 10}{5 \times 4 \times 3 \times 2 \times 1} = 2,002$$
- Calculate ways to select 5 blue balls ($\binom{16}{5}$):
$$\binom{16}{5} = \frac{16 \times 15 \times 14 \times 13 \times 12}{5 \times 4 \times 3 \times 2 \times 1} = 4,368$$
- Sum favorable outcomes:
$$\text{Favorable} = 2,002 + 4,368 = 6,370$$
- Compute probability and simplify fraction:
$$P = \frac{6,370}{142,506}$$
Divide numerator and denominator by 182:
$$\frac{6370 \div 182}{142506 \div 182} = \frac{35}{783}$$
The probability is $\frac{35}{783}$.
Takeaway (📌):
Product of probabilities approach:
- $P(\text{5 Green}) = \frac{14}{30} \times \frac{13}{29} \times \frac{12}{28} \times \frac{11}{27} \times \frac{10}{26} = \frac{7}{15} \times \frac{3}{7} \times \frac{5}{13} \times \frac{13}{29} \times \frac{11}{27} = \frac{11}{783}$
- $P(\text{5 Blue}) = \frac{16}{30} \times \frac{15}{29} \times \frac{14}{28} \times \frac{13}{27} \times \frac{12}{26} = \frac{8}{15} \times \frac{15}{29} \times \frac{1}{2} \times \frac{13}{27} \times \frac{6}{13} = \frac{8}{261} = \frac{24}{783}$
- $P(\text{Same}) = \frac{11}{783} + \frac{24}{783} = \frac{35}{783} \approx 0.04470$.
Question 23
Back to top ↑What is the solution to $x$ and $y$ of the following system of equations? $x^2 - y^2 = 1, \ x^2 + y^2 = 4, \ y = kx + c \ (k, c > 0)$
Key Idea (💡): Solving $x^2-y^2=1$ and $x^2+y^2=4$ gives four candidate points, $(\pm\sqrt{5/2}, \pm\sqrt{3/2})$. The constraint is only that $k>0, c>0$ -- no specific values are given. A line with $k,c>0$ always satisfies $y>0$ whenever $x\ge 0$ (ruling out the Quadrant IV point), but for suitable choices of $k$ and $c$ it CAN be made to pass through the Quadrant I, II, or III points. Since three of the four points are each achievable for some valid $(k,c)$, and no specific $(k,c)$ is given, the system does not have a single determined solution.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. There are multiple solutions
Fastest Approach (🚀):
$x^2=5/2, y^2=3/2 \implies$ four candidates: $(\pm\sqrt{5/2}, \pm\sqrt{3/2})$.
Quadrant IV point $(\sqrt{5/2}, -\sqrt{3/2})$: impossible, since $x\ge 0$ and $k,c>0$ force $y=kx+c>0$.
Quadrant I point $(\sqrt{5/2}, \sqrt{3/2})$: achievable, e.g. any small $k>0$ with $c=\sqrt{3/2}-k\sqrt{5/2}>0$.
Quadrant II point $(-\sqrt{5/2}, \sqrt{3/2})$: achievable for ANY $k>0$, taking $c=\sqrt{3/2}+k\sqrt{5/2}>0$.
Quadrant III point $(-\sqrt{5/2}, -\sqrt{3/2})$: achievable once $k>\sqrt{3/2}/\sqrt{5/2}=\sqrt{3/5}\approx0.775$, e.g. $k=1, c=\sqrt{5/2}-\sqrt{3/2}\approx0.36>0$.
Three of the four candidate points are each consistent with SOME choice of $(k,c)$ both positive; the problem gives no specific $(k,c)$ to pick between them.
Matches Option E (there are multiple solutions).
Step-by-Step Breakdown:
System of Non-Linear Equations with an Underspecified Linear Constraint. The intersection of the hyperbola $x^2-y^2=1$ and the circle $x^2+y^2=4$ gives 4 symmetric points. The question only constrains the line by the SIGNS of $k$ and $c$ ($k>0, c>0$), not by specific values -- so we must check, for each candidate point, whether SOME line with $k,c>0$ passes through it.
1. Solve for x^2 and y^2 algebraically
- Equation 1: $x^2 - y^2 = 1$
- Equation 2: $x^2 + y^2 = 4$
2. Add the equations
3. Subtract Equation 1 from Equation 2
4. Four candidate intersection points
5. Test each point against y = kx + c with k>0, c>0 (this is the step the naive solution skips)
For a given candidate $(x_0, y_0)$, we need SOME $k>0, c>0$ with $y_0 = kx_0+c$, i.e. $c = y_0 - kx_0$.
- Quadrant IV point $(\sqrt{5/2}, -\sqrt{3/2})$: here $x_0>0$, so $y_0=kx_0+c>0$ automatically whenever $k,c>0$ -- but $y_0=-\sqrt{3/2}<0$. Contradiction. Impossible for any $k,c>0$.
- Quadrant I point $(\sqrt{5/2}, \sqrt{3/2})$: take any small $k>0$ and set $c=\sqrt{3/2}-k\sqrt{5/2}$; for $k$ small enough this $c$ is positive. Achievable.
- Quadrant II point $(-\sqrt{5/2}, \sqrt{3/2})$: here $x_0<0$, so $c=y_0-kx_0=\sqrt{3/2}+k\sqrt{5/2}$, which is automatically positive for EVERY $k>0$ (sum of two positive terms). Achievable for any $k>0$.
- Quadrant III point $(-\sqrt{5/2}, -\sqrt{3/2})$: $c=y_0-kx_0=-\sqrt{3/2}+k\sqrt{5/2}$. This is positive once $k>\sqrt{3/2}/\sqrt{5/2}=\sqrt{3/5}\approx0.775$. E.g. $k=1 \implies c=\sqrt{5/2}-\sqrt{3/2}\approx1.581-1.225\approx0.356>0$. Check: $y=1\cdot(-\sqrt{5/2})+0.356\approx-1.581+0.356\approx-1.225\approx-\sqrt{3/2}$. Achievable.
6. Conclusion
Three of the four intersection points (Quadrants I, II, and III) are each consistent with some valid choice of $k>0, c>0$; only the Quadrant IV point is ruled out entirely. Since the question gives no specific values of $k$ and $c$ -- only their signs -- the system as stated does not pin down a single $(x,y)$ pair. Correct Answer: Option E ('There are multiple solutions').
Common Mistake (⚠️):
Assuming that 'k>0, c>0' by itself forces the intersection point into Quadrant I, reasoning informally that 'positive x needs positive y'. This checks that Quadrant I is CONSISTENT (which it is) but never checks whether Quadrant II or III are ALSO consistent with some valid (k,c) -- and they are, as the explicit constructions above show. A line with positive slope and positive intercept extends infinitely in both directions and necessarily passes through parts of Quadrants I, II, AND III (never IV); it only avoids ALL but one of the four candidate points if additional constraints on k and c are given, which this question does not supply.
Takeaway (📌):
When a system includes a line constrained only by the SIGN of its slope and intercept (not specific values), check every candidate solution point against those sign constraints individually -- don't assume the constraints pick out a unique 'natural-looking' quadrant. A line with k>0, c>0 passes through Quadrants I, II, and III (never IV); without specific k, c values, any point in those three quadrants that lies on the given curves remains a valid candidate.
Question 24
Back to top ↑What is the value of a? (the triangle is equilateral with side lengths of 1)
Key Idea (💡): Use coordinate geometry and line equations to find the intersections of the squares with the sides of the equilateral triangle.
Reveal the answer & worked solution — commit to an option first
Correct Answer: A. $\frac{9-2\sqrt{3}}{46}$
Fastest Approach (🚀):
Place triangle on a coordinate plane with base on x-axis. Left side is $y = \sqrt{3}x$, right side is $y = \sqrt{3}(1-x)$. Leftmost square touches left side, so $a = \sqrt{3}x_1 \implies x_1 = a/\sqrt{3}$. Rightmost square touches right side, and has width $6a$ total, so $3a = \sqrt{3}(1 - (a/\sqrt{3} + 6a))$. Solve for $a = \frac{9-2\sqrt{3}}{46}$.
Step-by-Step Breakdown:
- Place the equilateral triangle on a coordinate plane with its base on the x-axis. The vertices are $(0,0)$, $(1,0)$, and $(1/2, \sqrt{3}/2)$.
- The equation for the left side of the triangle is $y = \sqrt{3}x$.
- The equation for the right side of the triangle is $y = -\sqrt{3}(x - 1) = \sqrt{3}(1 - x)$.
- The three squares sit on the base. The first square (height $a$, width $a$) touches the left side. Its top-left corner is at $(x_1, a)$. Since it's on the line $y = \sqrt{3}x$, we have $a = \sqrt{3}x_1$, so $x_1 = \frac{a}{\sqrt{3}}$.
- The total width of the three squares is $a + 2a + 3a = 6a$.
- The third square (height $3a$, width $3a$) touches the right side of the triangle. Its top-right corner has an x-coordinate of $x_1 + 6a$ and a y-coordinate of $3a$.
- Substitute this point into the equation for the right side: $3a = \sqrt{3}(1 - (x_1 + 6a))$.
- Substitute $x_1 = \frac{a}{\sqrt{3}}$: $3a = \sqrt{3}(1 - (\frac{a}{\sqrt{3}} + 6a))$.
- Simplify: $3a = \sqrt{3} - a - 6a\sqrt{3}$.
- Rearrange to solve for $a$: $4a + 6a\sqrt{3} = \sqrt{3} \implies a(4 + 6\sqrt{3}) = \sqrt{3}$.
- Rationalise the denominator: $a = \frac{\sqrt{3}}{6\sqrt{3} + 4} = \frac{\sqrt{3}(6\sqrt{3} - 4)}{(6\sqrt{3} + 4)(6\sqrt{3} - 4)} = \frac{18 - 4\sqrt{3}}{108 - 16} = \frac{18 - 4\sqrt{3}}{92} = \frac{9 - 2\sqrt{3}}{46}$.
Takeaway (📌):
Using a coordinate plane allows translating geometric constraints directly into algebraic equations.
Question 25
Back to top ↑The third term in a geometric series is $6\sqrt{2}$ and the seventh term is $\frac{3\sqrt{2}}{8}$. What is the sum to infinity?
Key Idea (💡): Solving geometric sequence parameters $a$ and $r$ when term index difference is even ($r^4 = k \implies r = \pm r_{\text{val}}$).
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. It could be $48\sqrt{2}$ or $16\sqrt{2}$
Fastest Approach (🚀):
$u_3 = a r^2 = 6\sqrt{2}$, $u_7 = a r^6 = \frac{3\sqrt{2}}{8}$. $u_7 / u_3 = r^4 = \frac{3\sqrt{2}/8}{6\sqrt{2}} = \frac{1}{16} \implies r = \pm \frac{1}{2}$. For $r = \frac{1}{2}$: $a = 24\sqrt{2}$, $S_\infty = \frac{24\sqrt{2}}{1 - 1/2} = 48\sqrt{2}$. For $r = -\frac{1}{2}$: $a = 24\sqrt{2}$, $S_\infty = \frac{24\sqrt{2}}{1 + 1/2} = 16\sqrt{2}$. Both satisfy $|r| < 1$, so $S_\infty$ could be $48\sqrt{2}$ or $16\sqrt{2}$.
Step-by-Step Breakdown:
Geometric Series with Ambiguous Common Ratio. In a geometric sequence $u_n = a r^{n-1}$, given $u_m$ and $u_n$ with even index difference $n-m$, solving $r^{n-m} = K$ yields two valid real ratios $r = \pm \sqrt[n-m]{K}$.
- Formulate term equations:
- 3rd term: $u_3 = a r^2 = 6\sqrt{2}$
- 7th term: $u_7 = a r^6 = \frac{3\sqrt{2}}{8}$
- Divide $u_7$ by $u_3$ to isolate $r$:
$$\frac{a r^6}{a r^2} = \frac{3\sqrt{2}/8}{6\sqrt{2}}$$
$$r^4 = \frac{3\sqrt{2}}{8} \times \frac{1}{6\sqrt{2}} = \frac{3}{48} = \frac{1}{16}$$
- Solve for $r$:
Taking 4th roots yields two valid real solutions:
$$r = \pm \sqrt[4]{\frac{1}{16}} = \pm \frac{1}{2}$$
- Calculate first term $a$:
For both $r = 1/2$ and $r = -1/2$, $r^2 = 1/4$:
$$a \left(\frac{1}{4}\right) = 6\sqrt{2} \implies a = 24\sqrt{2}$$
- Evaluate sum to infinity for Case 1 ($r = +1/2$):
$$S_\infty = \frac{a}{1 - r} = \frac{24\sqrt{2}}{1 - \frac{1}{2}} = \frac{24\sqrt{2}}{\frac{1}{2}} = 48\sqrt{2}$$
- Evaluate sum to infinity for Case 2 ($r = -1/2$):
$$S_\infty = \frac{a}{1 - r} = \frac{24\sqrt{2}}{1 - \left(-\frac{1}{2}\right)} = \frac{24\sqrt{2}}{\frac{3}{2}} = 24\sqrt{2} \times \frac{2}{3} = 16\sqrt{2}$$
Both $|r| = 1/2 < 1$ converge, so the sum to infinity can be either $48\sqrt{2}$ or $16\sqrt{2}$.
Takeaway (📌):
Notice $r^4 = 1/16$ has TWO real roots $r = \pm 1/2$.
Do not automatically assume $r > 0$ unless specified!
Since both $+1/2$ and $-1/2$ have absolute value $< 1$, two distinct sums exist.
Option E immediately recognized.
Question 26
Back to top ↑Find the coefficient of $x^4$ in the expansion $\left(x^5 - \frac{1}{x^3}\right)^{12}$.
Key Idea (💡): Binomial expansion term isolating powers in numerators and denominators.
Reveal the answer & worked solution — commit to an option first
Correct Answer: A. $-792$
Fastest Approach (🚀):
General term $T_{k+1} = \binom{12}{k} (x^5)^{12-k} (-x^{-3})^k = \binom{12}{k} (-1)^k x^{60 - 8k}$. Set $60 - 8k = 4 \implies 8k = 56 \implies k = 7$. Coefficient $= \binom{12}{7} (-1)^7 = -\binom{12}{5} = -792$.
Step-by-Step Breakdown:
Binomial Expansion with Fractional Terms. General term formula:
$$T_{k+1} = \binom{n}{k} A^{n-k} B^k$$
Combining indices in numerator and denominator isolates the target power.
- Identify terms:
- $A = x^5$
- $B = -\frac{1}{x^3} = -x^{-3}$
- $n = 12$
- Formulate general term $T_{k+1}$:
$$T_{k+1} = \binom{12}{k} (x^5)^{12-k} (-x^{-3})^k$$
$$T_{k+1} = \binom{12}{k} (-1)^k x^{5(12-k)} x^{-3k}$$
$$T_{k+1} = \binom{12}{k} (-1)^k x^{60 - 5k - 3k} = \binom{12}{k} (-1)^k x^{60 - 8k}$$
- Set power of $x$ equal to target exponent 4:
$$60 - 8k = 4$$
$$8k = 56 \implies k = 7$$
- Calculate coefficient for $k = 7$:
$$\text{Coefficient} = \binom{12}{7} (-1)^7 = -\binom{12}{7}$$
Using symmetry $\binom{12}{7} = \binom{12}{5}$:
$$\binom{12}{5} = \frac{12 \times 11 \times 10 \times 9 \times 8}{5 \times 4 \times 3 \times 2 \times 1} = \frac{95,040}{120} = 792$$
$$\text{Coefficient} = -792$$
The coefficient of $x^4$ is $-792$.
Takeaway (📌):
Check signs:
Since $k = 7$ is odd, $(-1)^7 = -1$, coefficient MUST be negative.
All options are negative, compute $\binom{12}{5} = \frac{12 \cdot 11 \cdot 10 \cdot 9 \cdot 8}{120} = 12 \cdot 11 \cdot 6 = 792$.
Sign gives $-792$.
Question 27
Back to top ↑The sum to infinity of a geometric sequence is 2, while the sum to infinity of the squares of the same sequence is 8. What is the sum to infinity of the sequence of cubes for the same sequence?
Key Idea (💡): Geometric series derived terms: if $u_n$ has ratio $r$ and first term $a$, then $u_n^2$ has ratio $r^2$ and first term $a^2$, and $u_n^3$ has ratio $r^3$ and first term $a^3$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. $\frac{128}{7}$
Fastest Approach (🚀):
$S_1 = a / (1-r) = 2 \implies a = 2(1-r)$. $S_2 = a^2 / (1-r^2) = 8 \implies 4(1-r)^2 / ((1-r)(1+r)) = 8 \implies 4(1-r)/(1+r) = 8 \implies 1-r = 2+2r \implies 3r = -1 \implies r = -1/3$. Then $a = 2(1 - (-1/3)) = 8/3$. $S_3 = a^3 / (1-r^3) = (512/27) / (1 - (-1/27)) = (512/27) / (28/27) = 512 / 28 = 128 / 7$.
Step-by-Step Breakdown:
Derived Geometric Sequences.
If a geometric sequence has terms $u_n = a r^{n-1}$ with sum $S_1 = \frac{a}{1-r}$:
- Sequence of squares: $u_n^2 = a^2 (r^2)^{n-1}$ has first term $a^2$, ratio $r^2$, and sum $S_2 = \frac{a^2}{1-r^2}$.
- Sequence of cubes: $u_n^3 = a^3 (r^3)^{n-1}$ has first term $a^3$, ratio $r^3$, and sum $S_3 = \frac{a^3}{1-r^3}$.
- Set up equations for $S_1$ and $S_2$:
- Equation 1: $S_1 = \frac{a}{1-r} = 2 \implies a = 2(1-r)$
- Equation 2: $S_2 = \frac{a^2}{1-r^2} = 8$
- Substitute $a = 2(1-r)$ into Equation 2:
$$\frac{\left(2(1-r)\right)^2}{1-r^2} = 8$$
$$\frac{4(1-r)^2}{(1-r)(1+r)} = 8$$
- Cancel $(1-r)$:
$$\frac{4(1-r)}{1+r} = 8$$
Divide by 4:
$$\frac{1-r}{1+r} = 2$$
- Solve for common ratio $r$:
$$1 - r = 2(1 + r) = 2 + 2r$$
$$-1 = 3r \implies r = -\frac{1}{3}$$
- Calculate first term $a$:
$$a = 2\left(1 - \left(-\frac{1}{3}\right)\right) = 2\left(\frac{4}{3}\right) = \frac{8}{3}$$
- Calculate sum of cubes $S_3 = \frac{a^3}{1-r^3}$:
- First term of cubes: $a^3 = \left(\frac{8}{3}\right)^3 = \frac{512}{27}$
- Common ratio of cubes: $r^3 = \left(-\frac{1}{3}\right)^3 = -\frac{1}{27}$
- Denominator: $1 - r^3 = 1 - \left(-\frac{1}{27}\right) = 1 + \frac{1}{27} = \frac{28}{27}$
- Compute $S_3$:
$$S_3 = \frac{\frac{512}{27}}{\frac{28}{27}} = \frac{512}{28}$$
Simplify fraction by dividing by 4:
$$S_3 = \frac{512 \div 4}{28 \div 4} = \frac{128}{7}$$
The sum to infinity of the cubes is $\frac{128}{7}$.
Takeaway (📌):
Ratio trick:
$\frac{S_1^2}{S_2} = \frac{\frac{a^2}{(1-r)^2}}{\frac{a^2}{1-r^2}} = \frac{1-r^2}{(1-r)^2} = \frac{1+r}{1-r}$.
Given $S_1 = 2, S_2 = 8 \implies \frac{4}{8} = \frac{1}{2}$.
Thus $\frac{1+r}{1-r} = \frac{1}{2} \implies 2+2r = 1-r \implies 3r = -1 \implies r = -1/3$.
Plugging in gives $a = 8/3 \implies S_3 = \frac{512/27}{28/27} = \frac{128}{7}$.