Question 1 · Short Answer
6.25 marksIn the expansion of \((1 + ax)^n\), the coefficient of \(x\) is \(-16\) and the coefficient of \(x^2\) is \(120\), where \(n\) is a positive integer and \(a\) is a non-zero constant. (a) Find the values of \(a\) and \(n\). (b) Find the coefficient of \(x^3\) in the expansion.
Answer
\(a = -1\), \(n = 16\); coefficient of \(x^3\) is \(-560\)
Worked solution
Let \((1+ax)^n = 1 + \binom{n}{1}(ax) + \binom{n}{2}(ax)^2 + \binom{n}{3}(ax)^3 + \dots\). Given that the coefficient of \(x\) is \(-16\), we have \(na = -16\) ... (1). Given that the coefficient of \(x^2\) is \(120\), we have \(\frac{n(n-1)}{2} a^2 = 120\) ... (2). From (1), \(a = -\frac{16}{n}\). Substituting this into (2), we get \(\frac{n(n-1)}{2} \left(-\frac{16}{n}\right)^2 = 120\), which simplifies to \(\frac{128(n-1)}{n} = 120\). Solving this yields \(128n - 128 = 120n \implies 8n = 128 \implies n = 16\). Substituting \(n = 16\) back into (1) gives \(a = -1\). The coefficient of \(x^3\) is given by \(\binom{n}{3} a^3 = \binom{16}{3} (-1)^3 = -560\).
Marking scheme
1M for setting up \(na = -16\) and \(\frac{n(n-1)a^2}{2} = 120\); 1M for solving the rational equation in terms of \(n\); 1A for \(n=16\); 1A for \(a=-1\); 1M for attempting to evaluate \(\binom{n}{3}a^3\); 1.25A for finding the final answer \(-560\).