From Real Exams Exam Paper
A Level H1 Mathematics Practice Paper 5
Free A Level H1 Maths Practice Paper 5, DeepSeek Exam version, with questions, answers, and A Level-style practice for Singapore students.
These static practice materials are generated from the site's syllabus and paper-generation workflow, with source and model context shown so students and parents can evaluate the material before use.
Questions
Free quiz and exam paper access
Enter your details to view this paper
Your access is remembered on this device.
Answers
A-Level Maths H1 Quiz - Statistics Probability — Answer Key
Total Marks: 50
Section A: Probability and Counting (12 marks)
1. Committee of 4 from 7 men and 5 women, at least 2 women.
Method: Total ways with at least 2 women = ways with 2 women + ways with 3 women + ways with 4 women.
- 2 women, 2 men: ⁵C₂ × ⁷C₂ = 10 × 21 = 210
- 3 women, 1 man: ⁵C₃ × ⁷C₁ = 10 × 7 = 70
- 4 women, 0 men: ⁵C₄ × ⁷C₀ = 5 × 1 = 5
Total = 210 + 70 + 5 = 285
Answer: 285 [3 marks]
Marking: M1 for identifying cases, M1 for correct combinations, A1 for correct total.
2. P(A) = 0.35, P(B) = 0.5, P(A ∪ B) = 0.7
(a) P(A ∩ B) = P(A) + P(B) − P(A ∪ B) = 0.35 + 0.5 − 0.7 = 0.15
Answer: 0.15 [1 mark]
(b) P(A | B) = P(A ∩ B) / P(B) = 0.15 / 0.5 = 0.3
Answer: 0.3 [1 mark]
(c) For independence, P(A ∩ B) should equal P(A) × P(B). P(A) × P(B) = 0.35 × 0.5 = 0.175 Since 0.15 ≠ 0.175, A and B are not independent.
Answer: Not independent, because P(A ∩ B) ≠ P(A) × P(B). [1 mark]
Marking: M1 for correct statement, A1 for valid reason.
3. Probability tree diagram for drawing two balls without replacement from 4 red, 3 blue, 2 green (total 9).
First draw:
- P(R) = 4/9
- P(B) = 3/9 = 1/3
- P(G) = 2/9
Second draw (after R):
- P(R|R) = 3/8
- P(B|R) = 3/8
- P(G|R) = 2/8 = 1/4
Second draw (after B):
- P(R|B) = 4/8 = 1/2
- P(B|B) = 2/8 = 1/4
- P(G|B) = 2/8 = 1/4
Second draw (after G):
- P(R|G) = 4/8 = 1/2
- P(B|G) = 3/8
- P(G|G) = 1/8
Answer: Correctly labelled tree diagram with all probabilities. [3 marks]
Marking: M1 for first-stage branches, M1 for second-stage conditional probabilities, A1 for fully correct diagram.
4. Four-digit codes from digits 1–9 without repetition, greater than 6000.
The first digit must be 6, 7, 8, or 9 (4 choices). Remaining 3 digits chosen from the remaining 8 digits, order matters: ⁸P₃ = 8 × 7 × 6 = 336.
Total = 4 × 336 = 1344
Answer: 1344 [2 marks]
Marking: M1 for identifying first digit restriction, A1 for correct total.
5. Total = 120, Economics = 75, Mathematics = 60, Neither = 25.
Number studying at least one = 120 − 25 = 95. Let x = number studying both. 75 + 60 − x = 95 → x = 40.
P(both) = 40/120 = 1/3
Answer: 1/3 or 0.333 [1 mark]
Section B: Binomial and Normal Distributions (18 marks)
6. X ~ B(10, 0.3)
(a) P(X = 4) = ¹⁰C₄ × (0.3)⁴ × (0.7)⁶ = 210 × 0.0081 × 0.117649 = 0.2001... ≈ 0.200
Answer: 0.200 [1 mark]
(b) P(X ≥ 2) = 1 − P(X ≤ 1) = 1 − [P(X = 0) + P(X = 1)] P(X = 0) = (0.7)¹⁰ = 0.0282475... P(X = 1) = 10 × 0.3 × (0.7)⁹ = 10 × 0.3 × 0.0403536... = 0.1210608... P(X ≤ 1) = 0.149308... P(X ≥ 2) = 1 − 0.149308... = 0.85069... ≈ 0.851
Answer: 0.851 [2 marks]
Marking: M1 for using complement, A1 for correct answer.
7. X ~ B(20, 0.15), find P(X < 3) = P(X ≤ 2).
P(X ≤ 2) = P(X = 0) + P(X = 1) + P(X = 2) = (0.85)²⁰ + 20 × 0.15 × (0.85)¹⁹ + ¹⁹⁰ × (0.15)² × (0.85)¹⁸ = 0.0387595... + 0.136798... + 0.229338... = 0.404896... ≈ 0.405
Answer: 0.405 [2 marks]
Marking: M1 for correct binomial expression, A1 for correct answer.
8. X ~ N(50, 8²)
(a) P(X < 42) = P(Z < (42 − 50)/8) = P(Z < −1) = 0.158655... ≈ 0.159
Answer: 0.159 [1 mark]
(b) P(45 < X < 58) = P((45 − 50)/8 < Z < (58 − 50)/8) = P(−0.625 < Z < 1) = Φ(1) − Φ(−0.625) = 0.84134 − 0.26599 = 0.57535... ≈ 0.575
Answer: 0.575 [2 marks]
Marking: M1 for standardising, A1 for correct probability.
(c) P(X > k) = 0.1 → P(Z > (k − 50)/8) = 0.1 (k − 50)/8 = 1.28155... (inverse normal) k = 50 + 8 × 1.28155... = 60.2524... ≈ 60.3
Answer: 60.3 [2 marks]
Marking: M1 for correct inverse normal approach, A1 for correct k.
9. X ~ N(180, 25²), P(X > 210) = P(Z > (210 − 180)/25) = P(Z > 1.2) = 1 − 0.88493 = 0.11507... ≈ 0.115
Answer: 0.115 [1 mark]
10. Y ~ N(μ, 36), P(Y < 15) = 0.3
Standardising: P(Z < (15 − μ)/6) = 0.3 (15 − μ)/6 = −0.5244... (inverse normal, since 0.3 < 0.5) 15 − μ = −3.1464... μ = 18.1464... ≈ 18.1
Answer: 18.1 [3 marks]
Marking: M1 for standardising, M1 for correct z-value, A1 for μ.
11. E(X) = 10, Var(X) = 4, E(Y) = 15, Var(Y) = 9, X and Y independent.
(a) E(3X − 2Y) = 3E(X) − 2E(Y) = 3(10) − 2(15) = 30 − 30 = 0
Answer: 0 [1 mark]
(b) Var(3X − 2Y) = 3²Var(X) + (−2)²Var(Y) = 9(4) + 4(9) = 36 + 36 = 72
Answer: 72 [2 marks]
Marking: M1 for correct variance formula, A1 for correct value.
Section C: Sampling, Hypothesis Testing, and Regression (12 marks)
12. n = 50, σ² = 100 → σ = 10, x̄ = 32.4, 95% CI.
95% CI: x̄ ± z₀.₀₂₅ × σ/√n = 32.4 ± 1.96 × 10/√50 = 32.4 ± 1.96 × 1.41421... = 32.4 ± 2.7718... = (29.628..., 35.171...)
Answer: (29.6, 35.2) [3 marks]
Marking: M1 for correct formula, M1 for correct z-value, A1 for correct interval.
13. H₀: μ = 1500, H₁: μ < 1500 (one-tail test) α = 0.05, n = 40, x̄ = 1472, σ = 80
Test statistic: z = (1472 − 1500)/(80/√40) = −28/12.6491... = −2.2136...
Critical value: z_crit = −1.6449 (one-tail, 5%)
Since −2.2136 < −1.6449, reject H₀.
Conclusion: There is sufficient evidence at the 5% significance level to support the consumer group's suspicion that the mean lifetime is less than 1500 hours.
Answer: Reject H₀; evidence supports the suspicion. [4 marks]
Marking: M1 for hypotheses, M1 for test statistic, M1 for comparison, A1 for correct conclusion in context.
14. n = 8, Σx = 120, Σy = 560, Σx² = 1960, Σy² = 40800, Σxy = 8920
(a) r = [nΣxy − (Σx)(Σy)] / √{[nΣx² − (Σx)²][nΣy² − (Σy)²]} = [8(8920) − 120(560)] / √{[8(1960) − 120²][8(40800) − 560²]} = [71360 − 67200] / √{[15680 − 14400][326400 − 313600]} = 4160 / √{[1280][12800]} = 4160 / √16384000 = 4160 / 4047.71... = 1.0277... ≈ 1.03
(Note: r cannot exceed 1; rounding to 3 s.f. gives 1.03, but actual r ≈ 0.999... due to rounding in summary stats. Accept r ≈ 0.999 or 1.00.)
Answer: r ≈ 0.999 (or 1.00) [1 mark]
(b) The value of r is very close to 1, indicating a very strong positive linear correlation between hours of revision and examination score.
Answer: Very strong positive linear correlation. [1 mark]
Marking: A1 for correct interpretation in context.
15. Regression line y on x: y = a + bx
b = [nΣxy − (Σx)(Σy)] / [nΣx² − (Σx)²] = 4160/1280 = 3.25
a = ȳ − b x̄ = (560/8) − 3.25(120/8) = 70 − 3.25(15) = 70 − 48.75 = 21.25
Answer: y = 21.3 + 3.25x (to 3 s.f.) [2 marks]
Marking: M1 for b, M1 for a, A1 for correct equation.
16. For x = 18: y = 21.25 + 3.25(18) = 21.25 + 58.5 = 79.75 ≈ 79.8
This is an interpolation since x = 18 lies within the range of the data (x̄ = 15, range likely covers 18). The estimate is reliable as the correlation is very strong.
Answer: 79.8; reliable as it is interpolation with strong correlation. [1 mark]
Marking: A1 for estimate and valid comment.
Section D: Unbiased Estimates and Applied Problems (8 marks)
17. Data: 505, 498, 502, 510, 495, 500, 508, 503, 497, 501, 504, 499
n = 12 Σx = 6022 x̄ = 6022/12 = 501.8333...
Σ(x − x̄)²: Calculate deviations and square, or use Σx². Σx² = 505² + 498² + ... + 499² = 3,027,034 s² = [Σx² − (Σx)²/n]/(n − 1) = [3,027,034 − 6022²/12]/11 = [3,027,034 − 36,264,484/12]/11 = [3,027,034 − 3,022,040.333...]/11 = 4993.666.../11 = 453.9697... ≈ 454 (3 s.f.)
Answer: Mean = 502 g (3 s.f.), Variance = 454 g² (3 s.f.) [3 marks]
Marking: M1 for mean, M1 for variance method, A1 for both correct.
18. X ~ N(500, 4²), rejected if X < 493 or X > 507.
P(X < 493) = P(Z < (493 − 500)/4) = P(Z < −1.75) = 0.04006 P(X > 507) = P(Z > (507 − 500)/4) = P(Z > 1.75) = 0.04006
P(rejected) = 0.04006 + 0.04006 = 0.08012 ≈ 0.0801
Answer: 0.0801 [2 marks]
Marking: M1 for standardising both tails, A1 for correct probability.
19. For proportion, 95% CI, margin of error E = 0.04.
n = (z/E)² × p(1 − p). Using p = 0.5 for maximum variance: n = (1.96/0.04)² × 0.5 × 0.5 = (49)² × 0.25 = 2401 × 0.25 = 600.25
Minimum sample size = 601 (round up).
Answer: 601 [2 marks]
Marking: M1 for correct formula, A1 for correct n.
20. n = 60, x̄ = 168, s = 10, 99% CI.
Since n > 30, use normal approximation. 99% CI: x̄ ± z₀.₀₀₅ × s/√n z₀.₀₀₅ = 2.5758... CI = 168 ± 2.5758 × 10/√60 = 168 ± 2.5758 × 1.29099... = 168 ± 3.325... = (164.67..., 171.32...)
Answer: (165, 171) to 3 s.f. [1 mark]
Marking: A1 for correct interval.
END OF ANSWER KEY