Question 1 · Multiple Choice
1 marksIf \(\alpha\) and \(\beta\) are the roots of the quadratic equation \(2x^2 - 5x + 1 = 0\), find the value of \(\alpha^3 + \beta^3\).
- A.\(\frac{95}{8}\)
- B.\(\frac{105}{8}\)
- C.\(\frac{125}{8}\)
- D.\(\frac{155}{8}\)
Worked solution
From the quadratic equation, we have:
\(\alpha + \beta = \frac{5}{2}\)
\(\alpha\beta = \frac{1}{2}\)
Using the identity:
\(\alpha^3 + \beta^3 = (\alpha + \beta)(\alpha^2 - \alpha\beta + \beta^2)\)
\(\alpha^3 + \beta^3 = (\alpha + \beta)[(\alpha + \beta)^2 - 3\alpha\beta]\)
Substitute the values:
\(\alpha^3 + \beta^3 = \frac{5}{2} \left[ \left(\frac{5}{2}\right)^2 - 3\left(\frac{1}{2}\right) \right]\)
\(\alpha^3 + \beta^3 = \frac{5}{2} \left[ \frac{25}{4} - \frac{6}{4} \right]\)
\(\alpha^3 + \beta^3 = \frac{5}{2} \left( \frac{19}{4} \right) = \frac{95}{8}\).
Marking scheme
1 mark for the correct answer A.
Question 2 · Multiple Choice
1 marksLet \(P(x) = 2x^3 + ax^2 + bx - 6\), where \(a\) and \(b\) are constants. When \(P(x)\) is divided by \(x-1\) and \(x+2\), the remainders are \(-6\) and \(-24\) respectively. Find the remainder when \(P(x)\) is divided by \(2x-1\).
- A.\(-\frac{13}{2}\)
- B.\(-\frac{11}{2}\)
- C.\(-7\)
- D.\(-5\)
Worked solution
By the remainder theorem, \(P(1) = -6\) and \(P(-2) = -24\).
\(2(1)^3 + a(1)^2 + b(1) - 6 = -6 \Rightarrow a + b = -2\) --- (1)
\(2(-2)^3 + a(-2)^2 + b(-2) - 6 = -24 \Rightarrow -16 + 4a - 2b - 6 = -24 \Rightarrow 4a - 2b = -2 \Rightarrow 2a - b = -1\) --- (2)
Solving (1) and (2) simultaneously:
\((a+b) + (2a-b) = -2 - 1 \Rightarrow 3a = -3 \Rightarrow a = -1\)
Substituting \(a = -1\) into (1): \(-1 + b = -2 \Rightarrow b = -1\)
So, \(P(x) = 2x^3 - x^2 - x - 6\).
When \(P(x)\) is divided by \(2x-1\), the remainder is:
\(P\left(\frac{1}{2}\right) = 2\left(\frac{1}{2}\right)^3 - \left(\frac{1}{2}\right)^2 - \left(\frac{1}{2}\right) - 6\)
\(P\left(\frac{1}{2}\right) = \frac{1}{4} - \frac{1}{4} - \frac{1}{2} - 6 = -\frac{13}{2}\).
Marking scheme
1 mark for the correct answer A.
Question 3 · Multiple Choice
1 marksSolve the equation \(3^{2x+1} - 10 \cdot 3^x + 3 = 0\).
- A.\(x = 1\) or \(x = -1\)
- B.\(x = 3\) or \(x = \frac{1}{3}\)
- C.\(x = 1\) or \(x = 3\)
- D.\(x = -1\) only
Worked solution
The equation can be rewritten as:
\(3 \cdot (3^x)^2 - 10 \cdot 3^x + 3 = 0\)
Let \(y = 3^x\). The equation becomes:
\(3y^2 - 10y + 3 = 0\)
\((3y - 1)(y - 3) = 0\)
\(y = \frac{1}{3}\) or \(y = 3\)
Since \(y = 3^x\):
\(3^x = 3^{-1} \Rightarrow x = -1\)
or
\(3^x = 3^1 \Rightarrow x = 1\)
Thus, \(x = 1\) or \(x = -1\).
Marking scheme
1 mark for the correct answer A.
Question 4 · Multiple Choice
1 marksIt is given that \(z\) varies directly as \(x^2\) and inversely as \(\sqrt{y}\). If \(x\) is increased by \(20\%\) and \(y\) is decreased by \(19\%\), find the percentage change of \(z\).
- A.increased by \(60\%\)
- B.increased by \(44\%\)
- C.decreased by \(40\%\)
- D.increased by \(80\%\)
Worked solution
Let \(z = \frac{k x^2}{\sqrt{y}}\), where \(k\) is a non-zero constant.
Let the new values be \(x' = 1.2x\) and \(y' = 0.81y\).
Then the new value of \(z\) is:
\(z' = \frac{k (1.2x)^2}{\sqrt{0.81y}} = \frac{k (1.44 x^2)}{0.9 \sqrt{y}} = 1.6 \left( \frac{k x^2}{\sqrt{y}} \right) = 1.6z\)
Therefore, the percentage change of \(z\) is:
\(\frac{1.6z - z}{z} \times 100\% = 60\%\) (increased by \(60\%\)).
Marking scheme
1 mark for the correct answer A.
Question 5 · Multiple Choice
1 marksLet \(S_n\) be the sum of the first \(n\) terms of an arithmetic sequence. If \(S_n = 2n^2 + 5n\) for all positive integers \(n\), find the 10th term of the sequence.
- A.\(43\)
- B.\(250\)
- C.\(47\)
- D.\(39\)
Worked solution
The 10th term of the sequence \(T_{10}\) is given by:
\(T_{10} = S_{10} - S_9\)
Calculate \(S_{10}\):
\(S_{10} = 2(10)^2 + 5(10) = 2(100) + 50 = 250\)
Calculate \(S_9\):
\(S_9 = 2(9)^2 + 5(9) = 2(81) + 45 = 162 + 45 = 207\)
Subtract the values:
\(T_{10} = 250 - 207 = 43\).
Marking scheme
1 mark for the correct answer A.
Question 6 · Multiple Choice
1 marksFind the range of values of \(k\) such that the inequality \(x^2 + kx + (k+3) > 0\) is satisfied for all real values of \(x\).
- A.\(-2 < k < 6\)
- B.\(k < -2\) or \(k > 6\)
- C.\(-6 < k < 2\)
- D.\(k < -6\) or \(k > 2\)
Worked solution
For the quadratic expression \(x^2 + kx + (k+3)\) to be strictly positive for all real values of \(x\), the coefficient of \(x^2\) must be positive (which is \(1 > 0\)) and its discriminant \(\Delta\) must be strictly negative.
\(\Delta = k^2 - 4(1)(k+3) < 0\)
\(k^2 - 4k - 12 < 0\)
\((k - 6)(k + 2) < 0\)
Therefore, we have:
\(-2 < k < 6\).
Marking scheme
1 mark for the correct answer A.
Question 7 · Multiple Choice
1 marksSimplify \(\frac{\sin(180^\circ - \theta)\cos(90^\circ + \theta)}{\tan(360^\circ - \theta)}\).
- A.\(\sin\theta\cos\theta\)
- B.\(-\sin\theta\cos\theta\)
- C.\(\sin^2\theta\)
- D.\(-\cos^2\theta\)
Worked solution
Using trigonometric identities for allied angles:
1) \(\sin(180^\circ - \theta) = \sin\theta\)
2) \(\cos(90^\circ + \theta) = -\sin\theta\)
3) \(\tan(360^\circ - \theta) = -\tan\theta = -\frac{\sin\theta}{\cos\theta}\)
Substitute these into the expression:
\(\frac{\sin\theta \cdot (-\sin\theta)}{-\frac{\sin\theta}{\cos\theta}} = \frac{-\sin^2\theta}{-\frac{\sin\theta}{\cos\theta}} = \sin^2\theta \cdot \frac{\cos\theta}{\sin\theta} = \sin\theta\cos\theta\).
Marking scheme
1 mark for the correct answer A.
Question 8 · Multiple Choice
1 marksThe equation of a circle \(C\) is \(x^2 + y^2 - 6x + 8y + k = 0\), where \(k\) is a constant. If the straight line \(3x - 4y + 5 = 0\) is tangent to \(C\), find the value of \(k\).
- A.\(-11\)
- B.\(11\)
- C.\(-16\)
- D.\(16\)
Worked solution
Find the center \((h, g)\) of the circle:
\(h = -\frac{-6}{2} = 3\)
\(g = -\frac{8}{2} = -4\)
So the center is \((3, -4)\).
The radius \(r\) of the circle is:
\(r = \sqrt{3^2 + (-4)^2 - k} = \sqrt{25 - k}\)
Since the line \(3x - 4y + 5 = 0\) is tangent to \(C\), the perpendicular distance from the center \((3, -4)\) to the line is equal to the radius \(r\):
\(\frac{|3(3) - 4(-4) + 5|}{\sqrt{3^2 + (-4)^2}} = r\)
\(\frac{|9 + 16 + 5|}{\sqrt{25}} = r\)
\(\frac{30}{5} = r \Rightarrow r = 6\)
Now equate \(r\):
\(\sqrt{25 - k} = 6\)
\(25 - k = 36\)
\(k = -11\).
Marking scheme
1 mark for the correct answer A.
Question 9 · Multiple Choice
1 marksA committee of 5 members is to be selected from 6 men and 4 women. If the committee must contain at least 2 women, how many different committees can be formed?
- A.186
- B.246
- C.120
- D.192
Worked solution
We can calculate the number of different committees by considering three mutually exclusive cases:
Case 1: Exactly 2 women and 3 men are chosen.
Number of ways = \(C^4_2 \times C^6_3 = 6 \times 20 = 120\)
Case 2: Exactly 3 women and 2 men are chosen.
Number of ways = \(C^4_3 \times C^6_2 = 4 \times 15 = 60\)
Case 3: Exactly 4 women and 1 man are chosen.
Number of ways = \(C^4_4 \times C^6_1 = 1 \times 6 = 6\)
Total number of ways = \(120 + 60 + 6 = 186\).
Alternative method:
Total possible combinations of 5 members from 10 is \(C^{10}_5 = 252\).
We subtract the unwanted cases:
- No women (5 men): \(C^4_0 \times C^6_5 = 1 \times 6 = 6\)
- Exactly 1 woman (4 men): \(C^4_1 \times C^6_4 = 4 \times 15 = 60\)
Total ways = \(252 - (6 + 60) = 186\).
Marking scheme
1 mark for the correct answer A.
Question 10 · Multiple Choice
1 marksThe mean and the standard deviation of a set of 10 numbers are 20 and 4 respectively. If a new number 20 is added to the set, find the mean and the standard deviation of the new set of numbers.
- A.Mean = \(20\), Standard deviation = \(4\sqrt{\frac{10}{11}}\)
- B.Mean = \(20\), Standard deviation = \(4\)
- C.Mean = \(20\), Standard deviation = \(\sqrt{\frac{10}{11}}\)
- D.Mean = \(22\), Standard deviation = \(4\sqrt{\frac{10}{11}}\)
Worked solution
Let the original set of 10 numbers be \(x_1, x_2, \dots, x_{10}\).
Original Mean \(\mu = 20\).
Original Sum \(\sum_{i=1}^{10} x_i = 10 \times 20 = 200\).
When a new data 20 is added, the new sum is \(200 + 20 = 220\), and the total number of data is 11.
New Mean \(\mu' = \frac{220}{11} = 20\).
Original Standard Deviation \(\sigma = 4 \Rightarrow \text{Variance } \sigma^2 = 16\).
Using the formula \(\sigma^2 = \frac{\sum x_i^2}{10} - \mu^2\):
\(16 = \frac{\sum x_i^2}{10} - 20^2 \Rightarrow \frac{\sum x_i^2}{10} = 416 \Rightarrow \sum_{i=1}^{10} x_i^2 = 4160\).
When the new data 20 is added, the new sum of squares is:
\(\sum_{i=1}^{11} x_i^2 = 4160 + 20^2 = 4160 + 400 = 4560\).
The new variance is:
\(\sigma'^2 = \frac{4560}{11} - \mu'^2 = \frac{4560}{11} - 20^2 = \frac{4560}{11} - 400 = \frac{4560 - 4400}{11} = \frac{160}{11}\).
Thus, the new standard deviation is:
\(\sigma' = \sqrt{\frac{160}{11}} = \sqrt{\frac{16 \times 10}{11}} = 4\sqrt{\frac{10}{11}}\).
Marking scheme
1 mark for the correct answer A.
Let \(p(x) = ax^3 + bx^2 - 11x - 6\). If \(x-2\) and \(2x+1\) are factors of \(p(x)\), find the remainder when \(p(x)\) is divided by \(x-1\).
- A.-12
- B.-6
- C.6
- D.12
Worked solution
Since \(x-2\) is a factor of \(p(x)\), we have \(p(2) = 0\):
\(a(2)^3 + b(2)^2 - 11(2) - 6 = 0 \Rightarrow 8a + 4b = 28 \Rightarrow 2a + b = 7\) --- (1)
Since \(2x+1\) is a factor of \(p(x)\), we have \(p(-1/2) = 0\):
\(a(-1/2)^3 + b(-1/2)^2 - 11(-1/2) - 6 = 0 \Rightarrow -\frac{a}{8} + \frac{b}{4} + \frac{11}{2} - 6 = 0 \Rightarrow -a + 2b = 4\) --- (2)
From (2), we have \(a = 2b - 4\). Substituting into (1), we get:
\(2(2b-4) + b = 7 \Rightarrow 5b = 15 \Rightarrow b = 3\).
Thus, \(a = 2(3) - 4 = 2\).
Therefore, \(p(x) = 2x^3 + 3x^2 - 11x - 6\).
By the Remainder Theorem, the remainder when \(p(x)\) is divided by \(x-1\) is:
\(p(1) = 2(1)^3 + 3(1)^2 - 11(1) - 6 = 2 + 3 - 11 - 6 = -12\).
Marking scheme
Award 1 mark for the correct answer A. No partial marks are awarded for incorrect options.
If \(\alpha\) and \(\beta\) (where \(\alpha \neq \beta\)) are the real roots of the quadratic equation \(x^2 - 2(k-1)x + k^2 - 5k = 0\), and \(\alpha^2 + \beta^2 = 28\), find the value of \(k\).
- A.3
- B.-4
- C.3 or -4
- D.-3 or 4
Worked solution
For the quadratic equation \(x^2 - 2(k-1)x + k^2 - 5k = 0\):
Sum of roots: \(\alpha + \beta = 2(k-1)\)
Product of roots: \(\alpha\beta = k^2 - 5k\)
We are given \(\alpha^2 + \beta^2 = 28\):
\((\alpha + \beta)^2 - 2\alpha\beta = 28\)
\([2(k-1)]^2 - 2(k^2 - 5k) = 28\)
\(4(k^2 - 2k + 1) - 2k^2 + 10k = 28\)
\(2k^2 + 2k + 4 = 28\)
\(2k^2 + 2k - 24 = 0\)
\(k^2 + k - 12 = 0\)
\((k+4)(k-3) = 0\)
Thus, \(k = 3\) or \(k = -4\).
Since \(\alpha\) and \(\beta\) are distinct real roots, the discriminant \(\Delta > 0\):
\(\Delta = [-2(k-1)]^2 - 4(1)(k^2 - 5k) = 4(k^2 - 2k + 1) - 4k^2 + 20k = 12k + 4 > 0 \Rightarrow k > -\frac{1}{3}\).
Therefore, \(k = -4\) must be rejected because it leads to complex roots. The only valid solution is \(k = 3\).
Marking scheme
Award 1 mark for the correct answer A. Rejecting \(k = -4\) is the key step that excludes option C.
If \(\log_9 x - \log_3 y = 1\), which of the following must be true?
- A.\(x = 3y^2\)
- B.\(x = 9y^2\)
- C.\(x^2 = 3y\)
- D.\(x^2 = 9y\)
Worked solution
Using the change of base formula:
\(\log_9 x = \frac{\log_3 x}{\log_3 9} = \frac{\log_3 x}{2} = \log_3 \sqrt{x}\).
Substitute this back into the original equation:
\(\log_3 \sqrt{x} - \log_3 y = 1\)
\(\log_3 \left(\frac{\sqrt{x}}{y}\right) = 1\)
\(\frac{\sqrt{x}}{y} = 3^1 = 3\)
\
\sqrt{x} = 3y\)
Squaring both sides of the equation, we get:
\(x = 9y^2\).
Marking scheme
Award 1 mark for the correct answer B.
The 3rd term and the 6th term of a geometric sequence are 12 and 96 respectively. Find the sum of the first 10 terms of the sequence.
- A.1533
- B.3069
- C.3072
- D.6138
Worked solution
Let \(a\) be the first term and \(r\) be the common ratio.
\(T_3 = a r^2 = 12\) --- (1)
\(T_6 = a r^5 = 96\) --- (2)
Dividing (2) by (1):
\(\frac{a r^5}{a r^2} = \frac{96}{12} \Rightarrow r^3 = 8 \Rightarrow r = 2\).
Substitute \(r = 2\) into (1):
\(a(2)^2 = 12 \Rightarrow 4a = 12 \Rightarrow a = 3\).
Using the sum formula for a geometric sequence:
\(S_{10} = \frac{a(r^{10} - 1)}{r - 1} = \frac{3(2^{10} - 1)}{2 - 1} = 3(1024 - 1) = 3069\).
Marking scheme
Award 1 mark for the correct answer B.
Find the number of non-negative integers \(x\) satisfying the system of inequalities: \(\frac{3x - 5}{2} < 2x + 1\) and \(4x - 7 \le 2(x + 3)\).
- A.6
- B.7
- C.13
- D.14
Worked solution
Solve the first inequality:
\(\frac{3x - 5}{2} < 2x + 1 \Rightarrow 3x - 5 < 4x + 2 \Rightarrow x > -7\).
Solve the second inequality:
\(4x - 7 \le 2(x + 3) \Rightarrow 4x - 7 \le 2x + 6 \Rightarrow 2x \le 13 \Rightarrow x \le 6.5\).
Combining the two solutions, we have:
\(-7 < x \le 6.5\).
Since \(x\) must be a non-negative integer, \(x\) can take any integer values from \(\{0, 1, 2, 3, 4, 5, 6\}\).
Thus, there are exactly 7 non-negative integers satisfying the inequalities.
Marking scheme
Award 1 mark for the correct answer B. Note that 0 must be included since it is a non-negative integer.
The equation of a circle \(C\) is \(x^2 + y^2 - 8x + 6y - 11 = 0\). Which of the following statements is/are true?
I. The coordinates of the center of \(C\) are \((4, -3)\).
II. The radius of \(C\) is 6.
III. The point \((1, 2)\) lies inside \(C\).
- A.I and II only
- B.I and III only
- C.II and III only
- D.I, II and III
Worked solution
Given the equation of \(C: x^2 + y^2 - 8x + 6y - 11 = 0\):
I. Coordinates of the center \(H = \left(-\frac{-8}{2}, -\frac{6}{2}\right) = (4, -3)\). (Statement I is true)
II. Radius \(R = \sqrt{4^2 + (-3)^2 - (-11)} = \sqrt{16 + 9 + 11} = \sqrt{36} = 6\). (Statement II is true)
III. Distance from point \((1, 2)\) to center \((4, -3)\):
\(d = \sqrt{(1-4)^2 + (2 - (-3))^2} = \sqrt{(-3)^2 + 5^2} = \sqrt{9 + 25} = \sqrt{34} \approx 5.83\).
Since \(d \approx 5.83 < R = 6\), the point \((1, 2)\) lies inside \(C\). (Statement III is true)
Therefore, all statements I, II, and III are true.
Marking scheme
Award 1 mark for the correct answer D.
For \(0^\circ \le \theta < 360^\circ\), how many roots does the equation \(3 \sin^2 \theta - 5 \cos \theta - 1 = 0\) have?
- A.1
- B.2
- C.3
- D.4
Worked solution
Rewrite the equation using the identity \(\sin^2 \theta = 1 - \cos^2 \theta\):
\(3(1 - \cos^2 \theta) - 5 \cos \theta - 1 = 0\)
\(3 - 3 \cos^2 \theta - 5 \cos \theta - 1 = 0\)
\(3 \cos^2 \theta + 5 \cos \theta - 2 = 0\)
\((3 \cos \theta - 1)(\cos \theta + 2) = 0\)
This gives:
\(\cos \theta = \frac{1}{3}\) or \(\cos \theta = -2\).
Since \(-1 \le \cos \theta \le 1\), the equation \(\cos \theta = -2\) has no real solution.
For \(\cos \theta = \frac{1}{3}\), there are exactly two solutions in the range \(0^\circ \le \theta < 360^\circ\) (one in Quadrant I and one in Quadrant IV).
Therefore, the equation has 2 roots.
Marking scheme
Award 1 mark for the correct answer B.
Let \(A\) and \(B\) be the points \((2, 5)\) and \((8, -3)\) respectively. If \(P\) is a moving point in the rectangular coordinate plane such that \(AP \perp BP\), find the equation of the locus of \(P\).
- A.\(x^2 + y^2 - 10x - 2y + 1 = 0\)
- B.\(x^2 + y^2 - 10x - 2y + 26 = 0\)
- C.\(x^2 + y^2 - 5x - y - 12 = 0\)
- D.\(x^2 + y^2 + 10x + 2y + 1 = 0\)
Worked solution
Since \(AP \perp BP\), the product of the slopes of \(AP\) and \(BP\) is \(-1\).
Let the coordinates of \(P\) be \((x, y)\).
\(\frac{y-5}{x-2} \cdot \frac{y-(-3)}{x-8} = -1\)
\(\frac{y-5}{x-2} \cdot \frac{y+3}{x-8} = -1\)
\((y-5)(y+3) = -(x-2)(x-8)\)
\(y^2 - 2y - 15 = -(x^2 - 10x + 16)\)
\(y^2 - 2y - 15 = -x^2 + 10x - 16\)
\(x^2 + y^2 - 10x - 2y + 1 = 0\).
Marking scheme
Award 1 mark for the correct answer A.
A bag contains 4 red balls, 5 blue balls and 3 yellow balls. If 3 balls are randomly drawn from the bag one by one without replacement, find the probability that at least 2 blue balls are drawn.
- A.\(\frac{5}{22}\)
- B.\(\frac{7}{22}\)
- C.\(\frac{4}{11}\)
- D.\(\frac{1}{2}\)
Worked solution
Total number of balls = \(4 + 5 + 3 = 12\).
The total number of ways to choose 3 balls from 12 without replacement is:
\(C^{12}_3 = \frac{12 \times 11 \times 10}{3 \times 2 \times 1} = 220\).
"At least 2 blue balls" means drawing either exactly 2 blue balls (and 1 non-blue ball) or exactly 3 blue balls.
Case 1: Exactly 2 blue balls and 1 non-blue ball
Number of ways = \(C^5_2 \times C^7_1 = 10 \times 7 = 70\).
Case 2: Exactly 3 blue balls
Number of ways = \(C^5_3 = 10\).
Total number of favorable outcomes = \(70 + 10 = 80\).
Therefore, the required probability is:
\(P = \frac{80}{220} = \frac{4}{11}\).
Marking scheme
Award 1 mark for the correct answer C.
The mean and the standard deviation of a set of data are 48 and 8 respectively. If each datum in the set is multiplied by \(-3\) and then 10 is added to each resulting value, find the new mean and the new standard deviation.
- A.Mean = -134, Standard deviation = 24
- B.Mean = -134, Standard deviation = 34
- C.Mean = -144, Standard deviation = 24
- D.Mean = -144, Standard deviation = 34
Worked solution
Let \(X\) represent the original dataset, with mean \(\bar{X} = 48\) and standard deviation \(\sigma_X = 8\).
The new dataset is given by \(Y = -3X + 10\).
New mean:
\(\bar{Y} = -3\bar{X} + 10 = -3(48) + 10 = -144 + 10 = -134\).
New standard deviation:
\(\sigma_Y = |-3| \times \sigma_X = 3 \times 8 = 24\).
Note that standard deviation must be non-negative and is unaffected by adding a constant.
Thus, the new mean is \(-134\) and the new standard deviation is \(24\).
Marking scheme
Award 1 mark for the correct answer A. Note that standard deviation is always non-negative.
Question 21 · Multiple Choice
1 marksLet \( f(x) = 2x^3 + ax^2 + bx - 5 \). When \( f(x) \) is divided by \( x-2 \), the remainder is \( 21 \). When \( f(x) \) is divided by \( x+1 \), the remainder is \( -9 \). Find the remainder when \( f(x) \) is divided by \( x-1 \).
- A.\( -5 \)
- B.\( 1 \)
- C.\( 5 \)
- D.\( 11 \)
Worked solution
According to the remainder theorem, we have:
\( f(2) = 2(2)^3 + a(2)^2 + b(2) - 5 = 21 \implies 16 + 4a + 2b - 5 = 21 \implies 2a + b = 5 \) --- (1)
\( f(-1) = 2(-1)^3 + a(-1)^2 + b(-1) - 5 = -9 \implies -2 + a - b - 5 = -9 \implies a - b = -2 \) --- (2)
Adding (1) and (2):
\( 3a = 3 \implies a = 1 \).
Substituting \( a = 1 \) into (2):
\( 1 - b = -2 \implies b = 3 \).
Hence, \( f(x) = 2x^3 + x^2 + 3x - 5 \).
The remainder when \( f(x) \) is divided by \( x-1 \) is:
\( f(1) = 2(1)^3 + 1(1)^2 + 3(1) - 5 = 1 \).
Marking scheme
1 mark is awarded for the correct option B. No mark for incorrect or blank answers.
Question 22 · Multiple Choice
1 marksLet the circle \( C \) be \( x^2 + y^2 - 6x + 8y + k = 0 \). If the line \( 3x - 4y + 5 = 0 \) is tangent to the circle \( C \), find the value of \( k \).
- A.\( -11 \)
- B.\( 9 \)
- C.\( 11 \)
- D.\( 25 \)
Worked solution
The center of the circle \( C \) is \( (3, -4) \).
The radius of the circle is \( r = \sqrt{3^2 + (-4)^2 - k} = \sqrt{25 - k} \).
Since the line \( 3x - 4y + 5 = 0 \) is tangent to \( C \), the perpendicular distance from the center \( (3, -4) \) to the line is equal to the radius \( r \).
\( d = \frac{|3(3) - 4(-4) + 5|}{\sqrt{3^2 + (-4)^2}} = \frac{|9 + 16 + 5|}{5} = 6 \).
Hence, \( r = 6 \implies r^2 = 36 \).
\( 25 - k = 36 \implies k = -11 \).
Marking scheme
1 mark is awarded for the correct option A. No mark for incorrect or blank answers.
Question 23 · Multiple Choice
1 marksSimplify \( \frac{\sin(360^\circ - \theta)\cos(90^\circ - \theta)}{\sin(180^\circ + \theta)\tan(180^\circ - \theta)} \).
- A.\( \cos\theta \)
- B.\( -\cos\theta \)
- C.\( \sin\theta \)
- D.\( -\sin\theta \)
Worked solution
We can rewrite each term using trigonometric identities:
1. \( \sin(360^\circ - \theta) = -\sin\theta \)
2. \( \cos(90^\circ - \theta) = \sin\theta \)
3. \( \sin(180^\circ + \theta) = -\sin\theta \)
4. \( \tan(180^\circ - \theta) = -\tan\theta = -\frac{\sin\theta}{\cos\theta} \)
Substituting these into the expression:
\( \frac{(-\sin\theta)(\sin\theta)}{(-\sin\theta)(-\tan\theta)} = \frac{-\sin^2\theta}{\sin\theta\tan\theta} = -\frac{\sin\theta}{\tan\theta} = -\cos\theta \).
Marking scheme
1 mark is awarded for the correct option B. No mark for incorrect or blank answers.
Question 24 · Multiple Choice
1 marksIf \( \log_4 x - \log_{16} y = 1 \), express \( y \) in terms of \( x \).
- A.\( y = 16x^2 \)
- B.\( y = \frac{x^2}{16} \)
- C.\( y = \frac{x^2}{4} \)
- D.\( y = 4x^2 \)
Worked solution
Using the change-of-base formula, we have:
\( \log_{16} y = \frac{\log_4 y}{\log_4 16} = \frac{\log_4 y}{2} = \frac{1}{2}\log_4 y = \log_4 \sqrt{y} \).
Thus, the equation becomes:
\( \log_4 x - \log_4 \sqrt{y} = 1 \)
\( \log_4\left(\frac{x}{\sqrt{y}}\right) = 1 \)
\( \frac{x}{\sqrt{y}} = 4^1 = 4 \)
\( \sqrt{y} = \frac{x}{4} \)
Squaring both sides:
\( y = \frac{x^2}{16} \).
Marking scheme
1 mark is awarded for the correct option B. No mark for incorrect or blank answers.
Question 25 · Multiple Choice
1 marksIt is given that \( z \) varies directly as \( x^2 \) and inversely as \( \sqrt{y} \). If \( x \) is increased by \( 20\% \) and \( y \) is decreased by \( 36\% \), find the percentage change in \( z \).
- A.Increased by \( 80\% \)
- B.Increased by \( 44\% \)
- C.Increased by \( 50\% \)
- D.Decreased by \( 20\% \)
Worked solution
Let \( z = \frac{k x^2}{\sqrt{y}} \), where \( k \) is a non-zero constant.
Let the new values of \( x \) and \( y \) be \( x' \) and \( y' \) respectively.
\( x' = (1 + 20\%)x = 1.2x \)
\( y' = (1 - 36\%)y = 0.64y \)
The new value of \( z \), denoted by \( z' \), is:
\( z' =
\frac{k (x')^2}{\sqrt{y'}} =
\frac{k (1.2x)^2}{\sqrt{0.64y}} =
\frac{1.44 k x^2}{0.8 \sqrt{y}} =
1.8 \left(\frac{k x^2}{\sqrt{y}}\right) = 1.8 z \).
Thus, the percentage change in \( z \) is:
\( \frac{1.8z - z}{z} \times 100\% = 80\% \) (increase).
Marking scheme
1 mark is awarded for the correct option A. No mark for incorrect or blank answers.
Question 26 · Multiple Choice
1 marksLet \( \alpha \) and \( \beta \) be the real roots of the quadratic equation \( 2x^2 - 6x + 3 = 0 \). Find the value of \( \frac{\alpha}{\beta} + \frac{\beta}{\alpha} \).
- A.\( 2 \)
- B.\( 3 \)
- C.\( 4 \)
- D.\( 6 \)
Worked solution
From the given equation \( 2x^2 - 6x + 3 = 0 \), we have:
\( \alpha + \beta = -\frac{-6}{2} = 3 \)
\( \alpha\beta = \frac{3}{2} \)
Now, we simplify the required expression:
\( \frac{\alpha}{\beta} + \frac{\beta}{\alpha} = \frac{\alpha^2 + \beta^2}{\alpha\beta} = \frac{(\alpha + \beta)^2 - 2\alpha\beta}{\alpha\beta} \)
Substituting the values:
\( \frac{3^2 - 2\left(\frac{3}{2}\right)}{\frac{3}{2}} = \frac{9 - 3}{1.5} = \frac{6}{1.5} = 4 \).
Marking scheme
1 mark is awarded for the correct option C. No mark for incorrect or blank answers.
Question 27 · Multiple Choice
1 marksIn a geometric sequence, the 2nd term is \( 12 \) and the 5th term is \( 324 \). Find the sum of the first 6 terms of the sequence.
- A.\( 1456 \)
- B.\( 1452 \)
- C.\( 484 \)
- D.\( 4368 \)
Worked solution
Let \( a \) be the first term and \( r \) be the common ratio of the geometric sequence.
We are given:
\( T_2 = ar = 12 \) --- (1)
\( T_5 = ar^4 = 324 \) --- (2)
Dividing (2) by (1):
\( r^3 = \frac{324}{12} = 27 \implies r = 3 \).
Substituting \( r = 3 \) into (1):
\( a(3) = 12 \implies a = 4 \).
The sum of the first 6 terms \( S_6 \) is:
\( S_6 = \frac{a(r^6 - 1)}{r - 1} = \frac{4(3^6 - 1)}{3 - 1} = \frac{4(729 - 1)}{2} = 2(728) = 1456 \).
Marking scheme
1 mark is awarded for the correct option A. No mark for incorrect or blank answers.
Question 28 · Multiple Choice
1 marksIf \( (x, y) \) is a point in the region bounded by \( x + y \le 6 \), \( 2x - y \ge 0 \), and \( y \ge 1 \), find the maximum value of \( 3x + 2y \).
- A.\( 13 \)
- B.\( 14 \)
- C.\( 17 \)
- D.\( 20 \)
Worked solution
Let us determine the vertices of the feasible region by finding the intersection points of the boundary lines:
1. Intersection of \( x + y = 6 \) and \( 2x - y = 0 \):
Adding the two equations: \( 3x = 6 \implies x = 2 \), so \( y = 4 \). Vertex: \( (2, 4) \).
2. Intersection of \( x + y = 6 \) and \( y = 1 \):
\( x + 1 = 6 \implies x = 5 \). Vertex: \( (5, 1) \).
3. Intersection of \( 2x - y = 0 \) and \( y = 1 \):
\( 2x = 1 \implies x = 0.5 \). Vertex: \( (0.5, 1) \).
Now, we evaluate the objective function \( P = 3x + 2y \) at each of these three vertices:
- At \( (2, 4) \): \( P = 3(2) + 2(4) = 6 + 8 = 14 \).
- At \( (5, 1) \): \( P = 3(5) + 2(1) = 15 + 2 = 17 \).
- At \( (0.5, 1) \): \( P = 3(0.5) + 2(1) = 1.5 + 2 = 3.5 \).
Therefore, the maximum value of \( 3x + 2y \) is \( 17 \).
Marking scheme
1 mark is awarded for the correct option C. No mark for incorrect or blank answers.
Question 29 · Multiple Choice
1 marksA set of data \( x_1, x_2, \dots, x_{10} \) has a mean of \( 40 \) and a standard deviation of \( 6 \). If each datum \( x_i \) is replaced by \( y_i = 3 - 2x_i \) for \( i = 1, 2, \dots, 10 \), find the mean and the standard deviation of the new set of data \( y_1, y_2, \dots, y_{10} \).
- A.Mean = \( -77 \), standard deviation = \( 12 \)
- B.Mean = \( -77 \), standard deviation = \( -9 \)
- C.Mean = \( -77 \), standard deviation = \( 15 \)
- D.Mean = \( -80 \), standard deviation = \( 12 \)
Worked solution
Let \( \mu_x = 40 \) and \( \sigma_x = 6 \) be the original mean and standard deviation.
Under the linear transformation \( y_i = 3 - 2x_i \):
1. The new mean is given by:
\( \mu_y = 3 - 2\mu_x = 3 - 2(40) = 3 - 80 = -77 \).
2. The new standard deviation is given by:
\( \sigma_y = |-2|\sigma_x = 2(6) = 12 \).
Therefore, the new mean is \( -77 \) and the new standard deviation is \( 12 \).
Marking scheme
1 mark is awarded for the correct option A. No mark for incorrect or blank answers.
Question 30 · Multiple Choice
1 marksA committee of 5 members is to be selected from 6 teachers and 5 students. If the committee must contain at least 3 teachers, how many different committees can be formed?
- A.281
- B.381
- C.462
- D.200
Worked solution
Since the committee of 5 must contain at least 3 teachers, we have three cases:
Case 1: 3 teachers and 2 students
Number of ways = \( C^6_3 \times C^5_2 = 20 \times 10 = 200 \).
Case 2: 4 teachers and 1 student
Number of ways = \( C^6_4 \times C^5_1 = 15 \times 5 = 75 \).
Case 3: 5 teachers and 0 students
Number of ways = \( C^6_5 \times C^5_0 = 6 \times 1 = 6 \).
Total number of ways = \( 200 + 75 + 6 = 281 \).
Marking scheme
1 mark is awarded for the correct option A. No mark for incorrect or blank answers.