From Real Exams Quiz
A Level H2 Mathematics Statistics Probability Quiz
Free A Level H2 Maths Statistics quiz, 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 H2 Quiz - Statistics Probability
Name: ____________________
Class: ____________________
Date: ____________________
Score: ________ / 55
Duration: 90 Minutes
Total Marks: 55 Marks
Instructions:
- Answer all questions.
- You may use an approved graphing calculator (GC).
- Show all necessary working.
- Give your answers to the precision specified.
Section A: Probability & Discrete Random Variables (Questions 1–8)
-
A bag contains 5 red balls and 7 blue balls. Three balls are drawn at random without replacement. Find the probability that exactly two of the balls are red.
[2 marks] -
In how many ways can 6 people be seated around a circular table if two particular people must not sit next to each other?
[2 marks] -
Events A and B are such that P(A)=0.6, P(B)=0.4, and P(A∪B)=0.7. Determine whether A and B are independent. Justify your answer.
[2 marks] -
A fair six-sided die is rolled until a '6' appears. Let X be the number of rolls required. State the distribution of X and find P(X>3).
[3 marks] -
A discrete random variable X has the probability distribution: P(X=1)=0.2,P(X=2)=0.5,P(X=3)=0.3. Calculate E(X) and Var(X).
[3 marks] -
If X is a random variable with E(X)=4 and Var(X)=2, find E(3X−5) and Var(3X−5).
[2 marks] -
A binomial random variable Y∼B(10,0.3). Find P(Y≤2).
[3 marks] -
A company finds that 15% of its products are defective. If a sample of 20 products is chosen, find the probability that at least 2 are defective.
[3 marks]
Section B: Normal Distribution & Sampling (Questions 9–15)
-
A random variable Z follows a normal distribution N(50,16). Find P(45<Z<55).
[3 marks] -
Given X∼N(μ,σ2), find the value of k such that P(X<μ+kσ)=0.975.
[2 marks] -
X and Y are independent normal random variables where X∼N(10,4) and Y∼N(20,9). Find the distribution of W=2X+Y.
[3 marks] -
A binomial distribution B(n,p) can be approximated by a normal distribution if np>5 and n(1−p)>5. For n=100 and p=0.2, find the mean and variance of the approximating normal distribution.
[2 marks] -
A random sample of size n=25 is taken from a population with mean μ and variance σ2=100. Find the probability that the sample mean Xˉ differs from μ by more than 2 units.
[4 marks] -
State what it means for a sample to be random in the context of selecting 50 students from a school of 2,000 students.
[2 marks] -
A population has a mean μ and variance σ2. A random sample of size n is taken. State the expected value and variance of the sample mean Xˉ.
[2 marks]
Section C: Hypothesis Testing & Regression (Questions 16–20)
-
A researcher wants to test if the mean height of a population is 170 cm. State the null hypothesis H0 and the alternative hypothesis H1 for a two-tailed test.
[2 marks] -
In a hypothesis test for the population mean μ with known variance σ2, the significance level is α=0.05. If the test statistic is z=2.15, state the conclusion of the test.
[3 marks] -
A sample of 10 pairs of data (x,y) gives ∑x=50,∑y=80,∑x2=300,∑xy=450. Calculate the unbiased estimate of the population mean of x.
[2 marks] -
Using the data from Question 18, calculate the product moment correlation coefficient r given that ∑y2=700.
[4 marks] -
A regression line is given by y=2.5+1.2x. Estimate the value of y when x=15. Comment on the reliability of this estimate if the original data for x ranged from 1 to 10.
[4 marks]
Answers
Answer Key - A-Level Maths H2 Quiz (Statistics Probability)
-
(312)(25)×(17)=22010×7=22070=227≈0.318 [2 marks]
-
Total arrangements = (6−1)!=120. Arrangements where 2 people are together = 2!×(5−1)!=2×24=48. Ways they are NOT together = 120−48=72. [2 marks]
-
P(A∩B)=P(A)+P(B)−P(A∪B)=0.6+0.4−0.7=0.3. P(A)P(B)=0.6×0.4=0.24. Since P(A∩B)=P(A)P(B), they are not independent. [2 marks]
-
X follows a Geometric Distribution. P(X>3)=(1−p)3=(5/6)3=125/216≈0.579. [3 marks]
-
E(X)=(1×0.2)+(2×0.5)+(3×0.3)=0.2+1.0+0.9=2.1. E(X2)=(12×0.2)+(22×0.5)+(32×0.3)=0.2+2.0+2.7=4.9. Var(X)=4.9−(2.1)2=4.9−4.41=0.49. [3 marks]
-
E(3X−5)=3(4)−5=7. Var(3X−5)=32Var(X)=9×2=18. [2 marks]
-
P(Y≤2)=P(Y=0)+P(Y=1)+P(Y=2) =(010)(0.3)0(0.7)10+(110)(0.3)1(0.7)9+(210)(0.3)2(0.7)8 ≈0.0282+0.1211+0.2335=0.3828. [3 marks]
-
P(Y≥2)=1−[P(Y=0)+P(Y=1)] =1−[(020)(0.15)0(0.85)20+(120)(0.15)1(0.85)19] ≈1−[0.0388+0.1368]=1−0.1756=0.8244. [3 marks]
-
Z∼N(50,16)⟹μ=50,σ=4. P(45<Z<55)=P(445−50<Zstd<455−50)=P(−1.25<Zstd<1.25) =Φ(1.25)−Φ(−1.25)=0.8944−(1−0.8944)=0.7888. [3 marks]
-
P(Zstd<k)=0.975⟹k=1.96 (from standard normal tables). [2 marks]
-
E(W)=2(10)+20=40. Var(W)=22(4)+9=16+9=25. W∼N(40,25). [3 marks]
-
μ=np=100×0.2=20. σ2=np(1−p)=100×0.2×0.8=16. [2 marks]
-
Xˉ∼N(μ,σ2/n)=N(μ,100/25)=N(μ,4). P(∣Xˉ−μ∣>2)=P(Xˉ−μ>2)+P(Xˉ−μ<−2) =P(Zstd>22)+P(Zstd<2−2)=P(Zstd>1)+P(Zstd<−1) =2×(1−0.8413)=0.3174. [4 marks]
-
Every student in the school has an equal probability of being selected, and the selection of one student is independent of the selection of any other. [2 marks]
-
E(Xˉ)=μ; Var(Xˉ)=nσ2. [2 marks]
-
H0:μ=170 H1:μ=170 [2 marks]
-
For α=0.05 (two-tailed), critical values are ±1.96. Since ∣2.15∣>1.96, the test statistic falls in the critical region. Reject H0. There is sufficient evidence to suggest the mean height is not 170 cm. [3 marks]
-
xˉ=n∑x=1050=5. [2 marks]
-
Sxx=∑x2−nxˉ2=300−10(52)=300−250=50. Syy=∑y2−nyˉ2=700−10(82)=700−640=60. Sxy=∑xy−nxˉyˉ=450−10(5)(8)=450−400=50. r=50×6050=300050≈0.913. [4 marks]
-
y=2.5+1.2(15)=2.5+18=20.5. The estimate is an extrapolation because x=15 is outside the original data range [1,10]. Therefore, the estimate may be unreliable. [4 marks]
Free quiz and exam paper access
Enter your details to view this paper
Your access is remembered on this device.