Data points $(x, y)$: $(2,5),\,(4,8),\,(6,9),\,(8,14),\,(10,17)$ give the
regression line $\hat{y} = 1.5x + 1.6$ with Pearson correlation $r = 0.983$.
Predict $\hat{y}$ when $x = 7$.
✓ Solution
Substitute $x = 7$ into the regression line:
$\hat{y} = 1.5(7) + 1.6 = 10.5 + 1.6 = 12.1$.
Since $r = 0.983$ is very close to 1, the line fits well and this interpolation is reliable.
Answer: A — $12.1$
Q06Normal Distribution[3 marks]
$X \sim N(100,\, 15^2)$. Find $P(X < 115)$.
✓ Solution
Standardise: $Z = \dfrac{115 - 100}{15} = \dfrac{15}{15} = 1$.
From the standard normal table: $P(Z < 1) = 0.8413$.
Answer: D — $0.8413$
Q07Binomial Distribution[3 marks]
$X \sim B(10,\, 0.3)$. Find $P(X \leq 3)$.
✓ Solution
$P(X \le 3) = P(X=0)+P(X=1)+P(X=2)+P(X=3)$
$= 0.0282 + 0.1211 + 0.2335 + 0.2668 = 0.6496$
Note: $P(X=3) = \binom{10}{3}(0.3)^3(0.7)^7 \approx 0.2668$ alone is option A — but the question asks for cumulative $P(X \le 3)$.
Answer: B — $0.6496$
Q08Poisson Distribution[3 marks]
Cars pass a toll booth at a rate of 4 per minute. Assuming a Poisson model,
$X \sim Po(4)$, find $P(X > 2)$.
Events $A$ and $B$ satisfy $P(A) = 0.4$, $P(B) = 0.5$, $P(A \cap B) = 0.2$.
Find $P(A \mid B)$.
✓ Solution
$P(A \mid B) = \dfrac{P(A \cap B)}{P(B)} = \dfrac{0.2}{0.5} = 0.4$
Note: $P(A\mid B) = P(A) = 0.4$, which confirms that $A$ and $B$ are independent events here.
Answer: C — $0.4$
Q16Pearson Correlation[2 marks]
A dataset yields Pearson correlation coefficient $r = -0.92$.
Which statement is the most accurate interpretation?
✓ Solution
$|r| = 0.92 > 0.85$ indicates a strong association. The negative sign means as $x$ increases, $y$ decreases — a strong negative linear relationship.
Answer: D — Strong negative linear relationship
Q17Exponential Growth/Decay[3 marks]
A radioactive substance has a half-life of 10 years. A sample starts at 100 g.
How many grams remain after 30 years?
✓ Solution
After each 10 years, the amount halves. 30 years = 3 half-lives.
$A = 100 \times \left(\dfrac{1}{2}\right)^3 = 100 \times \dfrac{1}{8} = 12.5$ g
Answer: B — $12.5$ g
Q18Vectors — Dot Product & Angle[3 marks]
Vectors $\mathbf{a} = \begin{pmatrix}3\\4\end{pmatrix}$ and $\mathbf{b} = \begin{pmatrix}1\\-2\end{pmatrix}$.
Find the angle $\theta$ between them, to the nearest degree.
A one-sample $t$-test is conducted with $n = 25$, $\bar{x} = 52$, $s = 8$, $H_0\!:\mu = 50$, $\alpha = 0.05$ (two-tailed).
The $p$-value is approximately $0.223$. What is the correct conclusion?
✓ Solution
$t = \dfrac{52-50}{8/\sqrt{25}} = \dfrac{2}{1.6} = 1.25$
$p \approx 0.223 > \alpha = 0.05$, so we fail to reject $H_0$.
Important: we never "accept" $H_0$ or "prove" any value. We simply lack sufficient evidence against $H_0$.
Answer: B — Fail to reject $H_0$
Q20Area Between Curves[4 marks]
Find the area of the region enclosed between $y = x + 2$ and $y = x^2$.