From Real Exams Exam Paper
A Level H1 Mathematics Practice Paper 2
Free A Level H1 Maths Practice Paper 2, Gemma31B 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
A-Level Maths H1 Quiz - Statistics Probability
Name: ____________________ Class: __________ Date: __________ Score: _________
Duration: 90 Minutes
Total Marks: 50 Marks
Instructions:
- Answer all questions.
- Use of an approved Graphing Calculator (GC) is expected.
- Show all necessary working. Mathematical notation must be used; calculator commands will not be accepted.
- Give your answers to 3 significant figures unless specified otherwise.
Section A: Probability & Counting (Questions 1-7)
-
A committee of 5 people is to be chosen from a group of 7 men and 6 women. Find the number of ways the committee can be formed if it must contain exactly 3 men.
[2] -
Seven students are to be seated in a row. Two of them, Alice and Bob, refuse to sit next to each other. Find the number of possible seating arrangements.
[2] -
Events A and B are such that P(A)=0.6, P(B)=0.4, and P(A∪B)=0.8. Find P(A∩B).
[2] -
Given that P(X)=0.7 and P(Y∣X)=0.3, find P(X∩Y).
[2] -
A bag contains 4 red balls and 6 blue balls. Two balls are drawn one after another without replacement. Draw a probability tree diagram to represent all possible outcomes.
[3] -
Using the tree diagram from Question 5, find the probability that both balls drawn are of the same colour.
[2] -
Events C and D are independent. Given P(C)=0.3 and P(C∪D)=0.5, find P(D).
[3]
Section B: Probability Distributions (Questions 8-14)
-
A fair coin is tossed 15 times. Let X be the number of heads. State the distribution of X and its parameters.
[2] -
In a large population, 20% of people are left-handed. In a random sample of 12 people, find the probability that exactly 3 are left-handed.
[2] -
A manufacturer finds that 5% of the lightbulbs produced are defective. In a random sample of 20 bulbs, find the probability that at least 2 are defective.
[3] -
The weights of apples in an orchard are normally distributed with a mean of 150g and a standard deviation of 12g. Find the probability that a randomly chosen apple weighs less than 135g.
[3] -
For the normal distribution in Question 11, find the weight w such that 10% of the apples weigh more than w.
[3] -
Let Y be a random variable such that Y∼N(40,25). Find E(3Y+5) and Var(3Y+5).
[3] -
A continuous random variable Z follows a normal distribution. Given P(Z<10)=0.2 and P(Z>20)=0.1, find the mean μ and standard deviation σ of Z.
[5]
Section C: Sampling & Hypothesis Testing (Questions 15-20)
-
A researcher wants to select a random sample of 50 residents from a housing estate of 1,000 residents. Describe a method of simple random sampling that could be used.
[2] -
A sample of 10 students' heights is recorded: 160, 165, 170, 158, 162, 175, 168, 161, 164, 167. Calculate the unbiased estimate of the population mean.
[2] -
Using the data from Question 16, calculate the unbiased estimate of the population variance.
[3] -
A population has a mean μ and a variance σ2=100. A random sample of size n=36 is taken. Find the probability that the sample mean Xˉ is within 2 units of the population mean.
[4] -
A company claims that the average life of its batteries is 500 hours. A consumer group suspects the average is lower. They test 40 batteries and find a sample mean of 485 hours with a sample standard deviation of 30 hours. State the null and alternative hypotheses for a one-tailed test.
[2] -
Using the data from Question 19, test the company's claim at a 5% level of significance. State your conclusion in context.
[5]
Answers
A-Level Maths H1 Quiz - Statistics Probability (Answers)
Section A: Probability & Counting
- (37)×(26)=35×15=525 ways. [2]
- Total arrangements = 7!=5040. Arrangements where Alice and Bob are together = 2!×6!=1440. 5040−1440=3600. [2]
- P(A∩B)=P(A)+P(B)−P(A∪B)=0.6+0.4−0.8=0.2. [2]
- P(X∩Y)=P(X)×P(Y∣X)=0.7×0.3=0.21. [2]
- Tree diagram:
- Branch 1: Red (4/10), Blue (6/10)
- Branch 2 (after Red): Red (3/9), Blue (6/9)
- Branch 2 (after Blue): Red (4/9), Blue (5/9) [3]
- P(Same)=P(RR)+P(BB)=(4/10×3/9)+(6/10×5/9)=12/90+30/90=42/90=7/15≈0.467. [2]
- P(C∪D)=P(C)+P(D)−P(C)P(D)⇒0.5=0.3+P(D)−0.3P(D)⇒0.2=0.7P(D)⇒P(D)=2/7≈0.286. [3]
Section B: Probability Distributions
- X∼B(15,0.5). [2]
- P(X=3)=(312)(0.2)3(0.8)9≈0.236. [2]
- P(X≥2)=1−[P(X=0)+P(X=1)]=1−[(020)(0.05)0(0.95)20+(120)(0.05)1(0.95)19]≈1−[0.358+0.377]=0.265. [3]
- Z=(135−150)/12=−1.25. P(Z<−1.25)≈0.106. [3]
- P(X>w)=0.1⇒P(Z>z)=0.1⇒z≈1.282. w=150+1.282(12)=165.38≈165g. [3]
- E(3Y+5)=3(40)+5=125. Var(3Y+5)=32×25=225. [3]
- P(Z<10)=0.2⇒σ10−μ=−0.842. P(Z>20)=0.1⇒σ20−μ=1.282. Subtracting: σ10=2.124⇒σ≈4.71. μ=10+0.842(4.71)≈13.97. [5]
Section C: Sampling & Hypothesis Testing
- Assign each resident a number from 1 to 1,000. Use a random number generator to select 50 distinct numbers. Interview the residents corresponding to these numbers. [2]
- xˉ=(160+165+170+158+162+175+168+161+164+167)/10=1660/10=166cm. [2]
- s2=9∑(xi−166)2=9(−6)2+(−1)2+42+(−8)2+(−4)2+92+22+(−5)2+(−2)2+12=936+1+16+64+16+81+4+25+4+1=9248≈27.6. [3]
- Xˉ∼N(μ,100/36)=N(μ,2.778). P(∣Xˉ−μ∣<2)=P(−2<Xˉ−μ<2)=P(2.778−2<Z<2.7782)=P(−1.2<Z<1.2)≈0.770. [4]
- H0:μ=500, H1:μ<500. [2]
- Test statistic z=30/40485−500=4.743−15≈−3.16. Critical value for α=0.05 (one-tail) is −1.645. Since −3.16<−1.645, we reject H0. Conclusion: There is sufficient evidence at the 5% level of significance to suggest that the average life of the batteries is lower than 500 hours. [5]
Free quiz and exam paper access
Enter your details to view this paper
Your access is remembered on this device.