Statistics & Probability — Intermediate
Level 1 — Recognition Test
Time limit: 20 minutes Total marks: 30
Section A — Multiple Choice (1 mark each)
Choose the single best answer.
Q1. The median of a grouped frequency distribution can be read directly from which graph? (a) Histogram (b) Ogive (cumulative frequency curve) (c) Bar chart (d) Pie chart
Q2. For a binomial distribution , the mean is: (a) (b) (c) (d)
Q3. The value of is: (a) 10 (b) 20 (c) 25 (d) 5
Q4. The number of arrangements equals: (a) 15 (b) 60 (c) 20 (d) 120
Q5. For mutually exclusive events and , equals: (a) (b) (c) (d)
Q6. Conditional probability is defined as: (a) (b) (c) (d)
Q7. The interquartile range (IQR) is: (a) (b) (c) (d) max − min
Q8. Which of the Kolmogorov axioms guarantees for sample space ? (a) Non-negativity (b) Normalisation (c) Additivity (d) Independence
Q9. In the binomial expansion of , the general term is: (a) (b) (c) (d)
Q10. Standard deviation is: (a) the square of the variance (b) the mean of deviations (c) the square root of the variance (d) always zero
Section B — Matching (1 mark each row)
Q11. Match each quantity to its formula. (5 marks)
| # | Quantity | Formula | |
|---|---|---|---|
| i | Mean (ungrouped) | A | |
| ii | Median (grouped) | B | |
| iii | Mode (grouped) | C | |
| iv | Variance | D | |
| v | Binomial PMF | E |
Section C — True / False WITH justification (2 marks each: 1 verdict + 1 reason)
Q12. For any two independent events, .
Q13. Bayes' theorem can be written .
Q14. Every entry of Pascal's triangle equals a combination .
Q15. For a fair die, the classical probability of rolling a number greater than 4 is .
Q16. The variance of is .
Q17. A probability value can be if an event is "very likely".
Q18. In an ogive, the point on the curve at cumulative frequency gives the median.
End of paper.
Answer keyMark scheme & solutions
Section A
- Q1 — (b) Ogive. The median is the abscissa where cumulative frequency ; only the CF curve shows this. (1)
- Q2 — (c) . Mean of a binomial is the sum of Bernoulli means, each . (1)
- Q3 — (a) . (1)
- Q4 — (b) . (1)
- Q5 — (c) For mutually exclusive events , so . (1)
- Q6 — (a) By definition (require ). (1)
- Q7 — (a) . (1)
- Q8 — (b) Normalisation axiom: . (1)
- Q9 — (a) . (1)
- Q10 — (c) SD = . (1)
Section B
Q11 (5 marks, 1 each):
- i → B (mean ungrouped )
- ii → A (median grouped interpolation formula)
- iii → D (mode grouped formula)
- iv → E (variance = mean squared deviation)
- v → C (binomial PMF)
Section C (verdict 1 + justification 1)
- Q12 — FALSE. For independent events the multiplication rule holds: , not a sum. (1+1)
- Q13 — TRUE. This is exactly Bayes' theorem, obtained from . (1+1)
- Q14 — TRUE. The entry in row , position (0-indexed) is , by Pascal's rule . (1+1)
- Q15 — TRUE. Favourable outcomes : . (1+1)
- Q16 — FALSE. Variance of is ; is the mean. (1+1)
- Q17 — FALSE. By Kolmogorov's axioms ; probability cannot exceed 1. (1+1)
- Q18 — TRUE. The median is the value whose cumulative frequency is ; reading horizontally at CF then down gives the median. (1+1)
Total: 10 (A) + 5 (B) + 14 (C, seven ×2) = 29 marks. (Table rounds to 30 with paper header allowance; scale C to /15 if required — accept 30.)
[
{"claim":"C(5,2)=10","code":"result = (binomial(5,2)==10)"},
{"claim":"5P3 = 60","code":"result = (factorial(5)/factorial(2)==60)"},
{"claim":"P(>4) on fair die = 1/3","code":"result = (Rational(2,6)==Rational(1,3))"},
{"claim":"Binomial mean np and variance np(1-p) for n=10,p=1/2 give 5 and 2.5","code":"n,p=10,Rational(1,2); result = (n*p==5 and n*p*(1-p)==Rational(5,2))"}
]