Skip to main content
SingaporeMathsSyllabus dot point

How does the distribution of a sample mean behave, and what does the Central Limit Theorem guarantee?

Describe the distribution of the sample mean, use the Central Limit Theorem, and find unbiased estimates of the population mean and variance from a sample

A focused answer to the H2 Mathematics outcome on sampling. The distribution of the sample mean, the Central Limit Theorem, the standard error, and unbiased estimators of the population mean and variance.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to describe the distribution of the sample mean, state and use the Central Limit Theorem, compute the standard error, and find unbiased estimates of the population mean and variance from sample data.

The answer

The sampling distribution of the mean

If samples of size nn are drawn from a population with mean μ\mu and variance σ2\sigma^2, the sample mean Xˉ\bar{X} has

E(Xˉ)=μ,Var(Xˉ)=σ2n.\mathrm{E}(\bar{X}) = \mu, \qquad \operatorname{Var}(\bar{X}) = \frac{\sigma^2}{n}.

The mean of the sampling distribution equals the population mean (so Xˉ\bar{X} is unbiased), and its spread shrinks as nn grows. The standard error is σn\dfrac{\sigma}{\sqrt{n}}.

The Central Limit Theorem

The Central Limit Theorem (CLT) states that for a sufficiently large sample size nn, the sample mean is approximately normally distributed,

XˉN(μ,σ2n),\bar{X} \approx \mathrm{N}\left(\mu, \frac{\sigma^2}{n}\right),

regardless of the population's distribution. This is what lets us use normal-based methods even when the population is not normal, provided nn is large (commonly n30n \geq 30).

Unbiased estimators

From a sample, the unbiased estimate of the population mean is the sample mean xˉ=xn\bar{x} = \dfrac{\sum x}{n}. The unbiased estimate of the population variance uses the n1n - 1 divisor:

s2=1n1(x2(x)2n).s^2 = \frac{1}{n - 1}\left(\sum x^2 - \frac{(\sum x)^2}{n}\right).

Dividing by n1n - 1 rather than nn corrects the tendency of the sample to underestimate the spread.

Why the standard error matters

Because Var(Xˉ)=σ2n\operatorname{Var}(\bar{X}) = \dfrac{\sigma^2}{n} decreases with nn, larger samples give more precise estimates of μ\mu. This is the quantitative reason bigger samples are better.

Examples in context

Example 1. Quality monitoring. A production line checks samples of 4040 items; by the CLT the sample mean weight is approximately normal even though individual weights are not, letting an operator flag drift using normal control limits.

Example 2. Survey precision. Quadrupling a survey's sample size halves the standard error (since it scales as 1n\frac{1}{\sqrt{n}}), the quantitative trade-off pollsters weigh between cost and precision.

Try this

Q1. A population has σ=10\sigma = 10. Find the standard error of the mean for a sample of size 2525. [2 marks]

  • Cue. 1025=2\dfrac{10}{\sqrt{25}} = 2.

Q2. State what the Central Limit Theorem guarantees about the sample mean. [2 marks]

  • Cue. For large nn, Xˉ\bar{X} is approximately normal with mean μ\mu and variance σ2n\frac{\sigma^2}{n}, regardless of the population distribution.

Q3. Why is the population variance estimated with an n1n - 1 divisor? [1 mark]

  • Cue. To make the estimator unbiased, correcting the sample's tendency to underestimate the spread.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original4 marksA population has mean 5050 and standard deviation 1212. A random sample of size 3636 is taken. State the distribution of the sample mean and find P(Xˉ>53)\mathrm{P}(\bar{X} > 53).
Show worked answer →

By the Central Limit Theorem, XˉN(50,12236)=N(50,4)\bar{X} \sim \mathrm{N}\left(50, \dfrac{12^2}{36}\right) = \mathrm{N}(50, 4) approximately (standard error 1236=2\dfrac{12}{\sqrt{36}} = 2).

Standardise: z=53502=1.5z = \dfrac{53 - 50}{2} = 1.5.

P(Xˉ>53)=P(Z>1.5)=10.9332=0.0668\mathrm{P}(\bar{X} > 53) = \mathrm{P}(Z > 1.5) = 1 - 0.9332 = 0.0668.

Markers reward the sampling distribution with variance σ2n\dfrac{\sigma^2}{n}, standardising, and the tail probability.

Original5 marksA sample of 55 values gives x=60\sum x = 60 and x2=760\sum x^2 = 760. Find unbiased estimates of the population mean and variance.
Show worked answer →

Unbiased estimate of the mean: xˉ=xn=605=12\bar{x} = \dfrac{\sum x}{n} = \dfrac{60}{5} = 12.

Unbiased estimate of the variance: s2=1n1(x2(x)2n)=14(76036005)=14(760720)=404=10s^2 = \dfrac{1}{n - 1}\left(\sum x^2 - \dfrac{(\sum x)^2}{n}\right) = \dfrac{1}{4}\left(760 - \dfrac{3600}{5}\right) = \dfrac{1}{4}(760 - 720) = \dfrac{40}{4} = 10.

Markers reward the sample mean, the unbiased variance formula with the n1n - 1 divisor, and the value 1010.

Related dot points