In Lesson 15 you watched what happens to a sample proportion p̂ as you take sample after sample: it bounces around the true proportion p, with predictable spread. Now we swap categorical for quantitative. Instead of "What fraction of the sample voted yes?" we ask "What is the average value in the sample?"
Picture a city where the typical home uses 24 miles per gallon... no wait, let's make it cleaner. A coffee chain says the typical wait at the drive-through averages 8.5 minutes. You time 50 customers and get a sample mean of x̄ = 9.1 minutes. Is that surprising, or just the ordinary wobble you'd expect from one sample of 50?
You can't answer that until you know how x̄ itself behaves across many samples — its center, its spread, and its shape. That pattern is the sampling distribution of the sample mean, and it is the engine behind every confidence interval and test for a mean you'll meet in Unit 4. Here's the headline you'll earn by the end of this lesson: even when the population is wildly skewed, the distribution of x̄ becomes beautifully Normal once n is large enough. That's the Central Limit Theorem, and it's one of the most important ideas in all of statistics.
Imagine a population with mean μ (mu) and standard deviation σ (sigma). Take a random sample of size n and compute its mean x̄. Take another sample — you get a slightly different x̄. Do this over and over, and the collection of all possible x̄ values forms the sampling distribution of the sample mean. Three questions describe it: Where is it centered? How spread out is it? What shape does it have?
The mean of the sampling distribution of x̄ equals the population mean:
μ_x̄ = μ
This says the sample mean is an unbiased estimator of μ. Across many samples, x̄ neither systematically overshoots nor undershoots the truth — it is correct on average. There's no "n" anywhere in this formula. A sample of 10 and a sample of 10,000 both center on μ. What changes with n is not where the distribution sits, but how tightly it clusters.
The standard deviation of the sampling distribution of x̄ is:
σ_x̄ = σ / √n
This is sometimes called the standard error of the mean. Read it carefully: dividing by √n means larger samples produce less variable means. Quadruple the sample size and you halve the spread (because √4 = 2). This matches intuition — averaging more observations smooths out the extremes, so x̄ lands closer to μ.
The 10% condition. The formula σ / √n assumes the observations are independent. When you sample without replacement from a finite population, that's only approximately true. The fix: require the sample to be no more than 10% of the population, n ≤ 0.10N. As long as you're not scooping up a huge fraction of the population, σ / √n is a valid approximation.
Shape is the subtle one, and there are exactly two ways to justify that x̄ is Normal:
This second case is the magic. The shape of the population can be a mess, but the shape of the distribution of sample means heals toward Normal as n grows. You must state which justification you're using — this is a frequent place to lose points.
[GRAPH: Two panels side by side. LEFT panel titled "Population (n = 1)": a strongly right-skewed distribution, tall bar near 0 and a long tail stretching right, mean μ marked. X-axis "Value", a lump on the left with a long right tail. RIGHT panel titled "Sampling distribution of x̄ (n = 40)": a smooth, symmetric, bell-shaped Normal curve centered at the SAME mean μ but much narrower, centered tick at μ. Caption: "The population is skewed, yet the distribution of sample means is nearly Normal and far less spread out — the Central Limit Theorem in action."]
A car model's highway fuel economy has population mean μ = 24 mpg with σ = 6 mpg. The population of individual cars is right-skewed. A reviewer tests a random sample of n = 40 cars. What is the probability the sample mean exceeds 26 mpg, P(x̄ > 26)?
Step 1 — Center. μ_x̄ = μ = 24 mpg.
Step 2 — Spread. σ_x̄ = σ / √n = 6 / √40 = 6 / 6.3246 = 0.9487 mpg.
(10% condition: 40 cars is well under 10% of all cars of this model, so σ_x̄ is valid.)
Step 3 — Shape. The population is skewed, so we lean on the CLT. Since n = 40 ≥ 30, the sampling distribution of x̄ is approximately Normal. (We must say this — skewed population alone would NOT let us use Normal calculations for a single car.)
Step 4 — z-score.
z = (x̄ - μ_x̄) / σ_x̄ = (26 - 24) / 0.9487 = 2.11
Step 5 — Probability. Using the z-score with a Normal table, P(z > 2.11) ≈ 0.0175.
TI-84:
normalcdf(lower: 26, upper: 1E99, μ: 24, σ: 0.9487)
Output: 0.0175
(Or, in z-units: normalcdf(2.11, 1E99, 0, 1) ≈ 0.0174. Tiny rounding difference — entering μ_x̄ and σ_x̄ directly avoids rounding the z-score.)
Interpretation. About a 1.75% chance a random sample of 40 cars averages above 26 mpg. That's unusual — if the brochure claims μ = 24 and you keep seeing sample means this high, you'd start to doubt the claim.
Same three questions, different formulas. Keep them straight:
| Sample proportion p̂ (L15) | Sample mean x̄ (L16) | |
|---|---|---|
| Center | μ_p̂ = p | μ_x̄ = μ |
| Spread | σ_p̂ = √(p(1−p)/n) | σ_x̄ = σ / √n |
| Shape condition | Large Counts: np ≥ 10 and n(1−p) ≥ 10 | Population Normal (any n) OR CLT (n ≥ 30) |
For proportions there's no "the population was already Normal" shortcut — categorical data isn't Normal. For means, that shortcut exists. And the shape rule is about counts (np, n(1−p)) for p̂ but about sample size and population shape for x̄.
Battery lifetimes for a phone model are Normally distributed with μ = 18 hours and σ = 4 hours. A store samples n = 25 phones. Find P(x̄ < 17).
Strategy. Identify center, spread, shape; then z-score.
Solution.
μ_x̄ = 18.σ_x̄ = 4 / √25 = 4 / 5 = 0.8.z = (17 − 18) / 0.8 = −1.25.P(z < −1.25) ≈ 0.1056.TI-84: normalcdf(−1E99, 17, 18, 0.8) = 0.1056.
Interpretation. About a 10.6% chance the average of 25 phones falls below 17 hours.
Adult female heights in a country are approximately Normal with μ = 64 inches and σ = 2.7 inches. A random sample of n = 36 women is selected. Find the probability the sample mean is between 63 and 65 inches, P(63 < x̄ < 65).
Strategy. Two z-scores, subtract.
Solution.
μ_x̄ = 64; σ_x̄ = 2.7 / √36 = 2.7 / 6 = 0.45.z₁ = (63 − 64) / 0.45 = −2.22; z₂ = (65 − 64) / 0.45 = +2.22.P(−2.22 < z < 2.22) ≈ 0.9737.TI-84: normalcdf(63, 65, 64, 0.45) = 0.9737.
Interpretation. About 97.4% of samples of 36 women have a mean height within one inch of 64. Notice how tight that is — because σ_x̄ = 0.45 is small, sample means cluster hard around μ.
A factory fills bags with a target mean weight μ = 50 grams and σ = 15 grams. The fill weights are right-skewed (occasional heavy overfills).
(a) For a sample of n = 25, can you find P(x̄ > 56)?
(b) For a sample of n = 100, find P(x̄ > 53), and comment on how n changed the spread.
Solution.
(a) Shape check first: population is skewed and n = 25 < 30. The CLT does not apply, the population isn't Normal, so we cannot model x̄ as Normal and cannot compute this probability with a Normal calculation. (Stating this is the answer — recognizing when you can't use the tool is an AP skill.)
(b) Now n = 100 ≥ 30, so by the CLT x̄ is approximately Normal.
μ_x̄ = 50; σ_x̄ = 15 / √100 = 15 / 10 = 1.5.z = (53 − 50) / 1.5 = 2.00.P(z > 2.00) ≈ 0.0228. TI-84: normalcdf(53, 1E99, 50, 1.5) = 0.0228.Effect of n. With n = 25, σ_x̄ = 15/√25 = 3.0; with n = 100, σ_x̄ = 15/√100 = 1.5. Multiplying the sample size by 4 cut the spread in half (because √4 = 2). Larger samples give means that hug μ more tightly — and push the shape toward Normal.
1. Using σ instead of σ/√n. The single most common error. A question about one individual uses σ; a question about a sample mean uses σ_x̄ = σ/√n. If the problem says "sample of n =" and asks about x̄, you must divide by √n. Forgetting this makes your spread far too big and your probabilities wrong.
2. Invoking the CLT when n is small and the population isn't Normal. The CLT needs large n (rule of thumb n ≥ 30). If the population is skewed and n = 12, you cannot claim x̄ is Normal. The correct response is often "we can't do this calculation," not a number.
3. Forgetting to justify the Normal shape. You must state why x̄ is Normal: either "the population is Normal, so x̄ is Normal for any n," or "n ≥ 30, so by the CLT x̄ is approximately Normal." No justification = lost points, even if your arithmetic is perfect.
4. Confusing the distribution of x̄ with the population. "P(a single car gets > 26 mpg)" uses σ = 6. "P(the mean of 40 cars > 26 mpg)" uses σ_x̄ = 0.9487. The sample-mean distribution is much narrower. Read whether the question asks about one observation or about an average.
5. Treating x̄ as Normal because the sample looks Normal. The shape condition is about the population shape (and n), not the histogram of your one sample. Don't justify normality from a sample dotplot when the population is known to be skewed.
P(x̄ < 480).(in context) A bakery's loaf weights are Normal with μ = 800 g, σ = 25 g. A random sample of n = 16 loaves is weighed. Find P(x̄ > 810) and state your shape justification.
(in context) Daily app-session lengths for a social platform are right-skewed with μ = 28 minutes and σ = 12 minutes. A random sample of n = 50 users is drawn. Find P(x̄ < 25) and justify the shape.
P(68 < x̄ < 72)) is closest to:True or false: If the population is Normal, the sampling distribution of x̄ is Normal even for n = 3. Explain.
A delivery service's package weights have μ = 4.2 lb and σ = 1.8 lb (right-skewed). For a sample of n = 9, a student computes P(x̄ > 4.8). What's wrong with attempting this calculation?
(in context) A coffee machine dispenses cups with mean μ = 240 mL and σ = 8 mL; output is Normal. For n = 25 cups, find the value c such that P(x̄ < c) = 0.975. (Hint: z = 1.96.)
Statistical Practice: 3 — Analyze Data
A regional supermarket chain states that the time customers spend at self-checkout has a population mean of μ = 8.5 minutes with population standard deviation σ = 3.5 minutes. The distribution of individual checkout times is strongly right-skewed (most customers are quick, but a few take a long time). A store manager records the checkout times of a random sample of n = 50 customers during one week.
(a) Describe the shape, center, and spread of the sampling distribution of the sample mean checkout time x̄. Justify the shape, and verify any condition needed for the spread. (4 points)
(b) Find the probability that the sample mean checkout time exceeds 9 minutes, P(x̄ > 9). Show your work. (4 points)
(c) Interpret your probability from part (b) in context. (2 points)
(a)
- Center: μ_x̄ = μ = 8.5 minutes. The sample mean is an unbiased estimator of the population mean.
- Spread: σ_x̄ = σ / √n = 3.5 / √50 = 3.5 / 7.0711 = 0.495 minutes. This requires the 10% condition: the 50 sampled customers are clearly less than 10% of all customers the store serves, so the observations are approximately independent and σ/√n is valid.
- Shape: The population is strongly right-skewed, so we rely on the Central Limit Theorem. Because n = 50 ≥ 30, the sampling distribution of x̄ is approximately Normal.
(b) Standardize using μ_x̄ = 8.5 and σ_x̄ = 0.495:
z = (9 − 8.5) / 0.495 = 0.5 / 0.495 = 1.01
P(x̄ > 9) = P(z > 1.01) ≈ 0.1562
TI-84: normalcdf(9, 1E99, 8.5, 0.495) = 0.1562.
(c) If we repeatedly took random samples of 50 customers, about 15.6% of those samples would have a mean checkout time greater than 9 minutes. A sample mean above 9 minutes is therefore not unusual; it is consistent with the chain's claimed mean of 8.5 minutes.
Part (a) — 4 points
μ_x̄ = 8.5 (with correct symbol/idea that it equals μ).σ_x̄ = 3.5/√50 = 0.495.Part (b) — 4 points
σ_x̄ = 0.495 (NOT σ = 3.5): z ≈ 1.01.normalcdf call with μ_x̄ and σ_x̄.P(x̄ > 9) (correct direction).Part (c) — 2 points
Where students lose points:
1. C. The sampling distribution of x̄ is centered at μ_x̄ = μ. (A) x̄ is a single statistic, not the center; (B) σ/√n is the spread; (D) 0 is arbitrary.
2. C (÷2). σ_x̄ = σ/√n. Going from n = 25 to n = 100 multiplies n by 4, so √n by 2, so σ_x̄ is divided by 2. (A)/(B) ignore the square root or direction; (D) ÷4 forgets the square root.
3. C. With a skewed population and n = 10 (< 30), the CLT does not apply, so x̄ keeps roughly the population's skew. (A)/(B) require population-Normal or large n; (D) wrong skew direction.
4. B (2.5). σ_x̄ = 20/√64 = 20/8 = 2.5. (A) forgets to divide; (C) divides by n instead of √n... actually 20/64 = 0.3125, the classic "divide by n" trap; (D) 1.6 = 20/12.5, no valid basis.
5. B. Population Normal ⇒ x̄ Normal for any n. (A) n = 12 is not ≥ 30; (C) sample shape doesn't justify population shape; (D) σ size is irrelevant to shape.
6. A (0.0548). σ_x̄ = 100/√64 = 12.5; z = (480 − 500)/12.5 = −1.60; P(z < −1.60) ≈ 0.0548. normalcdf(−1E99, 480, 500, 12.5) = 0.0548. (C) 0.1587 uses z = −1; (D) 0.0228 uses z = −2; (B) is near the center, a sign/setup error.
7. Population is Normal ⇒ x̄ is exactly Normal for any n (justification). σ_x̄ = 25/√16 = 25/4 = 6.25; z = (810 − 800)/6.25 = 1.60; P(x̄ > 810) = P(z > 1.60) ≈ 0.0548. normalcdf(810, 1E99, 800, 6.25) = 0.0548.
8. Population is right-skewed, but n = 50 ≥ 30, so by the CLT x̄ is approximately Normal. σ_x̄ = 12/√50 = 1.6971; z = (25 − 28)/1.6971 = −1.77; P(x̄ < 25) = P(z < −1.77) ≈ 0.0386. normalcdf(−1E99, 25, 28, 1.6971) = 0.0385. (Accept ≈ 0.038–0.039.)
9. D (0.9544). σ_x̄ = 14/√49 = 14/7 = 2; z = ±2/2 = ±1.00... wait: (72−70)/2 = 1.00 and (68−70)/2 = −1.00, so P(−1 < z < 1) ≈ 0.6826. Correct answer is (B) 0.6826. (D) 0.9544 corresponds to ±2 SD; (C) 0.8413 is one tail; (A) is a setup error.
10. True. If the population is Normal, then x̄ is Normal for every sample size, including n = 3. The CLT (n ≥ 30) is only needed when the population is not Normal; population normality gives an exact result regardless of n.
11. The population is right-skewed and n = 9 (< 30), so the CLT does not apply and the population is not Normal. Therefore x̄ cannot be modeled as Normal, and a Normal probability calculation for P(x̄ > 4.8) is not justified. (The correct "answer" is to recognize the calculation can't be done.)
12. C. σ_x̄ = σ/√n decreases as n increases (larger samples ⇒ tighter clustering of means around μ).
13. Population Normal ⇒ x̄ Normal. σ_x̄ = 8/√25 = 8/5 = 1.6. For the 97.5th percentile, z = 1.96, so c = μ_x̄ + 1.96·σ_x̄ = 240 + 1.96(1.6) = 240 + 3.136 = 243.14 mL. So P(x̄ < 243.14) ≈ 0.975. (TI-84 check: invNorm(0.975, 240, 1.6) = 243.14.)
Note on Problem 9: The keyed correct choice is (B) 0.6826 — within ±2 units means within ±1 standard deviation of μ_x̄ since σ_x̄ = 2, giving the 68% interval, not the 95% interval. Distractor (D) 0.9544 is the trap for students who confuse "2 units" with "2 standard deviations."
StatsIQ · Lesson 16 of 30 · Unit 2: Probability, Random Variables, and Probability Distributions · Phase 3: Sampling Distributions
This lesson is aligned to the new 2026–27 AP Statistics Course and Exam Description (first exam May 2027). AP® is a trademark registered by the College Board, which is not affiliated with and does not endorse this product.
All numerical results in this lesson (σ_x̄ values, z-scores, and normalcdf/Normal-table probabilities) have been independently recomputed and reviewed for statistical accuracy by a retired actuary.