From Real Exams Quiz
A Level H1 Mathematics Statistics Probability Quiz
Free Exam-Derived Gemma 4 31B A Level H1 Mathematics Statistics Probability quiz with questions and answers for Singapore students. This page is rendered as a direct URL so the questions and answers can be discovered without pressing in-page buttons.
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: ________ / 52
Duration: 90 Minutes
Total Marks: 52
Instructions:
- Answer all questions.
- Show all necessary working.
- You may use an approved graphing calculator (GC).
- Give non-exact numerical answers to 3 significant figures unless otherwise stated.
Section 1: Probability & Counting (Questions 1–6)
-
A committee of 4 members is to be chosen from 6 men and 5 women. Find the number of ways the committee can be formed if it must contain exactly 2 women.
[2 marks] -
Five distinct books are arranged in a row. Find the number of arrangements where two specific books must always be together.
[2 marks] -
Events and are such that , , and . Find .
[2 marks] -
Given that and , and that and are independent events, find .
[2 marks] -
In a group of 100 students, 60 study Economics, 40 study Geography, and 20 study both. A student is chosen at random. Find the probability that the student studies neither Economics nor Geography.
[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 all possible outcomes and find the probability that both balls are the same color.
[3 marks]
Section 2: Binomial & Normal Distributions (Questions 7–12)
-
A fair coin is tossed 15 times. Find the probability of getting exactly 9 heads.
[2 marks] -
In a certain population, 25% of adults are left-handed. In a random sample of 20 adults, find the probability that more than 4 are left-handed.
[3 marks] -
A random variable follows a binomial distribution . Given and , find the variance of .
[2 marks] -
The heights of a population of plants are normally distributed with mean cm and standard deviation cm. Find the probability that a randomly chosen plant is shorter than 13.0 cm.
[3 marks] -
For a normal distribution , it is known that and . Find the value of .
[3 marks] -
Let and be independent normal random variables where and . Find and .
[4 marks]
Section 3: Sampling & Unbiased Estimates (Questions 13–17)
-
A sample of 6 students' study hours per week is recorded: . Calculate the unbiased estimate of the population mean.
[2 marks] -
Using the data from Question 13, calculate the unbiased estimate of the population variance.
[3 marks] -
A researcher wants to select a sample of 50 residents from a population of 2000. Describe a systematic sampling method to achieve this.
[2 marks] -
A random sample of size is taken from a population with mean and variance . Find the probability that the sample mean is greater than 102.
[3 marks] -
A sample of 10 measurements is given in accumulated form: and . Find the unbiased estimate of the population variance .
[3 marks]
Section 4: Correlation & Regression (Questions 18–20)
-
A scatter diagram shows a strong negative linear correlation between the number of hours spent gaming and the score in a mathematics test. If the correlation coefficient , interpret the strength and direction of the relationship.
[2 marks] -
Given the regression line of on is . If , find the predicted value of . State whether this is an example of interpolation or extrapolation if the original data range for was .
[2 marks] -
A set of data for and is provided. The means are and . The value of and . Find the equation of the least squares regression line of on .
[3 marks]
Answers
Answer Key - A-Level Maths H1 Quiz (Statistics Probability)
- ways. [2]
- Treat 2 books as 1 unit: ways. [2]
- . [2]
- . [2]
- . . [2]
- Tree: Red(5/12) Red(4/11) or Blue(7/11); Blue(7/12) Red(5/11) or Blue(6/11). . [3]
- . . [2]
- . . Using GC/Table: . [3
<stage3_quiz_answers_md>
# Answer Key - A-Level Maths H1 Quiz (Statistics Probability)
1. $\binom{6}{2} \times \binom{5}{2} = 15 \times 10 = 150$ ways. [2]
2. Treat 2 books as 1 unit: $4! \times 2! = 24 \times 2 = 48$ ways. [2]
3. $P(A \cap B) = P(A) + P(B) - P(A \cup B) = 0.6 + 0.4 - 0.8 = 0.2$. [2]
4. $P(X \cup Y) = P(X) + P(Y) - P(X)P(Y) = 0.3 + 0.5 - (0.3 \times 0.5) = 0.8 - 0.15 = 0.65$. [2]
5. $P(E \cup G) = \frac{60+40-20}{100} = 0.8$. $P(\text{Neither}) = 1 - 0.8 = 0.2$. [2]
6. Tree: Red(5/12) $\to$ Red(4/11) or Blue(7/11); Blue(7/12) $\to$ Red(5/11) or Blue(6/11).
$P(\text{Same}) = (\frac{5}{12} \times \frac{4}{11}) + (\frac{7}{12} \times \frac{6}{11}) = \frac{20+42}{132} = \frac{62}{132} \approx 0.470$. [3]
7. $X \sim B(15, 0.5)$. $P(X=9) = \binom{15}{9}(0.5)^9(0.5)^6 = 5005 \times (0.5)^{15} \approx 0.152$. [2]
8. $X \sim B(20, 0.25)$. $P(X > 4) = 1 - P(X \leq 4)$. Using GC/Table: $1 - 0.4656 = 0.534$. [3]
9. $E(X) = np \implies 3 = 12p \implies p = 0.25$. $\text{Var}(X) = np(1-p) = 12(0.25)(0.75) = 2.25$. [2]
10. $Z = \frac{13.0 - 15.2}{2.1} \approx -1.048$. $P(Z < -1.048) \approx 0.147$. [3]
11. $Z = \frac{110 - 100}{\sigma}$. $P(Z > z) = 0.1591 \implies z \approx 0.998 \approx 1.0$. $10 = 1.0\sigma \implies \sigma = 10$. [3]
12. $E(2X - 3Y) = 2(50) - 3(30) = 100 - 90 = 10$.
$\text{Var}(2X - 3Y) = 2^2(16) + (-3)^2(9) = 64 + 81 = 145$. [4]
13. $\bar{x} = \frac{12+15+10+18+14+11}{6} = \frac{80}{6} \approx 13.3$. [2]
14. $s^2 = \frac{\sum (x_i - \bar{x})^2}{n-1} = \frac{(12-13.3)^2 + \dots + (11-13.3)^2}{5} \approx \frac{37.33}{5} \approx 7.47$. [3]
15. Calculate interval $k = 2000/50 = 40$. Pick a random start $r$ between 1 and 40. Select residents $r, r+40, r+80 \dots$ [2]
16. $\bar{X} \sim N(100, \frac{400}{40}) = N(100, 10)$. $Z = \frac{102-100}{\sqrt{10}} \approx 0.632$. $P(Z > 0.632) \approx 0.264$. [3]
17. $s^2 = \frac{\sum x_i^2 - \frac{(\sum x_i)^2}{n}}{n-1} = \frac{2410 - \frac{154^2}{10}}{9} = \frac{2410 - 2371.6}{9} = \frac{38.4}{9} \approx 4.27$. [3]
18. Strong negative linear correlation: As gaming hours increase, math scores tend to decrease significantly. [2]
19. $y = 2.5(4) + 10.2 = 10 + 10.2 = 20.2$. Interpolation (since $4 \in [1, 10]$). [2]
20. $b = \frac{\sum(x-\bar{x})(y-\bar{y})}{\sum(x-\bar{x})^2} = \frac{40}{20} = 2$.
$a = \bar{y} - b\bar{x} = 12 - 2(5) = 2$.
Equation: $y = 2x + 2$. [3]