AI Generated Quiz
A Level H1 Mathematics Statistics Probability Quiz
Free A Level H1 Maths Statistics quiz, Gemma31B AI 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: ________ / 55
Duration: 90 Minutes
Total Marks: 55
Instructions:
- Answer all questions.
- You may use an approved Graphing Calculator (GC).
- Show all necessary working.
- Give non-exact numerical answers to 3 significant figures unless specified otherwise.
Section 1: Probability & Counting (Questions 1–5)
-
A committee of 5 members 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 at least 3 women.
[3] -
Three fair coins are tossed. Let A be the event that at least two heads appear, and B be the event that the first toss is a head. Find P(A∣B).
[2] -
Events X and Y are such that P(X)=0.6, P(Y)=0.4 and P(X∪Y)=0.8. Determine if X and Y are independent. Justify your answer.
[3] -
A bag contains 5 red balls and 4 blue balls. Two balls are drawn one after another without replacement. Draw a probability tree diagram to represent this and find the probability that both balls are the same colour.
[3] -
In how many different ways can the letters of the word "STATISTICS" be arranged such that the three 'S's are not all together?
[3]
Section 2: Discrete & Continuous Distributions (Questions 6–10)
-
A random variable X follows a Binomial distribution B(12,0.35). Find P(X≥3).
[2] -
In a large population, 20% of people are left-handed. In a random sample of 15 people, find the probability that exactly 4 are left-handed.
[2] -
A continuous random variable Y is normally distributed with mean μ=60 and variance σ2=25. Find P(52<Y<68).
[3] -
For a normal distribution N(μ,σ2), it is known that P(X<40)=0.15 and P(X>70)=0.10. Calculate the values of μ and σ.
[4] -
Let X and Y be independent normal random variables where X∼N(10,4) and Y∼N(20,9). Find the mean and variance of the random variable W=2X−3Y.
[3]
Section 3: Sampling & Unbiased Estimates (Questions 11–15)
-
A random sample of 6 students' heights (in cm) is recorded: 162, 170, 165, 178, 160, 172. Calculate the unbiased estimate of the population mean.
[2] -
Using the data from Question 11, calculate the unbiased estimate of the population variance.
[3] -
A population has a mean μ=100 and a standard deviation σ=15. If a random sample of size n=36 is taken, find the probability that the sample mean Xˉ is between 97 and 103.
[4] -
A researcher wants to estimate the average spending of households in a town. Describe a systematic sampling method they could use to select 50 households from a list of 2,000.
[2] -
A population is normally distributed with variance 144. A sample of size n is taken. If the standard error of the sample mean is 2, find the value of n.
[3]
Section 4: Hypothesis Testing & Regression (Questions 16–20)
-
A company claims that the mean life of its lightbulbs is 1,200 hours. A sample of 40 bulbs shows a mean of 1,170 hours with a population standard deviation of 80 hours. Test the claim at the 5% significance level that the mean life is actually less than 1,200 hours.
[5] -
In a hypothesis test for the mean, the null hypothesis is H0:μ=50 and the alternative is H1:μ=50. If the level of significance is 1%, state the critical values of z.
[2] -
The regression line of Y on X is given by Y=2.5X+12. If X represents the number of hours studied and Y represents the test score, interpret the meaning of the value 2.5 in this context.
[2] -
Given the data pairs (X,Y): (2,5),(4,11),(6,15),(8,21),(10,25). Calculate the product moment correlation coefficient r.
[4] -
Using the regression line Y=2.5X+12, predict the score for a student who studies 7 hours. State whether this is an interpolation or extrapolation if the original data range for X was [2,10].
[3]
Answers
A-Level Maths H1 Quiz - Statistics Probability (Answers)
-
Solution:
- Total ways = (27)(36)+(17)(46)+(07)(56)
- =(21×20)+(7×15)+(1×6)=420+105+6=531.
- Marks: 1 for each combination set, 1 for final sum. [3]
-
Solution:
- Sample space S={HHH,HHT,HTH,HTT,THH,THT,TTH,TTT}
- B={HHH,HHT,HTH,HTT}, n(B)=4.
- A∩B={HHH,HHT,HTH}, n(A∩B)=3.
- P(A∣B)=43=0.75.
- Marks: 1 for identifying B, 1 for conditional probability. [2]
-
Solution:
- P(X∩Y)=P(X)+P(Y)−P(X∪Y)=0.6+0.4−0.8=0.2.
- Check independence: P(X)P(Y)=0.6×0.4=0.24.
- Since 0.2=0.24, events X and Y are NOT independent.
- Marks: 1 for P(X∩Y), 1 for P(X)P(Y), 1 for conclusion. [3]
-
Solution:
- Tree: Root → Red (5/9), Blue (4/9).
- From Red → Red (4/8), Blue (4/8).
- From Blue → Red (5/8), Blue (3/8).
- P(Same)=P(RR)+P(BB)=(95×84)+(94×83)=7220+7212=7232=94≈0.444.
- Marks: 1 for tree, 2 for calculation. [3]
-
Solution:
- Total arrangements of STATISTICS (10 letters: 3S, 3T, 2I): 3!3!2!10!=50,400.
- Arrangements where 3 S's are together (treat SSS as one block): 3!2!8!=3,360.
- Not all together = 50,400−3,360=47,040.
- Marks: 1 for total, 1 for "together" case, 1 for subtraction. [3]
-
Solution:
- X∼B(12,0.35). P(X≥3)=1−[P(X=0)+P(X=1)+P(X=2)].
- P(X=0)=(012)(0.35)0(0.65)12≈0.0057
- P(X=1)=(112)(0.35)1(0.65)11≈0.0368
- P(X=2)=(212)(0.35)2(0.65)10≈0.1088
- P(X≥3)=1−0.1513=0.849.
- Marks: 1 for complement method, 1 for final answer. [2]
-
Solution:
- X∼B(15,0.2). P(X=4)=(415)(0.2)4(0.8)11.
- P(X=4)=1365×0.0016×0.0859≈0.188.
- Marks: 1 for formula, 1 for answer. [2]
-
Solution:
- Y∼N(60,25). σ=5.
- z1=552−60=−1.6; z2=568−60=1.6.
- P(−1.6<Z<1.6)=Φ(1.6)−Φ(−1.6)=0.9452−0.0548=0.890.
- Marks: 1 for z-scores, 2 for probability. [3]
-
Solution:
- P(X<40)=0.15→z1=−1.036→40=μ−1.036σ
- P(X>70)=0.10→z2=1.282→70=μ+1.282σ
- Subtracting: 30=2.318σ→σ≈12.9.
- μ=40+1.036(12.9)≈53.4.
- Marks: 1 per z-equation, 2 for solving. [4]
-
Solution:
- E(W)=2E(X)−3E(Y)=2(10)−3(20)=20−60=−40.
- Var(W)=22Var(X)+(−3)2Var(Y)=4(4)+9(9)=16+81=97.
- Marks: 1 for mean, 2 for variance. [3]
-
Solution:
- xˉ=6162+170+165+178+160+172=61007≈167.8 cm.
- Marks: 2 for correct sum/division. [2]
-
Solution:
- s2=n−1∑(xi−xˉ)2
- ∑(xi−xˉ)2=(162−167.8)2+⋯+(172−167.8)2≈33.64+4.84+7.84+104.04+60.84+17.64=228.84.
- s2=5228.84≈45.8.
- Marks: 2 for sum of squares, 1 for dividing by n−1. [3]
-
Solution:
- Xˉ∼N(100,36152)=N(100,6.25). σxˉ=2.5.
- z1=2.597−100=−1.2; z2=2.5103−100=1.2.
- P(−1.2<Z<1.2)=0.8849−0.1151=0.770.
- Marks: 1 for σxˉ, 1 for z-scores, 2 for probability. [4]
-
Solution:
-
- Assign a unique number from 1 to 2,000 to each household.
-
- Calculate interval k=2000/50=40.
-
- Pick a random starting number r between 1 and 40.
-
- Select households r,r+40,r+80…
- Marks: 1 for interval, 1 for random start/selection process. [2]
-
-
Solution:
- σxˉ=nσ→2=n12
- n=6→n=36.
- Marks: 2 for formula setup, 1 for answer. [3]
-
Solution:
- H0:μ=1200,H1:μ<1200.
- z=80/401170−1200=12.65−30≈−2.37.
- Critical value for 5% (one-tail) is z=−1.645.
- Since −2.37<−1.645, reject H0.
- Conclusion: There is sufficient evidence at the 5% level to suggest the mean life is less than 1,200 hours.
- Marks: 1 for hypotheses, 2 for z-stat, 1 for critical value, 1 for conclusion. [5]
-
Solution:
- Two-tailed test at 1% significance.
- α/2=0.005. z=±2.576.
- Marks: 2 for correct values. [2]
-
Solution:
- For every additional hour studied, the test score is predicted to increase by 2.5 marks on average.
- Marks: 2 for clear contextual interpretation. [2]
-
Solution:
- xˉ=6,yˉ=15.
- ∑(x−xˉ)(y−yˉ)=(−4)(−10)+(−2)(−4)+(0)(0)+(2)(6)+(4)(10)=40+8+0+12+40=100.
- ∑(x−xˉ)2=16+4+0+4+16=40.
- ∑(y−yˉ)2=100+16+0+36+100=252.
- r=40×252100=100.4100≈0.996.
- Marks: 1 for means, 1 for numerator, 1 for denominator, 1 for final r. [4]
-
Solution:
- Y=2.5(7)+12=17.5+12=29.5.
- Since 7 is within the range [2,10], this is interpolation.
- Marks: 2 for calculation, 1 for interpolation. [3]
Free quiz and exam paper access
Enter your details to view this paper
Your access is remembered on this device.