Skip to content

A-Level Further Maths: Further Statistics Practice

A-Level Further Maths — Further Statistics Practice

16 MCQ practice problems. Select an answer, submit, and review the explanation.

What These Questions Test

These problems test your ability to work with probability distributions, calculate expectations and variances, and apply formal hypothesis testing methods.

Typical question types:

  • PMF calculations: Given a table of probabilities, find E(X)E(X), Var(X)\text{Var}(X), or P(aXb)P(a \leq X \leq b). Use the definition E(X)=xP(X=x)E(X) = \sum x \cdot P(X = x).
  • PDF calculations: Given a probability density function, find probabilities by integrating, calculate E(X)E(X) and Var(X)\text{Var}(X) using integrals, or find the cumulative distribution function.
  • Coding and transformations: Apply E(aX+b)=aE(X)+bE(aX + b) = aE(X) + b and Var(aX+b)=a2Var(X)\text{Var}(aX + b) = a^{2}\text{Var}(X) to transform distributions. Standardise normal variables.
  • Continuous distributions: Identify and work with uniform, exponential, or other named distributions. Find means, variances, and probabilities.
  • tt-distribution: Determine when to use tt instead of zz. Calculate tt-statistics from sample data. Find critical values or pp-values.
  • χ2\chi^{2} tests: Set up hypotheses for goodness of fit or independence. Calculate expected frequencies. Compute χ2\chi^{2} statistic and compare with critical values. Determine degrees of freedom correctly.

Approach Strategy

  1. Check that probabilities sum to 1. Before doing any calculation, verify that P(X=x)=1\sum P(X = x) = 1 (discrete) or f(x)dx=1\int f(x)\,dx = 1 (continuous). If they don’t, re-read the question.
  2. Draw a table for discrete distributions. Listing xx and P(X=x)P(X = x) side by side makes it easier to calculate E(X)E(X) and E(X2)E(X^{2}).
  3. State the hypotheses evidently. For hypothesis testing, write H0H_{0} and H1H_{1} explicitly before calculating. This prevents confusion later.
  4. Check degrees of freedom carefully. For χ2\chi^{2} goodness of fit: df=k1mdf = k - 1 - m where kk is the number of categories and mm is the number of estimated parameters. For contingency tables: df=(r1)(c1)df = (r-1)(c-1).

Intuition

The PDF is like a histogram with infinitely many bins. The height of the curve at any point tells you how dense the probability is in that region. Areas under the curve give probabilities.

The tt-distribution reflects real-world uncertainty. When you estimate σ\sigma from a small sample, you are less confident, so the tt-distribution gives wider confidence intervals. This is like adding a “margin of error for your margin of error.”

The χ2\chi^{2} test measures the “distance” between what you observed and what you expected. A large χ2\chi^{2} value means the observed data is far from the expected pattern, which is evidence against the null hypothesis.


Common Mistakes

  1. Forgetting to check that expected frequencies are large enough. For χ2\chi^{2} tests, all expected frequencies should be at least 5. If some are smaller, categories must be combined.
  2. Confusing one-tailed and two-tailed tests. A one-tailed test looks for a difference in one direction; a two-tailed test looks for a difference in either direction. This affects the critical value.
  3. Using nn instead of n1n-1 for degrees of freedom in the tt-distribution. The degrees of freedom are n1n - 1, not nn. Using nn gives slightly incorrect critical values.
  4. Misinterpreting “not significant.” Failing to reject H0H_{0} does not mean H0H_{0} is true. It means there is insufficient evidence to reject it. The distinction is important.

See Also