AP Statistics · Topic 4.1 · Unit 4

AP Stats 4.1: Sampling Distribution of a Mean

By Jude Wallis · Published

The sampling distribution of the sample mean has mean equal to the population mean, so mu-x-bar = mu, and standard deviation sigma over the square root of n. It is normal when the population is normal, and approximately normal once the sample size is at least 30.

AP Statistics: Unit 4 (topics 4.1). Topic 4.1 (Sampling Distributions for Sample Means) in the Fall 2026 AP Statistics course, first exam May 2027. Unit 4 is 10 to 20 percent of the multiple-choice section.

What topic 4.1 covers

Topic 4.1 opens Unit 4 by describing the sampling distribution of a sample mean: the distribution of the statistic xˉ\bar{x} (x-bar, the sample mean) across every possible random sample of a fixed size nn from one population. It is the bridge between a single sample and an inference about the population mean μ\mu (mu).

The two learning objectives are to calculate the mean and standard deviation of that distribution, and to justify when it can be modeled by a normal curve. Every confidence interval and test in the rest of the unit rests on those two skills.

Mean and standard deviation of the sample mean

For a population with mean μ\mu and standard deviation σ\sigma (sigma), when the sampled values are independent, the sampling distribution of xˉ\bar{x} has

μxˉ=μσxˉ=σn.\mu_{\bar{x}} = \mu \qquad \sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}.

The mean of all the sample means equals the population mean, so xˉ\bar{x} is an unbiased estimator of μ\mu. The standard deviation of xˉ\bar{x} measures how far a typical sample mean falls from μ\mu. It shrinks as nn grows because you divide by n\sqrt{n}, so quadrupling the sample size cuts the spread in half. When you later replace the unknown σ\sigma with a sample value ss, that same quantity becomes the standard error s/ns/\sqrt{n}.

When the distribution is normal, and the conditions

Two conditions justify treating the sampled values as independent when you sample without replacement:

  • Randomization condition: the data come from a random sample.
  • 10% condition: the population is at least 10 times the sample size, written n0.10Nn \le 0.10N, where NN is the population size.

Shape depends on the population. If the population itself can be modeled by a normal distribution, then xˉ\bar{x} is normal for any sample size. If the population is not normal, the central limit theorem makes xˉ\bar{x} approximately normal once n30n \ge 30; a population with extreme skew may need a sample much larger than 30. You can watch this build in the sampling distribution interactive.

How 4.1 connects to the rest of the unit

Interpret the mean, standard deviation, and any probability in the context of the specific population, not as bare numbers. A probability such as P(xˉ>72)P(\bar{x} > 72) answers a real question about how unusual a sample result would be if the population mean were as stated.

Once you can find σxˉ\sigma_{\bar{x}} and argue normality, topic 4.2 turns the same machinery into a confidence interval for μ\mu, and topic 4.4 turns it into a hypothesis test. The parallel idea for a proportion lives in Unit 3.

Mean, standard deviation, and a probability for a sample mean

Adult resting heart rates in a large population are approximately normal with mean μ=70\mu = 70 beats per minute and standard deviation σ=10\sigma = 10 beats per minute. A researcher takes a random sample of n=25n = 25 adults. Find the mean and standard deviation of the sampling distribution of xˉ\bar{x}, then find the probability that the sample mean exceeds 72 beats per minute.

  1. Mean of the sampling distribution: μxˉ=μ=70\mu_{\bar{x}} = \mu = 70 beats per minute.

  2. Standard deviation: σxˉ=σn=1025=105=2\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}} = \frac{10}{\sqrt{25}} = \frac{10}{5} = 2 beats per minute.

  3. The population is normal, so xˉ\bar{x} is normal even though n=25<30n = 25 < 30.

  4. Standardize 72: z=72702=22=1z = \frac{72 - 70}{2} = \frac{2}{2} = 1.

  5. Find the upper-tail area: P(Z>1)=10.8413=0.1587P(Z > 1) = 1 - 0.8413 = 0.1587.

The sampling distribution of xˉ\bar{x} is normal with mean 70 and standard deviation 2 beats per minute. About 0.1587, or a 15.87% chance, a random sample of 25 adults has a mean resting heart rate above 72 beats per minute.

Frequently asked questions

Why divide by the square root of n instead of n?

Averaging cancels some of the random ups and downs across the sample, and the mathematics of variance shows the spread of the sample mean falls in proportion to the square root of the sample size, not the sample size itself. So the standard deviation of x-bar is sigma over the square root of n. Doubling n divides the spread by about 1.41, and quadrupling n divides it by 2.

Is n at least 30 always enough for normality?

It is a working guideline, not a guarantee. For roughly symmetric populations a sample size of 30 is plenty, and often much less is fine. For a population with strong skew or heavy outliers you may need a sample well beyond 30 before the sampling distribution of the mean looks normal.