Skip to content

A-Level Maths: Statistics Practice

A-Level Maths — Statistics Practice

18 MCQ practice problems covering core A-Level Statistics content.

What These Questions Test

These problems test your understanding of probability, statistical distributions, data representation, and hypothesis testing. You will need to calculate probabilities, interpret diagrams, and apply statistical methods.

Typical question types:

  • Data Representation: Interpreting histograms, box plots, cumulative frequency diagrams, and scatter graphs. Calculating mean, median, mode, range, interquartile range, and standard deviation.
  • Probability: Sample spaces, tree diagrams, Venn diagrams. Conditional probability P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}. Independent events: P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B). Mutually exclusive events: P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).
  • Probability Distributions: Binomial distribution XB(n,p)X \sim B(n, p): P(X=r)=(nr)pr(1p)nrP(X = r) = \binom{n}{r}p^{r}(1-p)^{n-r}. Conditions: fixed number of trials, two outcomes, constant probability, independent trials. Normal distribution XN(μ,σ2)X \sim N(\mu, \sigma^{2}): symmetric, bell-shaped, defined by mean and standard deviation.
  • Hypothesis Testing: Null and alternative hypotheses. Significance level (α\alpha). Critical regions. pp-values. Type I and Type II errors. Comparing observed frequencies with expected frequencies using χ2\chi^{2} tests.
  • Regression and Correlation: Interpreting scatter diagrams and lines of best fit. Understanding correlation does not imply causation. Using regression lines for prediction (within the range of data).

Approach Strategy

  1. Identify the distribution. Before calculating, determine which distribution applies. Is it binomial (discrete, fixed nn) or normal (continuous, symmetric)?
  2. Write down the parameters. For binomial: state nn and pp. For normal: state μ\mu and σ\sigma. This avoids confusion in later steps.
  3. Use tables or calculator correctly. Binomial probabilities come from tables or formula. Normal probabilities require standardisation: Z=XμσZ = \frac{X - \mu}{\sigma}, then use standard normal tables.
  4. Interpret in context. A pp-value of 0.03 means “if the null hypothesis were true, there is a 3% chance of obtaining these results.” This is not the probability that the null hypothesis is true.

Intuition

Statistics is about making decisions under uncertainty. You never have perfect information — you have a sample, and you use it to make inferences about a population. The tools of statistics (probability distributions, hypothesis tests) are designed to quantify how confident you can be in those inferences.

Think of a hypothesis test as a courtroom trial. The null hypothesis is “innocent until proven guilty.” You gather evidence (data), and if it is strong enough (below the significance level), you reject the null hypothesis.


Common Mistakes

  1. Confusing permutations and permutations. Order matters in permutations (nPr=n!(nr)!^{n}P_{r} = \frac{n!}{(n-r)!}) but not in combinations ((nr)=n!r!(nr)!\binom{n}{r} = \frac{n!}{r!(n-r)!}). Using the wrong one gives incorrect probabilities.
  2. Misinterpreting the pp-value. A pp-value is NOT the probability that the null hypothesis is true. It is the probability of obtaining results at least as extreme as the observed data, assuming the null hypothesis is true.
  3. Using the normal approximation for small samples. The normal distribution is an approximation for the binomial when nn is large and pp is not too close to 0 or 1 (rule of thumb: np>5np > 5 and n(1p)>5n(1-p) > 5).
  4. Forgetting that correlation is not causation. Two variables can be strongly correlated without one causing the other. A third variable (confounding variable) may explain both.

See Also