AI Generated Quiz
O Level Additional Mathematics Statistics Probability Quiz
Free O Level A Maths Statistics quiz, HY3 AI version, with questions, answers, and O 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
O-Level Additional Mathematics Quiz - Statistics Probability
Name: ___________________________
Class: ___________________________
Date: ___________________________
Score: _______ / 40
Duration: 50 minutes
Total Marks: 40
Instructions:
- Answer all 20 questions.
- Show your working clearly where required.
- Section A: 1–8 (1 mark each). Section B: 9–14 (2 marks each). Section C: 15–20 (3 marks each).
- This quiz is syllabus-first practice content generated from LLM-inferred templates. It is not derived from past-year exam papers.
Section A (1 mark each)
1. A fair die is rolled once. Find the probability of obtaining an even number.
2. Two events A and B are mutually exclusive. Given P(A)=0.3 and P(B)=0.4, find P(A∪B).
3. A bag contains 5 red and 7 blue marbles. One marble is drawn at random. Find the probability it is red.
4. For events X and Y, P(X)=0.5, P(Y)=0.3, and P(X∩Y)=0.1. Find P(X∪Y).
5. A coin is tossed twice. Write the total number of outcomes in the sample space.
6. Events M and N are independent with P(M)=0.6 and P(N)=0.5. Find P(M∩N).
7. The table below shows the number of students in a class by gender and preference.
| Tea | Coffee | |
|---|---|---|
| Male | 8 | 6 |
| Female | 10 | 4 |
One student is selected at random. Find the probability the student prefers coffee.
8. A spinner has 4 equal sectors labelled 1, 2, 3, 4. Find the probability of landing on a number greater than 2.
Section B (2 marks each)
9. A box contains 3 green, 2 yellow, and 5 white balls. Two balls are drawn at random without replacement. Find the probability that both are white.
10. A survey of 80 students found 25 like badminton, 30 like swimming, and 10 like both. Find the probability a randomly chosen student likes badminton or swimming.
11. A fair coin is tossed three times. Find the probability of getting exactly two heads.
12. Events A and B are independent. Given P(A)=0.4 and P(A∩B)=0.16, find P(B).
13. The probability that it rains on a day is 0.2. Find the probability that it does not rain on two consecutive independent days.
14. A class has 12 boys and 8 girls. A committee of 2 is chosen at random. Find the probability both are girls.
Section C (3 marks each)
15. A bag contains 4 red and 6 blue counters. Two counters are drawn at random without replacement. Find the probability that one is red and one is blue.
16. In a group of 50 people, 20 speak Chinese, 15 speak Malay, and 5 speak both. Find the probability a person speaks Chinese or Malay. Hence find the probability a person speaks neither.
17. A test has two parts. The probability a student passes part 1 is 0.7 and part 2 is 0.6. The passes are independent. Find the probability the student passes exactly one part.
18. A box has 5 tickets numbered 1 to 5. Two tickets are drawn at random without replacement. Find the probability that the sum of the numbers is 6.
19. The table shows the results of a game.
| Score | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| Frequency | 2 | 5 | 3 | 2 |
A score is chosen at random from the 12 plays. Find the probability the score is at least 3.
20. A family has two children. Assume equal chance for boy or girl and independent births. Find the probability of having at least one boy. Show your sample space.
Answers
O-Level Additional Mathematics Quiz - Statistics Probability (Answer Key)
Total Marks: 40
Level: O-Level Additional Mathematics
Note: Syllabus-first generated practice. Not past-year derived.
Section A (1 mark each)
1. Probability = 63=21.
Teaching note: Even numbers on a die are 2, 4, 6 → 3 outcomes out of 6 equally likely.
Mark: 1
2. P(A∪B)=P(A)+P(B)=0.3+0.4=0.7.
Teaching note: Mutually exclusive means no overlap, so union is sum.
Mark: 1
3. P(red)=125.
Teaching note: 5 red out of total 12 marbles.
Mark: 1
4. P(X∪Y)=P(X)+P(Y)−P(X∩Y)=0.5+0.3−0.1=0.7.
Teaching note: Inclusion-exclusion avoids double counting intersection.
Mark: 1
5. Sample space = {HH, HT, TH, TT} → 4 outcomes.
Teaching note: Each toss 2 outcomes, 22=4.
Mark: 1
6. P(M∩N)=P(M)×P(N)=0.6×0.5=0.3.
Teaching note: Independent events multiply probabilities.
Mark: 1
7. Total students = 28; coffee = 6 + 4 = 10; P=2810=145.
Teaching note: Add coffee column, divide by grand total.
Mark: 1
8. Numbers >2: 3,4 → 2 out of 4 → P=42=21.
Mark: 1
Section B (2 marks each)
9. Total balls = 10. P(first white)=105; second = 94.
P=105×94=9020=92.
Teaching note: Without replacement reduces denominator and white count.
Mark: 2 (1 for method, 1 for answer)
10. P(B or S)=8025+30−10=8045=169.
Teaching note: Union formula on counts.
Mark: 2 (1 method, 1 answer)
11. Outcomes: 8. Exactly 2 heads: HHT, HTH, THH → 3. P=83.
Teaching note: Binomial: (23)(21)3=83.
Mark: 2 (1 list, 1 answer)
12. Independent: P(A∩B)=P(A)P(B) → 0.16=0.4×P(B) → P(B)=0.4.
Mark: 2 (1 eqn, 1 ans)
13. P(no rain)=0.8 each day. Two days: 0.8×0.8=0.64.
Mark: 2 (1 each)
14. Total 20, choose 2: (220)=190. Girls: (28)=28. P=19028=9514.
Mark: 2 (1 combo, 1 simplify)
Section C (3 marks each)
15. Total ways (210)=45. One red one blue: 4×6=24. P=4524=158.
Teaching note: Multiply counts for one of each, divide by total pairs.
Mark: 3 (1 total, 1 fav, 1 ans)
16. P(C∪M)=5020+15−5=5030=0.6.
Neither = 1−0.6=0.4.
Mark: 3 (1 union, 1 neither, 1 correct vals)
17. Exactly one: pass1 fail2 + fail1 pass2 = 0.7×0.4+0.3×0.6=0.28+0.18=0.46.
Mark: 3 (1 breakdown, 2 calc)
18. Pairs sum 6: (1,5),(2,4),(3,3),(4,2),(5,1) but without replacement excludes same ticket; valid: (1,5),(2,4),(4,2),(5,1) = 4 of 20 pairs. P=204=51.
Mark: 3 (1 total, 1 fav, 1 ans)
19. At least 3: scores 3,4 → freq 3+2=5 of 12. P=125.
Mark: 3 (1 identify, 1 total, 1 ans)
20. Sample space: {BB, BG, GB, GG}. At least one boy: 3 of 4 → P=43.
Mark: 3 (1 space, 1 count, 1 ans)
Free quiz and exam paper access
Enter your details to view this paper
Your access is remembered on this device.