Statistics & Probability — Intermediate
Level 2 — Recall & Standard Problems
Time: 30 minutes Total Marks: 40
Answer all questions. Show working where required. Give probabilities as fractions or decimals to 3 s.f.
Q1. The marks of 8 students are: . (a) Find the mean. (2) (b) Find the median. (1) (c) State the mode. (1)
Q2. The following grouped data show the time (minutes) taken by 40 people to complete a task.
| Time (min) | 0–10 | 10–20 | 20–30 | 30–40 | 40–50 |
|---|---|---|---|---|---|
| Frequency | 4 | 10 | 14 | 8 | 4 |
(a) Estimate the mean. (3) (b) Estimate the median using the grouped median formula. (3)
Q3. For the data set : (a) Find the variance. (3) (b) Find the standard deviation. (1)
Q4. For the ordered data : (a) Find the lower quartile and upper quartile . (2) (b) State the interquartile range (IQR). (1)
Q5. A fair die is rolled once. Let = "even number", = "number greater than 4". (a) Find and . (2) (b) Find . (2)
Q6. State the three Kolmogorov axioms of probability. (3)
Q7. Events and are independent with , . (a) Find . (1) (b) Find . (2)
Q8. In a class, , . Given a student plays football, find the probability they also play cricket. (2)
Q9. (a) Evaluate . (1) (b) Evaluate . (1) (c) Find the general term in the expansion of and hence the coefficient of . (3)
Q10. A biased coin has . It is tossed 5 times. Let be the number of heads. (a) Write down the distribution of . (1) (b) Find . (2) (c) State the mean and variance of . (2)
Answer keyMark scheme & solutions
Q1. (a) Mean . (2) — sum (1), divide (1). (b) even; median = average of 4th and 5th values . (1) (c) Mode and (both appear twice) — bimodal. (1)
Q2. Midpoints: 5, 15, 25, 35, 45. (a) . Mean min. (3) — midpoints (1), (1), divide (1). (b) . Median class = 20–30 (cf reaches 28 there; before it cf=14). min. (3) — locate class (1), formula (1), answer (1).
Q3. Mean . Deviations squared: , (×2), , , . . (a) Variance . (3) — mean (1), squared devs (1), divide (1). (b) SD . (1)
Q4. , median is 5th value = 10. (a) Lower half (below median): → . Upper half: → . (2) (b) IQR . (1)
Q5. (a) , ; , . (2) (b) , . . (2)
Q6. (3) (1 each)
- For any event , (non-negativity).
- (sample space has probability 1).
- For mutually exclusive events : (countable additivity).
Q7. (a) . (1) (b) . (2)
Q8. . (2) — formula (1), answer (1).
Q9. (a) . (1) (b) . (1) (c) . For : . Coefficient . (3) — general term (1), (1), coefficient (1).
Q10. (a) . (1) (b) . (2) (c) Mean ; Variance . (2)
[
{"claim":"Q2a mean of grouped data is 24.5","code":"fx=4*5+10*15+14*25+8*35+4*45; result=(Rational(fx,40)==Rational(49,2))"},
{"claim":"Q2b grouped median is 20+60/14","code":"med=20+Rational(20-14,14)*10; result=(med==Rational(60,14)+20)"},
{"claim":"Q5b union probability is 2/3","code":"result=(Rational(1,2)+Rational(1,3)-Rational(1,6)==Rational(2,3))"},
{"claim":"Q10b P(X=2)=0.3087","code":"p=binomial(5,2)*Rational(3,10)**2*Rational(7,10)**3; result=(p==Rational(3087,10000))"},
{"claim":"Q9c coefficient of x^4 is 60","code":"result=(binomial(6,2)*2**2==60)"}
]