Skip to content

9231 · 4.2

Inference using normal and t-distributions — common mistakes

Common exam mistakes on 9231 Inference using normal and t-distributions. Learn what loses marks, then practise the topic with Examiner’s Ink.

Exam tip 1

Always state your hypotheses clearly, defining any parameters used. When using the t-distribution, you must state the assumption that the underlying population is normal. Pay close attention to whether the question gives you the sample variance or the unbiased estimate of the population variance. If you are given (xxˉ)2\sum(x-\bar{x})^2, you must calculate s2=1n1(xxˉ)2s^2 = \frac{1}{n-1}\sum(x-\bar{x})^2 yourself. Finally, always write your conclusion in the context of the original problem.

What's the difference between a one-tailed and a two-tailed test?

A two-tailed test checks for a difference in either direction (e.g., H1:μ50H_1: \mu \neq 50). The significance level α\alpha is split between the two tails. A one-tailed test checks for a difference in a specific direction (e.g., H1:μ>50H_1: \mu > 50 or H1:μ<50H_1: \mu < 50). The entire significance level α\alpha is in one tail.

Why do we use n-1 for the degrees of freedom in a t-test?

It relates to the calculation of the sample variance, s2s^2. When we calculate the sum of squared deviations from the sample mean, (xixˉ)2\sum(x_i - \bar{x})^2, only n1n-1 of these deviations are free to vary. Once the first n1n-1 values and the sample mean are known, the last value is fixed. This 'loss' of one degree of freedom is reflected in the t-distribution.

What if the population isn't normal and the sample size is small?

If the sample size is small and you cannot assume the population is normal, neither the z-test nor the t-test is appropriate. In this situation, you would need to use non-parametric tests (e.g., a sign test or Wilcoxon signed-rank test), which are covered in other parts of the syllabus and do not assume a particular distribution for the population.

How do I know if a sample size is 'large' enough to use the normal distribution?

A common rule of thumb in A-Level Further Mathematics is that a sample size n>30n > 30 is considered large enough for the Central Limit Theorem to apply, allowing you to use the normal distribution even if the population variance is unknown. For exams, if nn is around this value or higher, this is the expected approach.