From Real Exams Exam Paper
A Level H1 Mathematics Practice Paper 4
Free A Level H1 Maths Practice Paper 4, 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: ________ / 50
Duration: 75 Minutes
Total Marks: 50
Instructions:
- Answer all questions.
- Use of an approved Graphing Calculator (GC) is expected.
- Show all necessary working.
- Give non-exact numerical answers to 3 significant figures unless otherwise stated.
Section 1: Probability & Counting (Questions 1–7)
-
A committee of 4 people is to be chosen from 6 men and 8 women. Find the number of ways the committee can be formed if it must contain exactly 2 men.
[3 marks]
\ -
Three letters are chosen at random from the word "STATISTICS". Find the probability that all three letters are the same.
[2 marks]
\ -
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 marks]
\ -
Given that P(X)=0.3 and P(Y∣X)=0.7, find P(X∩Y).
[2 marks]
\ -
A bag contains 5 red balls and 7 blue balls. Two balls are drawn one after another without replacement. Draw a probability tree diagram to represent this experiment.
[3 marks]
\ -
Using the tree diagram from Question 5, find the probability that the two balls drawn are of different colours.
[2 marks]
\ -
A survey finds that 70% of students like Mathematics, 60% like Science, and 40% like both. If a student is chosen at random and likes Mathematics, find the probability that they also like Science.
[3 marks]
\
Section 2: Binomial & Normal Distributions (Questions 8–14)
-
A fair coin is tossed 15 times. Find the probability of getting exactly 9 heads.
[2 marks]
\ -
In a large population, 25% of adults are left-handed. In a random sample of 20 adults, find the probability that at least 3 are left-handed.
[3 marks]
\ -
A random variable X follows a Binomial distribution B(n,0.4). Given that E(X)=6, find the value of n.
[2 marks]
\ -
The weights of newborn babies in a city are normally distributed with mean μ=3.2 kg and standard deviation σ=0.5 kg. Find the probability that a randomly chosen baby weighs less than 2.5 kg.
[3 marks]
\ -
For the normal distribution in Question 11, find the weight w such that only 10% of babies weigh more than w.
[3 marks]
\ -
A random variable Y is normally distributed with mean 50 and variance 100. Find P(42<Y<58).
[3 marks]
\ -
Let X be a normal random variable with E(X)=10 and Var(X)=4. Find E(3X+5) and Var(3X+5).
[3 marks]
\
Section 3: Sampling & Unbiased Estimates (Questions 15–20)
-
A researcher wants to select a random sample of 50 residents from a town of 5,000. Describe a systematic sampling method they could use.
[2 marks]
\ -
A sample of 5 students' study hours per week is recorded: 12,15,10,18,15. Calculate the sample mean xˉ.
[2 marks]
\ -
Using the data from Question 16, calculate the unbiased estimate of the population variance s2.
[3 marks]
\ -
A sample of size n=40 is taken from a population with mean μ and variance σ2. If the sample mean is xˉ=105 and the sample variance is s2=16, find the unbiased estimate of the population mean and the variance of the sample mean xˉ.
[3 marks]
\ -
A random sample of 100 items is taken from a production line. The sum of the observations is ∑x=1250 and the sum of the squares is ∑x2=15800. Find the unbiased estimate of the population variance.
[3 marks]
\ -
A population is normally distributed with mean μ and variance σ2. A sample of size n=25 is taken. If the sample mean is xˉ=60 and σ=10, find the probability that the sample mean is greater than 62.
[3 marks]
\
Answers
A-Level Maths H1 Quiz - Statistics Probability (Answer Key)
1. Committee Selection
- Ways to choose 2 men: 6C2=26×5=15
- Ways to choose 2 women: 8C2=28×7=28
- Total ways: 15×28=420
- Marks: 1 for 6C2, 1 for 8C2, 1 for final product.
2. Word "STATISTICS"
- Total letters: 10. Total ways to choose 3: 10C3=120.
- Letters that appear 3+ times: S(3), T(3), I(2), A(1), C(1).
- Favorable outcomes: {S,S,S} or {T,T,T} →2 ways.
- Probability: 2/120=1/60≈0.0167.
- Marks: 1 for total outcomes, 1 for probability.
3. Addition Principle
- P(A∪B)=P(A)+P(B)−P(A∩B)
- 0.8=0.6+0.4−P(A∩B)
- P(A∩B)=1.0−0.8=0.2
- Marks: 1 for formula, 1 for answer.
4. Conditional Probability
- P(Y∣X)=P(X∩Y)/P(X)
- 0.7=P(X∩Y)/0.3
- P(X∩Y)=0.7×0.3=0.21
- Marks: 1 for formula, 1 for answer.
5. Tree Diagram
- Branch 1: Red (5/12), Blue (7/12)
- Branch 2 (if Red): Red (4/11), Blue (7/11)
- Branch 2 (if Blue): Red (5/11), Blue (6/11)
- Marks: 1 for first branches, 1 for conditional second branches, 1 for correct labels.
6. Different Colours
- P(Red, Blue)+P(Blue, Red)=(5/12×7/11)+(7/12×5/11)
- =35/132+35/132=70/132=35/66≈0.530
- Marks: 1 for identifying paths, 1 for calculation.
7. Conditional Probability (Context)
- P(Maths)=0.7,P(Maths∩Science)=0.4
- P(Science∣Maths)=0.4/0.7=4/7≈0.571
- Marks: 1 for identifying P(A∩B), 1 for formula, 1 for answer.
8. Binomial Exactly
- X∼B(15,0.5)
- P(X=9)=15C9(0.5)9(0.5)6=5005×(0.5)15≈0.151
- Marks: 1 for formula, 1 for answer.
9. Binomial At Least
- X∼B(20,0.25)
- P(X≥3)=1−[P(X=0)+P(X=1)+P(X=2)]
- P(X=0)=0.0032,P(X=1)=0.020,P(X=2)=0.061
- P(X≥3)=1−0.0842=0.916
- Marks: 1 for 1−P(X<3), 1 for individual probs, 1 for final answer.
10. Binomial Mean
- E(X)=np→6=n(0.4)
- n=6/0.4=15
- Marks: 1 for formula, 1 for answer.
11. Normal Distribution (Less than)
- X∼N(3.2,0.52)
- Z=(2.5−3.2)/0.5=−1.4
- P(Z<−1.4)=0.0818 (from table/GC)
- Marks: 1 for Z-score, 1 for probability, 1 for accuracy.
12. Normal Distribution (Upper Tail)
- P(X>w)=0.10→P(Z>z)=0.10→z=1.282
- w=μ+zσ=3.2+(1.282×0.5)=3.841 kg
- Marks: 1 for z-value, 1 for formula, 1 for answer.
13. Normal Interval
- X∼N(50,102)
- Z1=(42−50)/10=−0.8,Z2=(58−50)/10=0.8
- P(−0.8<Z<0.8)=P(Z<0.8)−P(Z<−0.8)=0.7881−0.2119=0.576
- Marks: 1 for Z-scores, 1 for table lookup, 1 for final answer.
14. Linear Transformation
- E(3X+5)=3E(X)+5=3(10)+5=35
- Var(3X+5)=32Var(X)=9×4=36
- Marks: 1 for mean, 2 for variance (must square the coefficient).
15. Systematic Sampling
- "List all 5,000 residents. Calculate interval k=5000/50=100. Pick a random starting number between 1 and 100. Then select every 100th resident thereafter."
- Marks: 1 for interval calculation, 1 for description of randomness.
16. Sample Mean
- xˉ=(12+15+10+18+15)/5=70/5=14
- Marks: 2 for correct calculation.
17. Unbiased Variance
- ∑(x−xˉ)2=(12−14)2+(15−14)2+(10−14)2+(18−14)2+(15−14)2
- =4+1+16+16+1=38
- s2=38/(5−1)=38/4=9.5
- Marks: 1 for deviations, 1 for sum, 1 for n−1 divisor.
18. Sample Mean Variance
- Unbiased estimate of population mean μ=xˉ=105
- Var(xˉ)=σ2/n. Since s2 is unbiased estimate of σ2, Var(xˉ)≈16/40=0.4
- Marks: 1 for mean, 2 for variance of mean.
19. Variance from Sums
- xˉ=1250/100=12.5
- ∑x2=15800
- s2=n−11[∑x2−n(∑x)2]=991[15800−10012502]
- s2=991[15800−15625]=175/99≈1.77
- Marks: 1 for xˉ, 1 for sum of squares formula, 1 for n−1.
20. Distribution of Sample Mean
- Xˉ∼N(μ,σ2/n)=N(60,102/25)=N(60,4)
- Standard error σxˉ=4=2
- Z=(62−60)/2=1
- P(Z>1)=1−0.8413=0.159
- Marks: 1 for σxˉ, 1 for Z-score, 1 for probability.
Free quiz and exam paper access
Enter your details to view this paper
Your access is remembered on this device.