ESAT Worked Solutions · Advanced Maths
ESAT Paper 2 Advanced Maths Worked Solutions
Complete step-by-step worked solutions. Part of the ESAT preparation guide.
Question 1
Back to top ↑$f(x)$ is a quadratic function in $x$. The graph of $y=f(x)$ has y intercept (0, -1) and its turning point is located at (-1, -2). Which of the following is an expression for $f(x)$?
Key Idea (💡): You can instantly build the equation of a parabola if you know its turning point and y intercept.
Reveal the answer & worked solution — commit to an option first
Correct Answer: B. $x^{2}+2x-1$
Fastest Approach (🚀):
Turning point $(-1,-2) \implies f(x) = a(x+1)^2 - 2.$
Substitute $(0,-1) \implies -1 = a(1)^2 - 2 \implies a = 1.$
Expand $f(x) = (x+1)^2 - 2 = x^2 + 2x - 1.$
Matches Option B.
Step-by-Step Breakdown:
1. Utilizing the Vertex Form
The standard polynomial form of a quadratic is $f(x) = ax^2 + bx + c$. However, when a problem gives you the coordinates of the turning point (the vertex), using the vertex form is infinitely faster.
The vertex form of a quadratic is:
$f(x) = a(x - h)^2 + k$
where $(h, k)$ is the exact turning point of the parabola, and $a$ is the vertical stretch factor.
2. Formulating the Equation
We are given the turning point $(-1, -2)$. This means $h = -1$ and $k = -2$.
Substitute these directly into the vertex form:
$f(x) = a(x - (-1))^2 + (-2)$
$f(x) = a(x + 1)^2 - 2$
3. Solving for the Stretch Factor (a)
We still have one unknown, $a$. To find it, we use the second piece of information provided: the $y$-intercept is $(0, -1)$.
This means that when $x = 0$, $f(x) = -1$. Substitute this point into our equation:
$-1 = a(0 + 1)^2 - 2$
$-1 = a(1)^2 - 2$
$-1 = a - 2$
$a = 1$
4. Polynomial Expansion
Now that we know $a = 1$, we have the complete equation of the curve in vertex form: $f(x) = 1(x + 1)^2 - 2$.
The multiple-choice options are in standard expanded form, so we must expand the binomial:
$f(x) = (x^2 + 2x + 1) - 2$
$f(x) = x^2 + 2x - 1$
5. Option Matching
Matches Option B.
Why the Other Options Are Wrong (❌):
- A. $2x^{2}+x-1$ — Wrong Vertex
The $y$-intercept is right, but the turning point sits at $x=-\tfrac{b}{2a}=-\tfrac14$, not $-1$. - C. $-x^{2}+4x+1$ — Fails y-Intercept
Substituting $x=0$ gives $+1$, not $-1$. That one-second test rules it out before the vertex is even considered. - D. $4x^{2}-2x+1$ — Fails y-Intercept
Also gives $+1$ at $x=0$. - E. $-2x^{2}+2x-1$ — Wrong Vertex
Right $y$-intercept, wrong vertex: this one turns at $\left(\tfrac12,-\tfrac12\right)$.
Common Mistake (⚠️):
Attempting to set up three simultaneous equations using $ax^2 + bx + c$, which takes three times as long and dramatically increases the risk of algebraic errors.
Takeaway (📌):
Always jump straight to the vertex form $a(x-h)^{2}+k$ whenever a problem provides you with the turning point of a parabola.
Question 2
Back to top ↑The sequence $x_{n}$ is given by $x_{1}=256$ and $x_{n+1}=\frac{x_{n}}{2}$ for $n \ge 1$. What is the value of $x_{16}$?
Key Idea (💡): This is a simple geometric sequence where each term is halved, meaning you are just dividing by powers of 2.
Reveal the answer & worked solution — commit to an option first
Correct Answer: D. $\frac{1}{128}$
Fastest Approach (🚀):
Recognize $256 = 2^8.$
Common ratio is $1/2.$ For $x_{16},$ halve 15 times: $2^8 / 2^{15} = 2^{-7} = 1/128.$
Matches Option D.
Step-by-Step Breakdown:
1. Identifying the Sequence Structure
The problem defines the sequence using a recurrence relation: $x_{n+1} = \frac{x_n}{2}$.
This tells us that every term is exactly half of the previous term.
A sequence where the ratio of consecutive terms is constant is a geometric sequence.
The common ratio $r$ is clearly $\frac{1}{2}$.
The first term $x_1$ is explicitly given as $256$.
2. The General Term Formula
For any geometric sequence, the $n$-th term is found using the formula:
$x_n = x_1 \cdot r^{n-1}$
Why $(n-1)$? Because the first term $x_1$ requires zero multiplications by $r$. To get to the 16th term, you only multiply by the common ratio 15 times.
3. Applying Index Laws
To avoid messy decimal arithmetic, we should recognize that 256 is a power of 2.
$256 = 2^8$
Our ratio is $\frac{1}{2} = 2^{-1}$.
Substitute these into our formula for $n=16$:
$x_{16} = 2^8 \cdot \left(2^{-1}\right)^{15}$
$x_{16} = 2^8 \cdot 2^{-15}$
Using the laws of indices ($a^m \cdot a^n = a^{m+n}$):
$x_{16} = 2^{8 - 15} = 2^{-7}$
$2^{-7} = \frac{1}{2^7} = \frac{1}{128}$
4. Option Matching
Matches Option D.
Why the Other Options Are Wrong (❌):
- A. 1 — Step Count
$2^{8}/2^{8}$ - eight halvings. Going from $x_1$ to $x_{16}$ takes fifteen. - B. 512 — Direction Reversed
Doubles instead of halving. The recurrence divides by $2$ at every step. - C. $\frac{1}{2}$ — Step Count
$2^{8}/2^{9}$ - nine halvings. The index gap is $16-1=15$. - E. $\frac{1}{256}$ — Off by One
$2^{8}/2^{16}$ - sixteen halvings. $x_1$ is given, so it has been halved zero times.
Common Mistake (⚠️):
Dividing by $2^{16}$ instead of $2^{15},$ forgetting that the first term is already given and requires zero divisions. This mistake leads directly to the trap answer 1/256.
Takeaway (📌):
For the $n$-th term of a sequence, you apply the common difference or ratio $n-1$ times, not $n$ times.
Question 3
Back to top ↑Find the value of $\int_{1}^{4}\frac{2x^{2}-x}{x\sqrt{x}}\text{d}x.$
Key Idea (💡): Never try to integrate a fraction directly without simplifying first; split the numerator and use fractional powers.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. $\frac{22}{3}$
Fastest Approach (🚀):
Denominator $x\sqrt{x} = x^{1.5}.$
Integrand: $2x^{0.5} - x^{-0.5}.$
Integrate: $\left[ \frac{4}{3}x^{1.5} - 2x^{0.5} \right]_1^4 = \frac{20}{3} - \left(-\frac{2}{3}\right) = \frac{22}{3}.$
Matches Option E.
Step-by-Step Breakdown:
1. Integrand Simplification & Power Integration Rules
- Power Rule: $\int x^{n} \text{d}x = \frac{x^{n+1}}{n+1} + C.$
- Fractional Index Reduction: $\frac{x^{p}}{x^{q}} = x^{p-q}.$
2. Term-by-Term Integrand Reduction
Denominator $x\sqrt{x} = x^{3/2}.$
$\frac{2x^2 - x}{x^{3/2}} = 2x^{2 - 3/2} - x^{1 - 3/2} = 2x^{1/2} - x^{-1/2}$
3. Antiderivative & Definite Bounds Evaluation
$\int (2x^{1/2} - x^{-1/2}) \, \text{d}x = \left[ \frac{4}{3}x^{3/2} - 2x^{1/2} \right]_1^4$
- At $x = 4$: $\frac{4}{3}(8) - 2(2) = \frac{32}{3} - 4 = \frac{20}{3}.$
- At $x = 1$: $\frac{4}{3} - 2 = -\frac{2}{3}.$
Definite integral: $\frac{20}{3} - \left(-\frac{2}{3}\right) = \frac{22}{3}.$
4. Option Matching
Matches Option E.
Why the Other Options Are Wrong (❌):
- A. $\frac{20}{3}$ — Lower Limit Dropped
The upper limit alone. The lower limit evaluates to $-\tfrac23$, and subtracting it adds $\tfrac23$. - B. $\frac{25}{3}$ — Arithmetic Slip
The two contributions are $\tfrac{20}{3}$ and $\tfrac23$; no combination of them gives $\tfrac{25}{3}$. - C. 6 — Sign of Lower Limit
$\tfrac{20}{3}-\tfrac23$ - the lower-limit value subtracted rather than added. It is already negative, so subtracting it increases the total. - D. $\frac{34}{3}$ — Term Dropped
$\tfrac{32}{3}+\tfrac23$: the $-2x^{1/2}$ term dropped at the upper limit.
Common Mistake (⚠️):
Mishandling the negative signs when subtracting the lower bound evaluation from the upper bound.
Takeaway (📌):
Always convert roots and fractions into negative and fractional indices before attempting to integrate.
Question 4
Back to top ↑Consider the following simultaneous equations: $x^{2}+2x-1-y^{2}=4$ and $x+y=a.$ For which value(s) of $a$ do the equations have exactly one real solution for $x$?
Key Idea (💡): Substitute the linear equation into the quadratic one to form a single equation in terms of x, then analyse its solutions.
Reveal the answer & worked solution — commit to an option first
Correct Answer: B. All real values except -1
Fastest Approach (🚀):
Substitute $y = a - x \implies x^2 + 2x - 1 - (a-x)^2 = 4.$
$x^2$ terms cancel out $\implies 2x(1+a) = a^2 + 5.$
Linear equation has 1 solution when $1+a ≠ 0 \implies a ≠ -1.$
Matches Option B.
Step-by-Step Breakdown:
1. Non-Linear System Substitution Rules
Substitute linear constraint $y = a - x$ into quadratic equation and check condition for single real solution.
2. Algebraic Substitution & Cancellation
Substitute $y = a - x$ into $x^2 + 2x - 1 - y^2 = 4$:
$x^2 + 2x - 1 - (a - x)^2 = 4$
$x^2 + 2x - 1 - (a^2 - 2ax + x^2) = 4$
$x^2$ terms cancel out:
$2x(1 + a) = a^2 + 5$
3. Degeneracy Condition for Unique Linear Solution
Equation $2(1+a) x = a^2 + 5$ has exactly one real solution if coefficient of $x$ is non-zero:
$2(1 + a) ≠ 0 \implies 1 + a ≠ 0 \implies a ≠ -1$
Thus $a$ can be all real values except $-1.$
4. Option Matching
Matches Option B.
Why the Other Options Are Wrong (❌):
- A. All real values — Degenerate Case
At $a=-1$ the $x$ term cancels too, leaving $0=a^{2}+5$, which no $x$ satisfies. That value has to be excluded. - C. All real values except $\pm2.$ — Quadratic Assumed
$\pm2$ would come from a discriminant, and no discriminant arises: the $x^{2}$ terms cancel and the equation is linear in $x$. - D. All real values except -1 and $\pm2$ — Quadratic Assumed
Right to exclude $-1$, but $\pm2$ have no source once the $x^{2}$ terms cancel. - E. No values of a — Over-restrictive
Every $a\neq-1$ works: $2x(1+a)=a^{2}+5$ has exactly one root.
Common Mistake (⚠️):
Assuming the resulting equation is a quadratic and trying to apply the discriminant $b^{2}-4ac=0,$ missing the fact that the $x^{2}$ terms cancel.
Takeaway (📌):
When substituting, group your terms by powers of x immediately to identify whether you are dealing with a linear or quadratic equation.
Question 5
Back to top ↑Find the number of solutions of the following equation for $0\le x\le3\pi$: $x\sin 2x=0.$
Key Idea (💡): A product equals zero if and only if at least one of its factors is zero.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. 7
Fastest Approach (🚀):
Set $x=0$ or $\sin(2x)=0.$
For $0 \le x \le 3\pi \implies 0 \le 2x \le 6\pi.$
$\sin(2x)=0$ at $2x = 0, \pi, 2\pi, 3\pi, 4\pi, 5\pi, 6\pi$ (7 values).
Matches Option E.
Step-by-Step Breakdown:
1. Applying the Zero Product Property
We are given the equation $x \sin 2x = 0$.
If the product of two mathematical expressions is zero, at least one of them must be zero. Therefore, we have two distinct cases to investigate:
Case 1: $x = 0$
Case 2: $\sin 2x = 0$
2. Adjusting the Domain
We are looking for solutions in the domain $0 \le x \le 3\pi$.
For Case 1, $x = 0$ falls precisely on the lower boundary of this domain, so it is a valid solution.
For Case 2, our trigonometric function is operating on $2x$, not $x$. We must strictly adjust our domain bounds to match the argument of the sine function. Multiply the entire domain inequality by 2:
$0 \le 2x \le 6\pi$
3. Finding the Trigonometric Roots
We know that the sine function equals zero at every integer multiple of $\pi$.
$\sin u = 0 \iff u = k\pi \quad \text{for any integer } k$
Let $u = 2x$. We need to list all integer multiples of $\pi$ that fall within our adjusted domain $[0, 6\pi]$:
$2x \in \{0, \pi, 2\pi, 3\pi, 4\pi, 5\pi, 6\pi\}$
This gives us 7 valid values for $2x$.
Dividing each by 2 gives the 7 valid solutions for $x$:
$x \in \{0, \frac{\pi}{2}, \pi, \frac{3\pi}{2}, 2\pi, \frac{5\pi}{2}, 3\pi\}$
*(Note: $x=0$ was already found in Case 1, so it is not a new or duplicate solution, it is simply part of this set.)*
4. Final Count
Counting the unique roots in our set, there are exactly 7 solutions.
Matches Option E.
Why the Other Options Are Wrong (❌):
- A. 0 — Root Overlooked
$x=0$ is itself a solution, and $\sin 2x$ vanishes repeatedly besides. - B. 2 — Domain Not Doubled
Counts only $2x=0$ and $2x=\pi$. Substituting doubles the range, which now runs to $6\pi$. - C. 3 — Domain Not Doubled
Treats the range of $2x$ as $[0,2\pi]$. It is $[0,6\pi]$. - D. 5 — Domain Not Doubled
Stops at $2x=4\pi$. The full range gives $2x=0,\pi,2\pi,\dots,6\pi$ - seven values.
Common Mistake (⚠️):
Forgetting to adjust the domain bounds from $x$ to $2x,$ which causes you to stop at $2x = 3\pi$ and completely miss the final three solutions.
Takeaway (📌):
Whenever you have a multiple angle (like $2x$ or $3x$) in a trig equation, algebraically multiply the bounds of your domain first before you start listing your solutions.
Question 6
Back to top ↑For which values of $x$ does the following inequality hold? $2 - \frac{3x^2+3}{x+1} < \frac{1}{x}.$
Key Idea (💡): To solve a rational inequality like $2 - \frac{3x^2+3}{x+1} < \frac{1}{x}$:
- Domain Restrictions: Identify vertical asymptote boundary points where denominators equal zero ($x \neq -1$ and $x \neq 0$).
- Simplify Left Side: $2 - \frac{3x^2+3}{x+1} = \frac{2(x+1) - (3x^2+3)}{x+1} = \frac{-3x^2+2x-1}{x+1}$.
- Combine to One Side: Move terms over to get $\frac{-3x^2+2x-1}{x+1} - \frac{1}{x} < 0$, then combine under a common denominator.
- Sign Chart / Critical Values: Test sign intervals between boundary points ($x = -1, -1/3, 0$) to identify where the inequality holds.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. $-1 < x < -\frac{1}{3}$ and $x > 0$
Fastest Approach (🚀):
Step 1: Simplify LHS
$2 - \frac{3x^2+3}{x+1} = \frac{2x+2 - 3x^2-3}{x+1} = \frac{-3x^2+2x-1}{x+1}$
Step 2: Move to LHS & Find Critical Points
$\frac{-3x^2+2x-1}{x+1} - \frac{1}{x} < 0 \implies \frac{-(3x+1)(x^2-x+1)}{x(x+1)} < 0$
Domain boundary points: $x = -1$ and $x = 0$.
Testing intervals reveals the inequality holds for $-1 < x < -\frac{1}{3}$ and $x > 0$.
Matches Option E.
Step-by-Step Breakdown:
1. Domain Restrictions & Rational Simplification
- Domain Constraints: $x \neq -1$ and $x \neq 0.$
- Simplify LHS:
$2 - \frac{3x^2 + 3}{x + 1} = \frac{2(x + 1) - (3x^2 + 3)}{x + 1} = \frac{-3x^2+2x-1}{x + 1}$
2. Inequality Form & Critical Points
$\frac{-3x^2+2x-1}{x + 1} < \frac{1}{x} \implies \frac{x(-3x^2+2x-1) - (x+1)}{x(x + 1)} < 0$
$\frac{-3x^3+2x^2-2x-1}{x(x+1)} < 0$
Notice that $-3x^3+2x^2-2x-1 = -(3x+1)(x^2-x+1)$. Since $x^2-x+1 > 0$ for all real $x$, this leaves the critical root $x = -1/3$. Multiplying by $-1$ gives:
$\frac{3x+1}{x(x+1)} > 0$
3. Sign Interval Testing
- Test $x = 1 \in (0, \infty)$: $\text{LHS} = -1 < \text{RHS} = 1$ (Valid $\implies x > 0$).
- Test $x = -0.5 \in (-1, -1/3)$: $\text{LHS} = -5.5 < \text{RHS} = -2$ (Valid $\implies -1 < x < -1/3$).
Combined valid intervals: $-1 < x < -1/3$ and $x > 0.$
4. Option Matching
Matches Option E.
Why the Other Options Are Wrong (❌):
- A. $x < 1$ and $x < 0$ — Set Malformed
Two conditions that reduce to $x<0$, while the solution set includes every $x>0$. - B. $x < -\frac{1}{3}$ — Asymptote Ignored
Includes $x<-1$, where $x+1$ changes sign and the inequality fails. - C. $x > 0$ — Half the Set
Only half the set: $-1<x<-\tfrac13$ satisfies it too. - D. $x < -1$ and $-\frac{1}{3} < x < 0$ — Inequality Not Flipped
The complement of the answer - what you get by keeping the inequality's direction through a division by a negative quantity.
Common Mistake (⚠️):
Cross multiplying by $x+1$ and $2x$ without flipping the inequality sign for negative ranges.
Takeaway (📌):
For complex rational inequalities on multiple choice exams, strategically testing numbers between the given bounds will save you precious minutes.
Question 7
Back to top ↑Find the number of real roots of the equation $x^{3}-x^{2}-x-2=0.$
Key Idea (💡): How to Find Which Integer to Test (Rational Root Theorem):
For any polynomial equation $x^3 - x^2 - x - 2 = 0$, any rational root $x = \frac{p}{q}$ must have:
- $p$ as a factor of the constant term ($-2 \implies p \in \{\pm 1, \pm 2\}$).
- $q$ as a factor of the leading coefficient ($1 \implies q \in \{\pm 1\}$).
Therefore, the only potential rational roots to test are $x \in \{\pm 1, \pm 2\}$:
- Test $x = 1 \implies 1 - 1 - 1 - 2 = -3 \neq 0$
- Test $x = -1 \implies -1 - 1 + 1 - 2 = -3 \neq 0$
- Test $x = 2 \implies 8 - 4 - 2 - 2 = 0$ $\implies (x-2)$ is a factor!
Dividing $x^3 - x^2 - x - 2$ by $(x-2)$ leaves $(x^2+x+1)$. Since its discriminant $\Delta = 1 - 4 = -3 < 0$, there are zero additional real roots, giving 1 real root (Option B).
Reveal the answer & worked solution — commit to an option first
Correct Answer: B. 1
Fastest Approach (🚀):
Rational Root Candidates:
Factors of constant term $-2$: $\pm 1, \pm 2$.
- Test $x = 1$: $1 - 1 - 1 - 2 = -3 \neq 0$
- Test $x = 2$: $8 - 4 - 2 - 2 = 0 \implies x = 2$ is a root!
Check Remaining Quadratic:
$\frac{x^3 - x^2 - x - 2}{x-2} = x^2 + x + 1$
Discriminant $\Delta = 1^2 - 4(1)(1) = -3 < 0 \implies$ no additional real roots.
Total real roots = 1 (Option B).
Matches Option B.
Step-by-Step Breakdown:
1. The Rational Root Theorem — Finding What Numbers to Test
When faced with a polynomial $P(x) = x^3 - x^2 - x - 2 = 0$, you do not need to guess numbers randomly. By the Rational Root Theorem:
- Any integer root must be a factor of the constant term ($-2$).
- The integer factors of $-2$ are $1, -1, 2, -2$.
We test these 4 candidates systematically using the Factor Theorem ($P(c) = 0 \iff (x-c)$ is a factor):
- Test $x = 1$: $P(1) = 1^3 - 1^2 - 1 - 2 = -3 \neq 0$
- Test $x = -1$: $P(-1) = (-1)^3 - (-1)^2 - (-1) - 2 = -3 \neq 0$
- Test $x = 2$: $P(2) = 2^3 - 2^2 - 2 - 2 = 8 - 4 - 2 - 2 = 0$ $\implies (x - 2)$ is a factor!
2. Polynomial Division & Discriminant Check
Divide $P(x)$ by $(x - 2)$:
$P(x) = (x - 2)(x^2 + x + 1)$
Analyse the remaining quadratic factor $x^2 + x + 1 = 0$:
$\Delta = b^2 - 4ac = 1^2 - 4(1)(1) = -3 < 0$
Since $\Delta < 0$, the quadratic factor contributes 0 real roots.
The total number of real roots is 1.
The correct answer is Option B.
Matches Option B.
Why the Other Options Are Wrong (❌):
- A. 0 — Root Missed
$x=2$ satisfies the cubic exactly: $8-4-2-2=0$. - C. 2 — Discriminant Ignored
After dividing out $(x-2)$ the remaining factor is $x^{2}+x+1$, whose discriminant is $-3$. It contributes no real root. - D. 3 — Complex Counted
A cubic has three roots over the complex numbers, but only one of them is real here. - E. 4 — Degree Exceeded
A cubic cannot have four roots of any kind.
Common Mistake (⚠️):
Assuming a cubic always has three real roots or failing to evaluate the discriminant of the leftover quadratic.
Takeaway (📌):
Always check the discriminant of the leftover quadratic after extracting a root from a cubic to confirm the exact number of real solutions.
Question 8
Back to top ↑Find all real values of $x$ that satisfy the logarithmic equation:
$\log_{2}(x^2 - 3x + 2) - \log_{2}(x - 1) = 3$
Key Idea (💡): Factorise the quadratic numerator first to simplify the fraction inside the logarithm, then solve the resulting linear exponent equation while validating domain constraints.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. $x = 10$
Fastest Approach (🚀):
Combine logarithms: $\log_2\left(\frac{(x-1)(x-2)}{x-1}\right) = 3 \implies \log_2(x-2) = 3$.
Exponentiate: $x - 2 = 2^3 = 8 \implies x = 10$.
Check domain constraint: $x = 10 > 2$ (valid).
Matches Option C.
Step-by-Step Breakdown:
1. Logarithm Laws & Factorisation
Apply quotient rule for logarithms:
$\log_{2}\left(\frac{x^2 - 3x + 2}{x - 1}\right) = 3$
Factorise the numerator:
$\frac{(x - 1)(x - 2)}{x - 1} = x - 2 \quad \text{for } x ≠ 1$
2. Exponential Conversion & Linear Equation Solving
$\log_{2}(x - 2) = 3$
$x - 2 = 2^3 = 8 \implies x = 10$
3. Domain Constraint Check
- Original log argument constraints: $x - 1 > 0 \implies x > 1$ and $x^2 - 3x + 2 > 0 \implies x < 1$ or $x > 2$.
- Intersection: $x > 2$.
- Since $x = 10 > 2$, $x = 10$ is a valid real solution.
4. Option Matching
Matches Option C.
Why the Other Options Are Wrong (❌):
- A. $x = 6$ — Wrong Power
$\log_2(x-2)=3$ means $x-2=8$. $x=6$ would need $\log_2 4=3$. - B. $x = 9$ — Wrong Factor Cancelled
Solves $x-1=8$. The quotient $\tfrac{(x-1)(x-2)}{x-1}$ simplifies to $x-2$, not $x-1$. - D. $x = 10$ or $x = 1$ — Domain Ignored
$x=10$ is right, but $x=1$ makes $x-1$ zero, so neither logarithm in the original equation is defined there. - E. No real solutions exist — Premature Rejection
$x=10$ works and satisfies the domain condition $x>2$.
Common Mistake (⚠️):
Including $x = 1$ as a valid solution without realizing it makes the denominator $x - 1$ zero and invalidates the original logarithm argument.
Takeaway (📌):
Always verify logarithmic solutions against the domain constraints of the original un-simplified expression.
Question 9
Back to top ↑A curve has the equation $y = 2x^3 - 9x^2 + 12x - 5$. Determine the $x$-coordinates of the stationary points on the curve and classify the nature of the stationary point at $x = 2$.
Key Idea (💡): Differentiate $y$ to find $\frac{dy}{dx}$, set to 0 to find stationary points, then compute $\frac{d^2y}{dx^2}$ at $x = 2$.
Reveal the answer & worked solution — commit to an option first
Correct Answer: A. Stationary points at $x = 1$ and $x = 2$; local minimum at $x = 2$
Fastest Approach (🚀):
$\frac{dy}{dx} = 6x^2 - 18x + 12 = 6(x-1)(x-2) = 0 \implies x = 1, x = 2$.
Second derivative: $\frac{d^2y}{dx^2} = 12x - 18$.
At $x = 2$: $\frac{d^2y}{dx^2} = 24 - 18 = 6 > 0 \implies$ local minimum at $x = 2$.
Matches Option A.
Step-by-Step Breakdown:
1. First Derivative & Identifying Stationary Points
A stationary point occurs anywhere the gradient of the curve is exactly zero. To find the gradient function, we differentiate the polynomial with respect to $x$ using the power rule:
$y = 2x^3 - 9x^2 + 12x - 5$
$\frac{dy}{dx} = (3\times2)x^{2} - (2\times9)x^{1} + 12(1)x^{0} = 6x^2-18x+12$
To find the stationary points, set the derivative equal to zero:
$6x^2 - 18x + 12 = 0$
Divide the entire equation by 6 to simplify the quadratic:
$x^2 - 3x + 2 = 0$
Factor the quadratic into two brackets:
$(x - 1)(x - 2) = 0$
This gives us two stationary points, located at $x = 1$ and $x = 2$.
2. Second Derivative Test for Classification
The question specifically asks for the nature of the stationary point at $x = 2$. We determine this using the second derivative test, which tells us the concavity of the curve.
$\frac{d^2y}{dx^2} = \frac{d}{dx}(6x^2 - 18x + 12) = 12x - 18$
Evaluate this second derivative specifically at $x = 2$:
$\left.\frac{d^2y}{dx^2}\right|_{x=2} = 12(2) - 18 = 24 - 18 = 6$
Since $6 > 0$, the second derivative is positive. A positive second derivative means the curve is "concave up" (like a smile $\cup$), which confirms the stationary point lies at the bottom of the dip.
Therefore, the point at $x = 2$ is a local minimum.
3. Option Matching
Matches Option A.
Why the Other Options Are Wrong (❌):
- B. Stationary points at $x = 1$ and $x = 2$; local maximum at $x = 2$ — Classification Flipped
Right stationary points, wrong classification. $\frac{d^{2}y}{dx^{2}}=12x-18$ equals $+6$ at $x=2$, and a positive second derivative means a minimum. - C. Stationary points at $x = -1$ and $x = -2$; local minimum at $x = 2$ — Sign Error
Sign error in the factorisation: $6x^{2}-18x+12=6(x-1)(x-2)$, so both stationary points are positive. - D. Stationary point only at $x = 2$; point of inflection — Inflection Claimed
There are two stationary points, and an inflection would need $\frac{d^{2}y}{dx^{2}}=0$ at $x=2$, where it is $6$. - E. Stationary points at $x = 1$ and $x = 3$; local minimum at $x = 2$ — Wrong Root
$x=3$ is not a root of $6(x-1)(x-2)$: substituting gives $6(2)(1)=12$.
Common Mistake (⚠️):
Miscalculating the second derivative sign or concluding that a positive second derivative corresponds to a local maximum (associating 'positive' with 'maximum').
Takeaway (📌):
Remember: positive second derivative means concave up (U-shape), which indicates a local minimum. Negative second derivative means concave down (n-shape), indicating a local maximum.
Question 10
Back to top ↑Which of the following numbers is the largest?
Key Idea (💡): Use the change of base property $a^{\log_{b}c}=c^{\log_{b}a}$ and basic logarithm estimations to compare the magnitudes.
Reveal the answer & worked solution — commit to an option first
Correct Answer: D. $\text{e}^{\log_{2}(\pi)}$
Fastest Approach (🚀):
Option C: $2^{\log_2\pi} = \pi \approx 3.14.$
Option E: $2^1 = 2.$
Option A: $\text{e}^{\log_\pi 2} \approx 1.83$ (since $\log_\pi e < 1$).
Option B: $\text{e}^{\log_\pi \pi} = \text{e}^1 \approx 2.72.$
Option D: $\text{e}^{\log_2\pi} \approx 2.718^{1.65} \approx 5.2.$
Option D is the largest.
Matches Option D.
Step-by-Step Breakdown:
1. Logarithm Exponent Identities
- $b^{\log_{b} x} = x.$
- $a^{\log_{b} c} = c^{\log_{b} a}.$
2. Term-by-Term Value Evaluation
- Option C: $2^{\log_2 \pi} = \pi \approx 3.14.$
- Option E: $2^{\log_\pi \pi} = 2^1 = 2.$
- Option A: $\text{e}^{\log_\pi 2} \approx 1.83$ (since $\log_\pi e < 1$).
- Option B: $\text{e}^{\log_\pi \pi} = \text{e}^1 \approx 2.72.$
- Option D: $\text{e}^{\log_2 \pi}.$ Since $\pi > 2 \implies \log_2 \pi \approx 1.65 \implies \text{e}^{1.65} \approx 5.2.$
3. Magnitude Inequality Ranking
$\text{e}^{\log_2 \pi} \approx 5.2 \text{(D)} > 3.14 \text{(C)} > 2.72 \text{(B)} > 2 \text{(E)} > 1.83 \text{(A)}$
Option D is the largest value.
4. Option Matching
Matches Option D.
Why the Other Options Are Wrong (❌):
- A. $\text{e}^{\log_{\pi}(2)}$ — Smallest Value
Equal to option B by the identity $x^{\log_b y} = y^{\log_b x}$ - about $1.83$, the smallest value on the list. - B. $2^{\log_{\pi}(e)}$ — Duplicate of A
The same number as option A in different clothes: $2^{\log_{\pi} e} = e^{\log_{\pi} 2}$. - C. $2^{\log_{2}(\pi)}$ — Not Largest
Exactly $\pi\approx3.14$, by $a^{\log_a c}=c$. Option D carries the same exponent $\log_2\pi$ but raises the larger base $e$, so it is bigger. - E. $2^{\log_{\pi}(\pi)}$ — Not Largest
$\log_\pi\pi=1$, so this is just $2$.
Common Mistake (⚠️):
Misapplying the identity $a^{\log_{b}c}=c^{\log_{b}a}$ to Option D and assuming it equals Option C or E rather than carefully evaluating $\log_2\pi \approx 1.65$ first.
Takeaway (📌):
Memorize the identity $a^{\log_{b}c}=c^{\log_{b}a}$; it makes comparing exponential log expressions trivial.
Question 11
Back to top ↑The variables $v, w, x, y,$ and $z$ are related by the equation $z = \frac{w(x+2y)^{3}}{v^{2}}.$ If $v$ increases by 20%, $w$ is tripled, and both $x$ and $y$ decrease by 20%, what is the percentage change in $z$ (to 2 decimal places)?
Key Idea (💡): Substitute the decimal scale factors for each italicized variable ($v, w, x, y$) into the formula for $z$ to compute the overall scaling multiplier.
Reveal the answer & worked solution — commit to an option first
Correct Answer: A. 6.67% increase
Fastest Approach (🚀):
Multiplier for $w$: $3$.
Multiplier for $x$ and $y$: $(1 - 0.20) = 0.80$.
Multiplier for $v$: $(1 + 0.20) = 1.20$.
New value $z':$
$z' = \frac{(3w) \cdot [0.80(x+2y)]^3}{(1.20 v)^2} = \frac{3 \cdot (0.80)^3}{1.20^2} \cdot \frac{w(x+2y)^3}{v^2} = \frac{3 \cdot 0.512}{1.44} \cdot z = 1.0667 z$
Percentage change = $+6.67\%$ (Option A).
Matches Option A.
Step-by-Step Breakdown:
1. Multi-Variable Power Scaling Laws
- Scale Factor Substitution Rule: Replace each variable $X$ with $m_{X} \cdot X.$
- Composite Scaling Ratio: $k = \frac{m_{w} \cdot (m_{x+2y})^3}{(m_{v})^2}.$
2. Variable Multipliers Extraction
- $m_{w} = 3.$
- $m_{v} = 1.20.$
- $m_{x} = m_{y} = 0.80 \implies m_{x+2y} = 0.80.$
3. Percentage Change Calculation
$k = \frac{3 \times (0.80)^3}{(1.20)^2} = \frac{3 \times 0.512}{1.44} = \frac{1.536}{1.44} = 1.0666...$
$\text{Percentage Change} = (1.0666... - 1) \times 100 \% = +6.67 \%$
4. Option Matching
Matches Option A.
Why the Other Options Are Wrong (❌):
- B. 6.67% decrease — Direction Reversed
Right magnitude, wrong direction: the multiplier $\tfrac{3\times0.8^{3}}{1.2^{2}}=1.0667$ is greater than one. - C. 6.25% increase — Arithmetic Slip
$\tfrac{3\times0.512}{1.44}=1.0667$, not $1.0625$. - D. 6.24% decrease — Direction Reversed
Wrong direction and wrong magnitude - the multiplier exceeds one. - E. No change — Powers Ignored
The changes do not cancel: the cube on $(x+2y)$ and the square on $v$ weight them differently, leaving $1.0667$.
Common Mistake (⚠️):
Forgetting to square or cube the percentage multipliers.
Takeaway (📌):
When dealing with percentage changes in a formula, simply isolate the constants and plug the decimal multipliers into the variable slots.
Question 12
Back to top ↑Find the product of the roots of the following equation: $\sqrt{x-1}+\sqrt{2x-1}=x.$
Key Idea (💡): Squaring both sides of a radical equation often introduces extraneous roots; guessing and checking small integers is much faster.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. 5
Fastest Approach (🚀):
Test small integer values for $x$ that make terms inside square roots perfect squares.
$x=1 \implies \sqrt{0}+\sqrt{1}=1$ (Valid).
$x=5 \implies \sqrt{4}+\sqrt{9}=5$ (Valid).
Product $= 1 \times 5 = 5.$
Matches Option C.
Step-by-Step Breakdown:
1. The Formal Algebraic Approach (and why to avoid it)
Normally, solving an equation like $\sqrt{x-1} + \sqrt{2x-1} = x$ requires isolating one radical and squaring both sides:
$\sqrt{2x-1} = x - \sqrt{x-1}$
$2x - 1 = x^2 - 2x\sqrt{x-1} + (x-1)$
$x - x^2 = -2x\sqrt{x-1}$
Squaring a second time generates a messy quartic (degree 4) equation. This is a massive time sink and practically guarantees algebraic errors under exam pressure. Furthermore, squaring often introduces "phantom" extraneous roots that don't actually work in the original equation.
2. The Heuristic Approach: Integer Candidate Testing
In multiple-choice admissions tests, the roots are almost always small, clean integers. We want the terms under the square roots, $(x-1)$ and $(2x-1)$, to yield perfect squares (0, 1, 4, 9, 16).
Let's test small integers starting from $x=1$ (the domain requires $x \ge 1$):
- Try $x = 1$:
$\sqrt{1-1} + \sqrt{2(1)-1} = \sqrt{0} + \sqrt{1} = 1$.
Does this equal $x$? Yes, $1 = 1$. So $x=1$ is a valid root.
- Try $x = 2$:
$\sqrt{2-1} + \sqrt{4-1} = 1 + \sqrt{3} \neq 2$. (Skip)
- Try $x = 5$: (We pick 5 because $5-1=4$, a perfect square)
$\sqrt{5-1} + \sqrt{10-1} = \sqrt{4} + \sqrt{9} = 2 + 3 = 5$.
Does this equal $x$? Yes, $5 = 5$. So $x=5$ is a valid root.
3. Final Product
Since quadratic-type radical equations typically yield at most two valid roots, we have found them all.
The product of our valid roots is:
$\text{Product} = 1 \times 5 = 5$
4. Option Matching
Matches Option C.
Why the Other Options Are Wrong (❌):
- A. 0 — Outside Domain
Would need $x=0$ to be a root, but $\sqrt{x-1}$ is undefined there - the domain starts at $x=1$. - B. 1 — Root Missed
Counts only the root $x=1$. There is a second: $x=5$ gives $\sqrt4+\sqrt9=5$. - D. 6 — Sum Not Product
The sum of the roots, $1+5$, rather than their product. - E. 8 — Not a Root Function
Neither the sum nor the product of $1$ and $5$.
Common Mistake (⚠️):
Attempting to square both sides blindly, leading to a messy quartic equation that consumes too much time.
Takeaway (📌):
For radical equations on multiple choice tests, mentally check small integer values that yield perfect squares under the roots before you ever pick up your pencil.
Question 13
Back to top ↑The exterior angle of a regular polygon with n sides is $2^{\circ}$ greater than the exterior angle of another regular polygon with $(n+2)$ sides. Find the value of $n$.
Key Idea (💡): The exterior angle of any regular polygon with $n$ sides is always exactly $360/n$ degrees.
Reveal the answer & worked solution — commit to an option first
Correct Answer: A. $n=18$
Fastest Approach (🚀):
Equation: $\frac{360}{n} - \frac{360}{n+2} = 2 \implies \frac{180}{n} - \frac{180}{n+2} = 1.$
Test $n=18 \implies 10 - 9 = 1.$
Matches Option A.
Step-by-Step Breakdown:
1. The Exterior Angle Theorem
For any convex polygon, the sum of all exterior angles is always exactly $360^\circ$.
Therefore, if the polygon is regular and has $n$ equal sides, a single exterior angle $\theta$ is simply $360^\circ$ divided by $n$:
$\theta_{\text{ext}} = \frac{360^\circ}{n}$
2. Constructing the Algebraic Equation
We are given two polygons: one with $n$ sides and one with $(n+2)$ sides.
The problem states that the exterior angle of the $n$-sided polygon is $2^\circ$ greater than the exterior angle of the $(n+2)$-sided polygon.
Translate this directly into a mathematical equation:
$\frac{360}{n} - \frac{360}{n+2} = 2$
To make the arithmetic easier, divide the entire equation by 2:
$\frac{180}{n} - \frac{180}{n+2} = 1$
3. Option Testing Heuristic
You could multiply through by $n(n+2)$ to form a quadratic equation ($n^2 + 2n - 360 = 0$) and factor it. However, since this is a multiple choice test, plugging in the given options into our simplified fraction equation is vastly faster.
Let's test Option A ($n = 18$):
$\frac{180}{18} - \frac{180}{18+2} = 1$
$10 - \frac{180}{20} = 1$
$10 - 9 = 1$
This statement is mathematically true, so $n = 18$ is the correct answer. We don't even need to test the other options.
4. Option Matching
Matches Option A.
Why the Other Options Are Wrong (❌):
- B. $n=20$ — Fails the Check
$\tfrac{360}{20}-\tfrac{360}{22}=18-16.36=1.64^\circ$, short of $2^\circ$. - C. $n=22$ — Fails the Check
$\tfrac{360}{22}-\tfrac{360}{24}=1.36^\circ$. - D. $n=24$ — Fails the Check
$15-13.85=1.15^\circ$. The gap shrinks as $n$ grows, so larger guesses move further from $2^\circ$. - E. $n=26$ — Fails the Check
$13.85-12.86=0.99^\circ$, half the required difference.
Common Mistake (⚠️):
Using the complex formula for interior angles, $(n-2)\times 180 / n$, which creates a significantly more complicated rational equation that is highly prone to algebra mistakes.
Takeaway (📌):
Whenever possible, convert a geometry word problem into an equation and simply test the multiple choice answers to completely bypass quadratic factoring.
Question 14
Back to top ↑What is the probability that a number chosen randomly from 1 to 1000 (inclusive) ends in 1?
Key Idea (💡): The last digit of a number follows a repeating, uniform pattern in base 10.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. $\frac{1}{10}$
Fastest Approach (🚀):
1000 is a multiple of 10. Exactly 1 in 10 numbers ends in 1.
Probability $= 1/10.$
Matches Option E.
Step-by-Step Breakdown:
1. Understanding the Uniform Distribution of Base-10 Digits
In our standard base-10 number system, the final (units) digit of consecutive positive integers cycles continuously in a fixed sequence: $1, 2, 3, 4, 5, 6, 7, 8, 9, 0$.
Because the cycle repeats every 10 numbers, any block of 10 consecutive integers will contain exactly one number ending in 1, exactly one ending in 2, and so on.
2. Favourable Outcome Enumeration
Our domain consists of the integers from 1 to 1000 inclusive.
- Total number of outcomes $N = 1000$.
- Since 1000 is an exact multiple of 10 ($1000 = 100 \times 10$), the range $[1, 1000]$ consists of exactly 100 complete cycles of 10 consecutive integers.
We can list the numbers that end in 1 explicitly as an arithmetic progression:
$S = \{1, 11, 21, 31, \dots, 991\}$
Using the formula for the number of terms in an AP, $n = \frac{\text{Last} - \text{First}}{\text{Step}} + 1$:
$n = \frac{991 - 1}{10} + 1 = \frac{990}{10} + 1 = 99 + 1 = 100$
So there are exactly 100 favourable outcomes.
3. Classical Probability Calculation
Using the classic probability definition $P = \frac{\text{Number of Favourable Outcomes}}{\text{Total Number of Possible Outcomes}}$:
$P = \frac{100}{1000} = \frac{1}{10}$
4. Option Matching
Matches Option E.
Why the Other Options Are Wrong (❌):
- A. $\frac{101}{1000}$ — Off by One
Counts $101$ numbers ending in $1$. From $1$ to $1000$ there are exactly $100$: $1, 11, 21, \dots, 991$. - B. $\frac{99}{1000}$ — Off by One
One short of those $100$. - C. $\frac{34}{499}$ — Unrelated Fraction
Neither part matches the problem, which has $1000$ outcomes and $100$ favourable ones. - D. $\frac{1}{9}$ — Digit Count
Nine would be the count of final digits if $0$ were excluded. Base ten offers ten, each equally likely over a full block of $1000$.
Common Mistake (⚠️):
Overthinking the problem and trying to use complex combinatorics for each digit position, which frequently leads to an off-by-one counting error (such as getting 101 or 99).
Takeaway (📌):
If a set of consecutive integers forms a clean multiple of 10, the distribution of the final digits is perfectly uniform, meaning the probability of picking any single ending digit is always $1/10$.
Question 15
Back to top ↑The hypotenuse of a right-angled triangle is twice as large as one of its sides, which itself is $1 \ \text{cm}$ shorter than the third side. Find the area of the triangle.
Key Idea (💡): Assign variables strictly based on the text to create a Pythagorean relation, and use the quadratic formula when factoring fails.
Reveal the answer & worked solution — commit to an option first
Correct Answer: D. $\frac{3+2\sqrt{3}}{4}\ \text{cm}^{2}$
Fastest Approach (🚀):
Legs $a$ and $a+1,$ Hypotenuse $2a.$
Pythagoras: $a^2 + (a+1)^2 = (2a)^2 \implies 2a^2 - 2a - 1 = 0.$
$a = \frac{1+\sqrt{3}}{2} \implies a+1 = \frac{3+\sqrt{3}}{2}.$
Area $= 0.5 \times a \times (a+1) = \frac{3+2\sqrt{3}}{4}.$
Matches Option D.
Step-by-Step Breakdown:
1. Pythagorean Relations & Variable Parameterization
- Smaller leg $a > 0.$
- Hypotenuse $h = 2a.$
- Other leg $b = a + 1.$
- Pythagorean Theorem: $a^2 + b^2 = h^2.$
2. Quadratic Equation Setup & Surd Root
$a^2 + (a + 1)^2 = (2a)^2$
$2a^2 - 2a - 1 = 0$
Solve via quadratic formula ($a > 0$):
$a = \frac{2 + \sqrt{12}}{4} = \frac{1 + \sqrt{3}}{2}$
3. Leg Lengths & Area Evaluation
$b = a + 1 = \frac{3 + \sqrt{3}}{2}$
$\text{Area} = \frac{1}{2} \cdot a \cdot b = \frac{1}{2} \times \left(\frac{1 + \sqrt{3}}{2}\right) \times \left(\frac{3 + \sqrt{3}}{2}\right)$
$\text{Area} = \frac{(1 + \sqrt{3})(3 + \sqrt{3})}{8} = \frac{6 + 4\sqrt{3}}{8} = \frac{3 + 2\sqrt{3}}{4}\ \text{cm}^2$
4. Option Matching
Matches Option D.
Why the Other Options Are Wrong (❌):
- A. $\frac{1+\sqrt{3}}{2}\ \text{cm}^{2}$ — Side Reported
The leg $a=\tfrac{1+\sqrt3}{2}$ itself, not the area. - B. $\frac{2+\sqrt{3}}{2}\ \text{cm}^{2}$ — Arithmetic Slip
$\tfrac12a(a+1)$ with $a=\tfrac{1+\sqrt3}{2}$ evaluates to $\tfrac{3+2\sqrt3}{4}\approx1.62$; this option is $\approx1.87$. - C. $\frac{2+3\sqrt{3}}{4}\ \text{cm}^{2}$ — Terms Swapped
The two terms of the answer swapped: it is $\tfrac{3+2\sqrt3}{4}$, not $\tfrac{2+3\sqrt3}{4}$. - E. No such triangle exists — Premature Rejection
One does exist. $2a^{2}-2a-1=0$ has positive root $a\approx1.37$, giving legs $1.37$ and $2.37$ with hypotenuse $2.73$, and $1.37^{2}+2.37^{2}=2.73^{2}$.
Common Mistake (⚠️):
Setting the third side to $a-1$ instead of $a+1$ depending on how you assigned the initial variable, leading to a negative side length if not careful.
Takeaway (📌):
When a geometry problem results in a quadratic that does not easily factor, immediately deploy the quadratic formula to find the precise surd values.
Question 16
Back to top ↑Which of the following is a graph of $y=(x^{3}\sin(x)+1)^{\frac{1}{2}}$?
Key Idea (💡): Analyse the domain of square root functions before looking at symmetries. If the term inside the square root can be negative, the graph must have gaps.
Reveal the answer & worked solution — commit to an option first
Correct Answer: A. Graph A
Fastest Approach (🚀):
The function is a square root, so $y \ge 0$ everywhere it is defined.
When $x$ is large, $x^3 \sin(x)$ reaches large negative values (e.g. at $x=3\pi/2$, $x^3 \sin(x) \approx -104$).
Therefore, $x^3 \sin(x) + 1 < 0$ for many intervals, meaning the graph must have gaps.
Matches Option A.
Step-by-Step Breakdown:
1. Domain Analysis
For $y = \sqrt{x^3 \sin(x) + 1}$ to be defined in the real numbers, we must have:
$x^3 \sin(x) + 1 \ge 0$
2. Oscillatory Behaviour & Gaps
The function $x^3 \sin(x)$ oscillates with an increasing amplitude of $x^3$. For instance, when $\sin(x) = -1$ (like at $x = \frac{3\pi}{2}, \frac{7\pi}{2}, \dots$), the value of $x^3 \sin(x)$ is highly negative.
This means that in each cycle, there is an interval where $x^3 \sin(x) + 1 < 0$, making the square root undefined. Thus, the graph must consist of disconnected "islands" (gaps in the domain).
3. $y$-Intercept & Range
Substitute $x = 0$:
$y = \sqrt{0^3 \sin(0) + 1} = \sqrt{1} = 1$
Furthermore, a square root only outputs non-negative values ($y \ge 0$), eliminating any graphs that dip below the x-axis.
4. Option Matching
Graph A is the only option that is strictly non-negative and contains the required domain gaps.
Matches Option A.
Why the Other Options Are Wrong (❌):
- B. Graph B — Negative Values
Its islands sit both above and below the axis. A square root is never negative. - C. Graph C — Negative Values
Also carries branches below the axis, which the positive square root cannot produce. - D. Graph D — Continuous and Negative
An unbroken curve taking negative values. $x^{3}\sin x+1$ goes strongly negative, so the domain must break into islands and the curve can never dip below $y=0$. - E. Graph E — Continuous and Negative
The same objection: continuous, and negative over long stretches.
Common Mistake (⚠️):
Assuming the graph is continuous by confusing a square root with a cube root, or forgetting that square roots cannot produce negative outputs.
Takeaway (📌):
Before sketching y = sqrt(g(x)), check whether g(x) can go negative - if it can, the graph will have gaps rather than being continuous.
Question 17
Back to top ↑Find the coefficient of $x^{5}$ in the expansion of $3x^{2}(2x+\frac{1}{x})^{5}.$
Key Idea (💡): Do not expand the whole bracket. Find the specific term inside the binomial that will multiply with the outside term to create the target power.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. 240
Fastest Approach (🚀):
Need $x^3$ term from $(2x+1/x)^5.$
General term: $\binom{5}{k} 2^{5-k} x^{5-2k}.$
Set $5-2k=3 \implies k=1.$
Inner coefficient $= \binom{5}{1} 2^4 = 80.$
Multiply by 3: $3 \times 80 = 240.$
Matches Option E.
Step-by-Step Breakdown:
1. analysing the Overall Product
We want to find the coefficient of $x^5$ in the expression:
$E = 3x^2 \left(2x + \frac{1}{x}\right)^5$
Notice that there is an external multiplier of $3x^2$.
When we multiply $3x^2$ by any term inside the expansion of $\left(2x + \frac{1}{x}\right)^5$, the powers of $x$ will add up.
Therefore, to get $x^5$ in the final result, we specifically need to find the term containing $x^3$ inside the binomial expansion of $\left(2x + \frac{1}{x}\right)^5$, because:
$3x^2 \cdot (C \cdot x^3) = 3C \cdot x^5$
2. Applying the Binomial Theorem
The general term $T_{k+1}$ in the expansion of $(a + b)^n$ is given by:
$T_{k+1} = \binom{n}{k} a^{n-k} b^k$
Here, $n = 5$, $a = 2x$, and $b = \frac{1}{x} = x^{-1}$.
Substitute these into the general term:
$T_{k+1} = \binom{5}{k} (2x)^{5-k} (x^{-1})^k$
$T_{k+1} = \binom{5}{k} \cdot 2^{5-k} \cdot x^{5-k} \cdot x^{-k}$
$T_{k+1} = \binom{5}{k} 2^{5-k} x^{5-2k}$
3. Solving for the Specific Term (k)
We need the exponent of $x$ to equal 3:
$5 - 2k = 3$
$2k = 2 \implies k = 1$
Now calculate the coefficient of this inner $x^3$ term by plugging $k = 1$ back in:
$\text{Inner Coefficient} = \binom{5}{1} 2^{5-1} = 5 \cdot 2^4 = 5 \cdot 16 = 80$
So the term inside the bracket is $80x^3$.
4. Final Coefficient Calculation
Now multiply by the external factor $3x^2$:
$\text{Final Expression} = 3x^2 \cdot (80x^3) = 240x^5$
The coefficient of $x^5$ is $240$.
5. Option Matching
Matches Option E.
Why the Other Options Are Wrong (❌):
- A. 5 — Terms Dropped
$\binom51$ on its own, with both the powers of $2$ and the external $3$ dropped. - B. 40 — Power of Two
$\binom51\times2^{3}$ - one power of $2$ short. With $k=1$ the factor is $2^{5-1}=2^{4}$. - C. 80 — External Factor
The inner coefficient, correct as far as it goes. The external $3x^{2}$ still has to multiply it. - D. 120 — Power of Two
$3\times40$: the external factor applied to an under-powered inner coefficient.
Common Mistake (⚠️):
Forgetting to multiply by the external factor of 3 after successfully calculating 80, which leads straight to the distractor answer 80 (Option C).
Takeaway (📌):
When expanding expressions with external multipliers, set up an exponent equation $n - 2k = m$ to solve for $k$ instantly, and always remember to apply the external multiplier at the very end.
Question 18
Back to top ↑If $y=\frac{(x+2\sqrt{x})^{3}}{x},$ which of the following is a correct expression for $\frac{\text{d}y}{\text{d}x}$?
Key Idea (💡): Never use the quotient rule if you can divide through by a single monomial denominator.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. $2x+9x^{\frac{1}{2}}+12+4x^{-\frac{1}{2}}$
Fastest Approach (🚀):
Expand numerator: $x^3 + 6x^{2.5} + 12x^2 + 8x^{1.5}.$
Divide by $x$: $y = x^2 + 6x^{1.5} + 12x + 8x^{0.5}.$
Differentiate: $\frac{\text{d}y}{\text{d}x} = 2x + 9x^{0.5} + 12 + 4x^{-0.5}.$
Matches Option E.
Step-by-Step Breakdown:
1. Pre-Differentiation Algebraic Strategy
We are asked to differentiate:
$y = \frac{(x + 2\sqrt{x})^3}{x}$
Attempting to use the Quotient Rule or Chain Rule directly on this quotient is extremely tedious and prone to algebraic errors.
Because the denominator is a single term ($x$), the optimal strategy is to fully expand the numerator first, divide every term by $x$, and then apply the standard Power Rule term-by-term.
2. Expanding the Numerator
Rewrite $\sqrt{x}$ as $x^{1/2}$. The numerator is $(x + 2x^{1/2})^3$.
Using the Binomial Theorem $(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$:
- $a = x$
- $b = 2x^{1/2}$
Let's expand step-by-step:
- $a^3 = x^3$
- $3a^2b = 3(x)^2(2x^{1/2}) = 6x^{5/2}$
- $3ab^2 = 3(x)(2x^{1/2})^2 = 3(x)(4x) = 12x^2$
- $b^3 = (2x^{1/2})^3 = 8x^{3/2}$
Combining these gives the expanded numerator:
$\text{Numerator} = x^3 + 6x^{5/2} + 12x^2 + 8x^{3/2}$
3. Monomial Division
Now divide each term in the numerator by $x$ (subtracting 1 from each exponent):
$y = \frac{x^3 + 6x^{5/2} + 12x^2 + 8x^{3/2}}{x}$
$y = x^{3-1} + 6x^{5/2 - 1} + 12x^{2-1} + 8x^{3/2 - 1}$
$y = x^2 + 6x^{3/2} + 12x + 8x^{1/2}$
4. Term-by-Term Differentiation
Now apply the standard Power Rule $\frac{\text{d}}{\text{d}x}(x^n) = n x^{n-1}$:
$\frac{\text{d}y}{\text{d}x} = 2x^{2-1} + 6 \cdot \left(\frac{3}{2}\right) x^{3/2 - 1} + 12(1) + 8 \cdot \left(\frac{1}{2}\right) x^{1/2 - 1}$
$\frac{\text{d}y}{\text{d}x} = 2x + 9x^{1/2} + 12 + 4x^{-1/2}$
5. Option Matching
Matches Option E.
Why the Other Options Are Wrong (❌):
- A. $x^{3}+6x^{\frac{5}{2}}+12x^{2}+8x^{\frac{5}{2}}$ — Not Differentiated
The expanded numerator, before dividing by $x$ and before differentiating at all. - B. $x^{2}+6x^{\frac{3}{2}}+12x+8x^{\frac{1}{2}}$ — Not Differentiated
$y$ itself after the division - still one step short of $\tfrac{\text{d}y}{\text{d}x}$. - C. $3x+10x^{\frac{1}{2}}+12x+4x^{\frac{1}{2}}$ — Differentiation Slip
$x^{2}$ differentiates to $2x$, not $3x$, and the $12x$ term to the constant $12$. - D. $2x+9x^{\frac{1}{2}}+12x+4x^{\frac{1}{2}}$ — Differentiation Slip
The $12x$ term should give the constant $12$, and $8x^{1/2}$ should give $4x^{-1/2}$, not $4x^{1/2}$.
Common Mistake (⚠️):
Attempting to use the chain rule on the numerator combined with the quotient rule overall, leading to a massive algebraic expression that is hard to simplify into the options.
Takeaway (📌):
Always distribute a single-term denominator into the numerator before differentiating to turn a complex quotient rule problem into simple term-by-term power rule differentiation.
Question 19
Back to top ↑A geometric progression has first term $7\sqrt{2}$ and fourth term $\frac{7}{2}.$ Find the sum to infinity of this geometric progression.
Key Idea (💡): Set up the equations for the nth term to find the common ratio, then use the sum to infinity formula and rationalize the denominator.
Reveal the answer & worked solution — commit to an option first
Correct Answer: D. $\frac{14}{-1+\sqrt{2}}$
Fastest Approach (🚀):
$ar^3 = 7/2, a = 7\sqrt{2} \implies r^3 = 1/(2\sqrt{2}) \implies r = 1/\sqrt{2}.$
$S_\infty = \frac{7\sqrt{2}}{1 - 1/\sqrt{2}} = \frac{14}{\sqrt{2}-1} = \frac{14}{-1+\sqrt{2}}.$
Matches Option D.
Step-by-Step Breakdown:
1. Determining the Common Ratio (r)
For a geometric progression, the $n$-th term is $u_n = a r^{n-1}$.
We are given:
- First term $a = 7\sqrt{2}$
- Fourth term $u_4 = \frac{7}{2}$
Set up the equation for $u_4$:
$u_4 = a r^3$
$\frac{7}{2} = (7\sqrt{2}) r^3$
Divide both sides by 7:
$\frac{1}{2} = \sqrt{2} r^3$
Divide by $\sqrt{2}$:
$r^3 = \frac{1}{2\sqrt{2}}$
To take the cube root, rewrite $2\sqrt{2}$ in exponent form: $2\sqrt{2} = 2^1 \cdot 2^{1/2} = 2^{3/2}$.
$r^3 = \frac{1}{2^{3/2}} = \left(\frac{1}{2^{1/2}}\right)^3 = \left(\frac{1}{\sqrt{2}}\right)^3$
Taking the cube root of both sides gives:
$r = \frac{1}{\sqrt{2}}$
Since $|r| = \frac{1}{\sqrt{2}} < 1$, the sum to infinity exists and converges.
2. Applying the Sum to Infinity Formula
The sum to infinity of a geometric series is:
$S_\infty = \frac{a}{1 - r}$
Substitute $a = 7\sqrt{2}$ and $r = \frac{1}{\sqrt{2}}$:
$S_\infty = \frac{7\sqrt{2}}{1 - \frac{1}{\sqrt{2}}}$
3. Simplifying the Fraction
Multiply both the numerator and denominator by $\sqrt{2}$ to clear the compound fraction:
$S_\infty = \frac{7\sqrt{2} \cdot \sqrt{2}}{\left(1 - \frac{1}{\sqrt{2}}\right) \cdot \sqrt{2}}$
$S_\infty = \frac{7 \cdot 2}{\sqrt{2} - 1} = \frac{14}{\sqrt{2} - 1}$
Notice the options write the denominator as $(-1 + \sqrt{2})$. Commutatively, $\sqrt{2} - 1$ is identical to $-1 + \sqrt{2}$.
$S_\infty = \frac{14}{-1 + \sqrt{2}}$
4. Option Matching
Matches Option D.
Why the Other Options Are Wrong (❌):
- A. $\frac{7\sqrt{2}}{1+\sqrt{2}}$ — Sign of Ratio
Uses $1+\tfrac{1}{\sqrt2}$ in the denominator. The sum to infinity divides by $1-r$, and $r=+\tfrac{1}{\sqrt2}$. - B. $\frac{14}{1+\sqrt{2}}$ — Sign of Ratio
The same sign fault after multiplying numerator and denominator by $\sqrt2$. The denominator is $\sqrt2-1$. - C. $\frac{14}{1-\sqrt{2}}$ — Negative Sum
Negative, since $\sqrt2>1$. A series with a positive first term and a positive ratio cannot sum to a negative number. - E. $\frac{14}{-1-\sqrt{2}}$ — Negative Sum
Also negative, and for the same reason impossible here.
Common Mistake (⚠️):
Struggling to take the cube root of $1/(2\sqrt{2})$ due to unfamiliarity with expressing surds as fractional exponents.
Takeaway (📌):
Remember that $x\sqrt{x}$ is equivalent to $x^{3/2}$, making its cube root simply $\sqrt{x}$.
Question 20
Back to top ↑If m and n are non-zero integers, when is the following expression also an integer? $\frac{6^{n+2m}\times3^{n+m}\times18^{n-m}}{8^{3m}\times12^{n+m}}.$
Key Idea (💡): Break down all composite bases into their prime factors (2 and 3) to combine and simplify the powers.
Reveal the answer & worked solution — commit to an option first
Correct Answer: B. $n>0$ and $m<0$
Fastest Approach (🚀):
Decompose bases into $2$ and $3.$
Net power of $2 = -10m.$
Net power of $3 = 3n.$
Expression $= 2^{-10m} 3^{3n}.$
For integer: $-10m > 0 \implies m < 0,$ and $3n > 0 \implies n > 0.$
Matches Option B.
Step-by-Step Breakdown:
1. Fundamental Theorem of Arithmetic & Prime Base Decompositions
Convert bases to primes 2 and 3:
- $6^{k} = 2^{k} \cdot 3^{k}$
- $18^{k} = 2^{k} \cdot 3^{2k}$
- $8^{k} = 2^{3k}$
- $12^{k} = 2^{2k} \cdot 3^{k}$
2. Prime Exponent Accounting
- Net power of 2: $(n+2m + n-m) - (9m + 2n + 2m) = (2n+m) - (2n+11m) = -10m.$
- Net power of 3: $(n+2m + n+m + 2n-2m) - (n+m) = (4n+m) - (n+m) = 3n.$
Expression $= 2^{-10m} \cdot 3^{3n}.$
3. Integer Condition Sign Analysis
- Power of 2: $-10m \ge 0 \implies m < 0.$
- Power of 3: $3n \ge 0 \implies n > 0.$
4. Option Matching
Matches Option B.
Why the Other Options Are Wrong (❌):
- A. $n>0$ and $m>0$ — Sign of m
$m>0$ makes the net power of $2$ equal $-10m<0$, so a factor of $2$ stays in the denominator. - C. $n<0$ and $m<0$ — Sign of n
$m<0$ is right, but $n<0$ makes the net power of $3$ equal $3n<0$, leaving a $3$ underneath. - D. $n<0$ and $m>0$ — Both Signs
Both signs wrong: the expression reduces to $2^{-10m}3^{3n}$ with both exponents negative. - E. No possible values of $n$ and $m$ — Premature Rejection
Plenty work. $n=1$, $m=-1$ gives $2^{10}\times3^{3}$, a whole number.
Common Mistake (⚠️):
Trying to cancel bases like 6 and 12 directly without breaking them down to primes first, which inevitably leads to dropped exponents.
Takeaway (📌):
When an algebraic fraction involves multiple different composite bases, immediately convert every base to prime factors to safely apply index laws.
Question 21
Back to top ↑Consider the following conjecture: If $N$ is a positive integer with three digits, such that the sum of its digits is a prime number, then $N$ must also be a prime number.
Here are three numbers:
- I. $N = 101$
- II. $N = 205$
- III. $N = 3002$
Which of these provide(s) a counterexample to the above conjecture?
Key Idea (💡): A counterexample must strictly satisfy the premise of the conjecture but fail the conclusion.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. II only
Fastest Approach (🚀):
I ($N=101$): sum=2 (prime), 101 is prime (supports conjecture).
II ($N=205$): sum=7 (prime), 205 is composite ($5 \times 41$) $\implies$ Counterexample!
III ($N=3002$): 4-digit number (fails premise).
Only II is a counterexample.
Matches Option C.
Step-by-Step Breakdown:
1. Logical Counterexample Principles
- Premise $P$: $N$ is a 3-digit integer AND digit sum is prime.
- Conclusion $Q$: $N$ is prime.
- Counterexample: Satisfies $P$ (True) but fails $Q$ (False).
2. Roman Numeral Evaluation
- Case I ($N=101$): 3-digit, digit sum $2$ (prime). $101$ is prime $\implies$ Supports conjecture.
- Case II ($N=205$): 3-digit, digit sum $7$ (prime). $205 = 5 \times 41$ (composite) $\implies$ Counterexample!
- Case III ($N=3002$): 4-digit number $\implies$ Fails premise.
3. Conclusion & Option Matching
Only II is a valid counterexample.
Matches Option C.
Why the Other Options Are Wrong (❌):
- A. None of them — Counterexample Missed
$205$ has digit sum $7$, a prime, yet $205=5\times41$ is composite. That is exactly a counterexample. - B. I only — Supporting Case
$101$ has digit sum $2$ and is itself prime, so it supports the conjecture rather than refuting it. - D. III only — Premise Not Met
$3002$ has four digits, so it never satisfies the premise and cannot refute anything. - E. I and II only — Supporting Case
II is a counterexample; I is not. - F. I and III only — Premise Not Met
III fails the premise (it has four digits) and I supports the conjecture, so neither belongs in a counterexample set. - G. II and III only — Premise Not Met
II is a genuine counterexample, but III never satisfies the premise - a four-digit number cannot refute a claim about three-digit ones. - H. I, II and III only — Over-inclusive
Only II both satisfies the premise and fails the conclusion. I supports the conjecture and III sits outside its scope entirely.
Common Mistake (⚠️):
Accepting III as a counterexample because it fails the conclusion, completely forgetting to check if it satisfies the "three digits" rule in the premise.
Takeaway (📌):
In logic questions, an example that does not meet the "If" criteria of a statement can never be used to disprove the "Then" criteria.
Question 22
Back to top ↑Which of the following expressions is largest for $0 < x < 1$?
Key Idea (💡): Evaluate the range of each function specifically between $x=0$ and $x=1$ to see which outputs the largest value.
Reveal the answer & worked solution — commit to an option first
Correct Answer: D. $e^{x}$
Fastest Approach (🚀):
Logs of fractions are negative.
$x^2 < 1.$
$\sin(1) \approx 0.84 < 1.$
Only $\text{e}^{x} > 1$ (ranges from 1 to $e \approx 2.718$).
Matches Option D.
Step-by-Step Breakdown:
1. Interval Monotonicity & Range Properties
Target domain: $x \in (0, 1).$
2. Term-by-Term Range Evaluation
- Option A ($x^2$): $0 < x^2 < 1.$
- Option B ($\log_4 x$): Negative for $0 < x < 1.$
- Option C ($\log_7 x$): Negative for $0 < x < 1.$
- Option E ($\sin x$): $0 < \sin x < \sin(1) \approx 0.8415 < 1.$
- Option D ($\text{e}^{x}$): $\text{e}^0 < \text{e}^{x} < \text{e}^1 \implies 1 < \text{e}^{x} < 2.718.$
3. Range Comparison & Option Matching
$\text{e}^{x} > 1 > x^2 > \sin x > 0 > \log_{b} x$
Option D is the unique expression strictly greater than 1.
Matches Option D.
Why the Other Options Are Wrong (❌):
- A. $x^{2}$ — Below One
On $0<x<1$, $x^{2}<x<1$, while $e^{x}$ is above $1$ throughout. - B. $\log_{4}(x)$ — Negative Value
The logarithm of a number below $1$ is negative. - C. $\log_{7}(x)$ — Negative Value
Also negative across the interval - less so than $\log_4 x$, but still below zero. - E. $\sin(x)$ — Below One
$\sin x<x<1$ on this interval, while $e^{x}>1$ throughout it.
Common Mistake (⚠️):
Evaluating the functions at $x>1$ out of habit, which might make the log functions positive but still wouldn't change the largest answer.
Takeaway (📌):
When comparing functions on the interval $(0,1),$ remember that logarithms are negative and polynomials decrease in value.
Question 23
Back to top ↑Find the sum of all integers from 0 to 999 inclusive.
Key Idea (💡): The sum of an arithmetic sequence is the number of terms multiplied by the average of the first and last terms.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. 499500
Fastest Approach (🚀):
$n = 1000$ terms.
$S = 1000 \times \frac{0 + 999}{2} = 500 \times 999 = 499500.$
Matches Option E.
Step-by-Step Breakdown:
1. Determining the Number of Terms (n)
We need to find the sum of all integers from 0 to 999 inclusive.
This forms an arithmetic progression with first term $a = 0$, last term $l = 999$, and common difference $d = 1$.
Crucial Step: How many terms are in the sequence $0, 1, 2, \dots, 999$?
Using the inclusive count formula $n = (\text{Last} - \text{First}) + 1$:
$n = (999 - 0) + 1 = 1000\ \text{terms}$
Including zero means there are 1000 terms in total, not 999.
2. Applying the Gauss Arithmetic Sum Formula
The sum of any arithmetic progression is given by:
$S_n = \frac{n}{2} (a + l)$
where $a$ is the first term and $l$ is the last term.
Substitute our values ($n = 1000, a = 0, l = 999$):
$S_{1000} = \frac{1000}{2} (0 + 999)$
$S_{1000} = 500 \times 999$
3. Mental Math Trick for Rapid Calculation
To compute $500 \times 999$ without a calculator, rewrite $999$ as $(1000 - 1)$:
$500 \times (1000 - 1) = 500000 - 500 = 499500$
4. Option Matching
Matches Option E.
Why the Other Options Are Wrong (❌):
- A. 11500 — Magnitude
Two orders of magnitude short. $\tfrac{999\times1000}{2}$ is close to half a million. - B. 12650 — Magnitude
Also far too small for a thousand terms averaging $499.5$. - C. 113500 — Magnitude
Short by roughly a factor of four. - D. 325000 — Magnitude
Corresponds to summing only to about $806$. To $999$ the total is $\tfrac{999\times1000}{2}=499{,}500$.
Common Mistake (⚠️):
Assuming there are 999 terms instead of 1000, leading to $999/2 \times 999$, which causes an unnecessary calculation error.
Takeaway (📌):
The total number of integers from $A$ to $B$ inclusive is always $B - A + 1$. Never forget to count the boundary zero!
Question 24
Back to top ↑Consider the following argument for integers $a$ and $b$ where $a = b$:
- I. $2a^2 = a^2 + ab$
- II. $2(a^2 - ab) = a^2 - ab$
- III. $2 = 1$
Which of the following is true?
Key Idea (💡): Any "proof" that absurdly concludes numbers equal each other (like 2=1) always contains a hidden division by zero.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. There is an error in line III only
Fastest Approach (🚀):
Line III divides both sides by $(a^2 - ab).$ Since $a = b,$ $a^2 - ab = 0.$ Division by zero occurs in line III.
Matches Option C.
Step-by-Step Breakdown:
1. Fundamental Axiom of Algebraic Division
In algebra, dividing any quantity by zero is strictly undefined.
Whenever an algebraic deduction arrives at a logically absurd result (such as $2 = 1$), there is almost always a disguised division by zero occurring at the transition line.
2. Step-by-Step Proof Audit
We are given the initial premise that $a$ and $b$ are integers such that $a = b$.
Let's evaluate each line of the proposed proof:
- Line I: $2a^2 = a^2 + ab$
Since $a = b$, substituting $b$ for $a$ gives $2a^2 = a^2 + a(a) = 2a^2$. This statement is algebraically true and valid.
- Line II: $2(a^2 - ab) = a^2 - ab$
Expand both sides: $2a^2 - 2ab = a^2 - ab$.
Rearranging terms: $2a^2 - a^2 = 2ab - ab \implies a^2 = ab$.
Since $a = b$, $a^2 = a(a)$ is completely valid. Line II is mathematically correct.
- Line III: $2 = 1$
To transition from Line II to Line III, the argument divides both sides of $2(a^2 - ab) = a^2 - ab$ by the algebraic term $(a^2 - ab)$.
However, our initial premise states that $a = b$.
Substitute $b = a$ into $(a^2 - ab)$:
$a^2 - a(a) = a^2 - a^2 = 0$
Therefore, the term $(a^2 - ab)$ is equal to zero!
Line III invalidly divides both sides by zero to eliminate the brackets, making Line III the exact location of the error.
3. Option Matching
There is an error in line III only.
Matches Option C.
Why the Other Options Are Wrong (❌):
- A. There is an error in line I only — Sound Line Blamed
Line I is sound: with $a=b$ we have $ab=a^{2}$, so $a^{2}+ab=2a^{2}$. - B. There is an error in line II only — Sound Line Blamed
Line II is sound too - it is line I with $2ab$ subtracted from both sides. - D. There are errors in lines I and II only — Sound Lines Blamed
Both of those lines are valid. The fault appears only when line III divides through by $a^{2}-ab$, which equals zero. - E. There are errors in lines I and III only — Sound Line Blamed
Line III is indeed the fault, but line I is correct. - F. There are errors in lines II and III only — Sound Line Blamed
Line II is sound - it is line I with 2ab subtracted from both sides. Only line III, which divides by the zero quantity a^2 - ab, is at fault. - G. There are errors in lines I, II and III. — Sound Lines Blamed
Lines I and II are both valid consequences of a = b. The single fault is line III's division by a^2 - ab = 0.
Common Mistake (⚠️):
Claiming there is an error in Line II because it looks redundant or unfamiliar, even though Line II is algebraically sound.
Takeaway (📌):
You can perform algebraic manipulations freely, but the exact moment you divide both sides by an algebraic expression, you must verify that the expression does not evaluate to zero.
Question 25
Back to top ↑A sequence is defined by: $u_{1}=3,$ $u_{n+1}=\frac{u_{n}-3}{u_{n}-2}$ for $n\ge1.$ Find the sum of the first 100 terms of this sequence.
Key Idea (💡): If a sequence recurrence relation looks too complex to find an algebraic sum formula, it is almost certainly periodic. Calculate the first few terms to find the repeating block.
Reveal the answer & worked solution — commit to an option first
Correct Answer: E. 151.5
Fastest Approach (🚀):
Compute first 4 terms: $3, 0, 1.5, 3 \implies$ period of 3.
Sum of 1 block $= 4.5.$
100 terms $= 33\ \text{blocks} + u_{100} = 33 \times 4.5 + 3 = 151.5.$
Matches Option E.
Step-by-Step Breakdown:
1. Term-by-Term Sequence Evaluation
We are given $u_1 = 3$ and the recurrence relation $u_{n+1} = \frac{u_n - 3}{u_n - 2}$.
Let's evaluate the first several terms explicitly:
- $u_1 = 3$
- $u_2 = \frac{3 - 3}{3 - 2} = \frac{0}{1} = 0$
- $u_3 = \frac{0 - 3}{0 - 2} = \frac{-3}{-2} = 1.5$
- $u_4 = \frac{1.5 - 3}{1.5 - 2} = \frac{-1.5}{-0.5} = 3$
Notice that $u_4 = u_1 = 3$.
Since $u_4 = 3$, $u_5$ will evaluate to 0, $u_6$ to 1.5, and so on.
The sequence is strictly periodic with a period of 3.
The repeating block of terms is $\{3, 0, 1.5\}$.
2. Block Summation
The sum of one complete 3-term block is:
$S_{\text{block}} = 3 + 0 + 1.5 = 4.5$
3. Partitioning the First 100 Terms
We want the sum of the first 100 terms ($S_{100}$).
Divide 100 by the period length 3:
$100 = 33 \times 3 + 1$
This means the first 100 terms consist of 33 complete 3-term blocks plus 1 extra term ($u_{100}$).
Because the sequence repeats every 3 terms, the 100th term $u_{100}$ is identical to the 1st term of the cycle:
$u_{100} = u_1 = 3$
4. Calculating Total Sum
$S_{100} = 33 \times S_{\text{block}} + u_{100}$
$S_{100} = 33 \times 4.5 + 3$
$S_{100} = 148.5 + 3 = 151.5$
5. Option Matching
Matches Option E.
Why the Other Options Are Wrong (❌):
- A. 0 — Cancellation Assumed
The repeating block is $3,\,0,\,1.5$, which is not symmetric about zero, so nothing cancels. - B. 50 — Average Misread
The block average is $\tfrac{4.5}{3}=1.5$, so a hundred terms sum to about $150$, not $50$. - C. 72.5 — Blocks Halved
About half the answer - sixteen and a half blocks rather than thirty-three. - D. 100 — Average Misread
Counts one per term. The mean term is $1.5$.
Common Mistake (⚠️):
Attempting to derive a general closed-form algebraic formula for $u_n$ or $S_n$ instead of writing out the first four numerical terms to spot the periodic pattern.
Takeaway (📌):
When presented with an unfamiliar non-linear recurrence relation, immediately compute the first 4 or 5 terms—it will almost always collapse into a simple periodic cycle.
Question 26
Back to top ↑A cube with sides of length $9 \ \text{cm}$ is divided into smaller cubes, each of which has sides of length $3 \ \text{cm}.$ By what factor has the total surface area increased?
Key Idea (💡): When a large shape is cut into smaller identical shapes, the total surface area increases by the inverse of the linear scale factor.
Reveal the answer & worked solution — commit to an option first
Correct Answer: B. 3
Fastest Approach (🚀):
Linear scale factor drops from 9 to 3 (factor of 1/3).
Total surface area increases by inverse factor $= 3.$
Matches Option B.
Step-by-Step Breakdown:
1. Geometry of the Original Cube
A large cube has side length $L = 9 \ \text{cm}$.
- A cube has 6 identical square faces.
- Original Surface Area $SA_1 = 6 \times L^2 = 6 \times (9)^2 = 6 \times 81 = 486 \ \text{cm}^2$.
2. Determining the Number of Smaller Cubes
The large cube is cut into smaller cubes of side length $l = 3 \ \text{cm}$.
Along each dimension (length, width, height), the number of small cubes is:
$k = \frac{9}{3} = 3$
Total number of small cubes $N = 3 \times 3 \times 3 = 27$ cubes.
3. Surface Area of the Combined Smaller Cubes
Each small cube has side length $l = 3 \ \text{cm}$.
- Surface area of one small cube $SA_{\text{small}} = 6 \times (3)^2 = 6 \times 9 = 54 \ \text{cm}^2$.
- Total combined surface area of all 27 small cubes:
$SA_2 = 27 \times 54 = 1458 \ \text{cm}^2$
4. Calculating the Factor Increase
To find the factor by which the surface area has increased, divide the total new surface area by the original surface area:
$\text{Factor Increase} = \frac{SA_2}{SA_1} = \frac{1458}{486} = 3$
Elegant Scaling Shortcut:
Notice that cutting a 3D shape with linear dimension scaling factor $1/k$ increases the total surface area by a factor of $k$. Here $k = 9/3 = 3$, so surface area increases by a factor of 3.
5. Option Matching
Matches Option B.
Why the Other Options Are Wrong (❌):
- A. $\sqrt{3}$ — Root Not Ratio
Areas scale with the square of a linear factor, never its square root. - C. 9 — Face Not Total
$3^{2}$ is the ratio between single faces, not between total surfaces. There are $27$ small cubes, each face $\tfrac19$ of the original: $27\times\tfrac19=3$. - D. 12 — Not a Factor
Original area $6\times81=486$; new total $27\times6\times9=1458$. The ratio is exactly $3$. - E. 27 — Volume Scaling
The volume ratio, which is the number of small cubes. Each carries only $\tfrac19$ of the original face area.
Common Mistake (⚠️):
Confusing volume scaling ($3^3 = 27$) with surface area scaling, or assuming total surface area remains constant after cutting.
Takeaway (📌):
If a solid 3D object is sliced into smaller identical pieces with linear scale factor $1/k$, the total surface area of all the combined pieces increases by a factor of exactly $k$.
Question 27
Back to top ↑Consider the equation $e^x = mx + c$. Restricting to $m > 0$, for what value(s) of $m$ is $c = 1$ a sufficient condition for there to exist a unique solution?
Key Idea (💡): A straight line passing through a point on a strictly convex curve will intersect it exactly once if and only if it is the tangent to the curve at that exact point.
Reveal the answer & worked solution — commit to an option first
Correct Answer: C. $m = 1$
Fastest Approach (🚀):
Set $c=1 \implies \text{e}^x = mx + 1.$
$x=0$ is a solution for any $m.$
For $x=0$ to be the UNIQUE solution, line must be tangent to $\text{e}^x$ at $x=0.$
Derivative of $\text{e}^x$ at $x=0$ is $\text{e}^0 = 1 \implies m = 1.$
Matches Option C.
Step-by-Step Breakdown:
1. Geometric Interpretation of the Intersections
The equation $e^x = mx + c$ represents the intersection points between the exponential curve $y = e^x$ and a straight line $y = mx + c$.
We are given that $c = 1$, so the line equation becomes $y = mx + 1$.
Notice that the $y$-intercept of this line is $(0, 1)$.
Evaluating $y = e^x$ at $x = 0$ gives $y = e^0 = 1$. Thus, the point $(0, 1)$ lies on both the curve and the line.
This guarantees that $x = 0$ is ALWAYS a solution to the equation $e^x = mx + 1$, regardless of the slope $m$.
2. Convexity & Uniqueness of Solutions
We need to find the value of $m$ such that $x = 0$ is the only (unique) solution.
The function $y = e^x$ is strictly convex everywhere because its second derivative $\frac{\text{d}^2 y}{\text{d}x^2} = e^x > 0$ for all real $x$.
For any strictly convex curve, any line passing through a point on the curve will slice through it twice (secant line) unless the line is the exact tangent to the curve at that point.
Therefore, for $y = mx + 1$ to intersect $y = e^x$ uniquely, it MUST be the tangent line to $y = e^x$ at $x = 0$.
3. Derivative Evaluation
The slope of the tangent line at $x = 0$ is given by the derivative of $y = e^x$ evaluated at $x = 0$:
$\frac{\text{d}y}{\text{d}x} = e^x$
$\left.\frac{\text{d}y}{\text{d}x}\right|_{x=0} = e^0 = 1$
So the tangent line has slope $m = 1$.
If $m = 1$, the line $y = x + 1$ touches $y = e^x$ at $(0,1)$ and remains strictly below the curve everywhere else, yielding a unique solution.
4. Option Matching
Matches Option C.
Why the Other Options Are Wrong (❌):
- A. All values of $m$ — Uniqueness Assumed
For $m\neq1$ the line cuts the curve twice. Writing $g(x)=e^{x}-mx-1$, $g(0)=0$ and $g'(0)=1-m\neq0$, so $g$ changes sign near the origin and must return to zero further out. - B. $m<1$ — Second Root
For $0<m<1$, $g'(0)=1-m>0$, so $g$ is negative just left of the origin and positive far to the left - a second root at some negative $x$. - D. $m>1$ — Second Root
For $m>1$, $g'(0)=1-m<0$, so $g$ dips below zero just right of the origin and climbs back - a second root at some positive $x$. - E. No values of $m$ — Premature Rejection
$m=1$ does work: $g(x)=e^{x}-x-1$ has its only zero at $x=0$, where the line is tangent to the curve.
Common Mistake (⚠️):
Thinking that $m < 1$ works, forgetting that for $0 < m < 1$, the line $y = mx + 1$ crosses the exponential curve twice (once at $x=0$, and once at some negative $x$).
Takeaway (📌):
For positive slopes ($m > 0$), the line $y = mx + 1$ is the unique tangent line to $y = e^x$ at $x = 0$ only when $m=1$.
Where to go next
- Next: ESAT Paper 3 Advanced Maths worked solutions.
- Every module across all five ESAT subjects, and every past-paper walkthrough, is indexed on the ESAT preparation guide.
- If the method is the problem rather than the answer, Lucas runs 1-on-1 ESAT tutoring for Cambridge, Oxford and Imperial applicants: apply for admissions tutoring.
Where to go from here
Everything on this page is free and stays free. These are the three things worth doing next.
- Take the 15-question ESAT diagnostic - Twenty minutes, scored instantly, with a worked solution for every question you miss
- Follow the dated preparation plan - Every ESAT page on this site, sequenced backwards from the October sitting
- Sitting another admissions test as well? - TMUA, PAT, MAT and STEP each have their own preparation page and free practice
- Join the ESAT preparation list - One email a week from June to October, and nothing else
- Enquire about one-to-one preparation - For candidates who want the gap closed rather than mapped
One-to-one places are limited and taken by application, not by the hour.