Sampling distribution of x-bar: 8 practice problems
By Jude Wallis · Published
This set has 8 problems on the sampling distribution of the sample mean. You find its center and its standard deviation, decide when a normal model is justified, compute probabilities about x-bar, and solve for the sample size a stated precision needs. Work each one before opening the steps.
AP Statistics: Unit 4 (topics 4.1 Sampling Distributions for Sample Means). These problems cover Unit 4 topic 4.1 of the Fall 2026 AP Statistics course: the mean, the standard deviation, and the shape of the sampling distribution of the sample mean, plus probabilities computed from it. The central limit theorem itself is introduced earlier, in Unit 2 topic 2.12. Unit 4 is 10 to 20% of the multiple-choice section, and every t procedure later in the unit rests on the three facts practiced here.
What these problems build
Every inference procedure for a mean rests on one fact: if you take random samples of size from a population with mean and standard deviation , the sample mean (read 'x-bar') varies from sample to sample in a predictable way. Three facts describe that variation.
- Center. . The sample mean is an unbiased estimator, so it is centered on the parameter it estimates at every sample size and for every population shape.
- Spread. , provided the sample is less than 10% of the population when sampling without replacement.
- Shape. Normal in two situations, and only those two: the population itself is normal, in which case is exactly normal at any , or is large enough for the central limit theorem, which makes it approximately normal and which this course treats as .
Problem 1 is the routine center-and-spread calculation, problems 2 through 7 add probabilities, sample-size algebra, and a shape argument, and problem 8 uses the sampling distribution the way a hypothesis test does. Every probability below is a normal-curve area, so review how to find a z score if the standardizing step is shaky, read sampling distributions explained for the concept, and check your areas against the normal distribution calculator or the z-table.
The shape question, which is where points are lost
Center and spread are formula work. Shape is an argument, and it is the part a rubric reads. Two separate routes make normal enough to use, and a response has to name the one it is using.
| Route | What you must state | Sample size needed |
|---|---|---|
| Normal population | The problem says the population is normal or approximately normal | Any , even |
| Central limit theorem | The population shape is unknown or skewed |
A skewed population with satisfies neither, so no normal probability may be computed at all. Notice what does not break: and are still correct in that case, because neither depends on shape. Only the area under a normal curve becomes unavailable. Problem 4 is built on exactly that distinction. For the theorem itself, read the central limit theorem guide, and to watch the shape settle down as grows, open the sampling distribution simulator. More sets are on the practice page.
Frequently asked questions
Why is the standard deviation of x-bar sigma over root n rather than sigma?
Because averaging cancels variation. High values in a sample tend to be offset by low ones, so a mean of observations bounces around far less than a single observation does. The variance of the mean is , and taking the square root gives . The square root is why quadrupling the sample size only halves the spread. See standard error vs standard deviation.
How large does n have to be for the central limit theorem?
The AP course uses as its working rule, and that is the threshold to cite in a response. It is a convention rather than a theorem: mildly skewed populations settle down well before 30, and severely skewed ones with extreme outliers can need more. When the population is stated to be normal you do not invoke the theorem at all, since is then exactly normal at every sample size. Read the central limit theorem guide.
If the population is skewed and n is small, is everything wrong?
No. Only the shape claim fails. The mean and the standard deviation are still exactly right, because neither depends on the shape of the population. What you lose is permission to compute areas from a normal curve, which means no normal probability, no confidence interval, and no p-value. Problem 4 works through that case.
When do I use sigma over root n instead of s over root n?
Use only when the population standard deviation is given, which is standard in sampling-distribution problems like these and rare in real inference. Once you estimate the spread from the sample with , the quantity is a standard error, it carries its own sampling error, and the reference curve becomes a t distribution rather than the standard normal. See t test vs z test.
Problem 1
A utility reports that daily water use per household in a town of 5000 households is right-skewed with mean gallons and standard deviation gallons. An auditor takes a simple random sample of households and records the sample mean . (a) Find the mean and the standard deviation of the sampling distribution of . (b) Check the 10% condition and say what it buys you.
Show the worked solution
(a) Center. The sample mean is an unbiased estimator of the population mean, so gallons. This holds for any sample size and any population shape, so the right skew does not affect it.
(a) Spread. gallons. Sample means vary about seven times less than individual households do, since .
(b) Check the condition. Sampling is without replacement, so the requirement is . Here , and , so the condition is satisfied.
(b) What it buys. The formula assumes the observations are independent. Removing one household changes the pool for the next draw, so they are not exactly independent, but with the sample under 10% of the population the dependence is small enough that the formula stays accurate. Without the condition, would overstate the true variability of .
Note what the problem does not ask. Nothing here requires the sampling distribution to be normal, so the skew is irrelevant to both answers.
(a) gallons and gallons. (b) , so the 10% condition holds and is a valid standard deviation for .
Problem 2
Resting heart rates in a large clinic population are approximately normal with mean beats per minute and standard deviation bpm. (a) Find the probability that one randomly chosen adult has a resting heart rate above 78 bpm. (b) Find the probability that a random sample of 36 adults has a sample mean above 78 bpm. (c) Explain why the two answers differ so much.
Show the worked solution
(a) One individual. The relevant standard deviation is the population value bpm, not a standard error. Standardize: .
(a) Area. , so about 30.85% of individual adults are above 78 bpm.
(b) One sample mean. The population is normal, so is normal for any , centered at with bpm.
(b) Standardize and find the area. , and .
(c) Compare. The value 78 sits half a population standard deviation above the mean, but three standard errors above it. Averaging 36 people cancels out most of the individual variation, so a sample mean 6 bpm above the truth is far more extreme than one person 6 bpm above the truth. That is the whole reason inference works on means: shrinks while does not.
(a) , so . (b) bpm, , so . (c) The same 6 bpm gap is population standard deviations but standard errors, because averaging 36 values divides the spread by .
Problem 3
A beverage filling line fills containers whose volumes are approximately normal with standard deviation mL. Engineers monitor the line with the sample mean of randomly chosen containers. (a) Find the smallest for which the standard deviation of is at most 2 mL. (b) Find the smallest for which lands within 3 mL of the true mean at least 95% of the time.
Show the worked solution
(a) Set up the inequality. Require , which rearranges to , so . The smallest sample size is .
(b) Translate the requirement. 'Within 3 mL at least 95% of the time' means . For a normal sampling distribution, the middle 95% runs from to standard errors, so the requirement is .
(b) Solve for . gives , so . Sample size must be a whole number and the inequality runs upward, so round up to .
(b) Verify both sides of the cutoff. At , and , giving . At , and , giving . So 62 really is the smallest.
Note the direction of rounding. Rounding 61.4656 down to 61 would fail the requirement by a whisker, which is why sample-size answers always round up, never to the nearer integer.
(a) , so 36 containers. (b) , so and the answer is . Checking: gives probability and gives .
Problem 4
Time to failure for a machine part is strongly right-skewed with mean hours and standard deviation hours. (a) A technician takes a random sample of parts and wants to model with a normal distribution. Explain why that is not justified, and state which of the three sampling-distribution facts still hold. (b) Would be enough if failure times had been normal instead? (c) For a random sample of parts, find .
Show the worked solution
(a) Check both routes to normality. The population is strongly right-skewed, so the normal-population route is closed. The central limit theorem route needs , and is far short of it. Neither route applies, so no normal probability may be computed for at this sample size.
(a) What survives. Center and spread do not depend on shape, so hours and hours are both still correct. Only the shape claim fails, and with it any area under a normal curve. The sampling distribution of for would itself be right-skewed, though less so than the population.
(b) A normal population. Yes. If failure times were normal, would be exactly normal for every sample size, including and even . The central limit theorem is only needed when the population is not normal.
(c) Justify the model at . The population is skewed, but , so the central limit theorem makes approximately normal, centered at hours with hours.
(c) Standardize and find the area. , and .
(a) The population is strongly skewed and , so neither route to normality applies; hours and hours are still correct, but no normal area may be computed. (b) Yes: a normal population makes normal at every . (c) hours, , so .
Problem 5
Travel times on a city bus route are approximately normal with mean minutes and standard deviation minutes. A supervisor records a random sample of trips each day, and the route is logged as on schedule when the sample mean travel time falls between 26.5 and 31 minutes. Find the probability that a day is logged as on schedule.
Show the worked solution
Describe the sampling distribution. The population is stated to be approximately normal, so is approximately normal for with no appeal to the central limit theorem needed. Center: minutes.
Standard deviation. minutes.
Standardize the lower bound. .
Standardize the upper bound. .
Subtract the two areas. , about .
Read it back in context. About 81.9% of days produce a sample mean inside the window, so roughly 18% of days get flagged even when nothing about the route has changed.
minutes, and , so .
Problem 6
A dairy fills yogurt cups whose net weights are approximately normal with mean g and standard deviation g. Quality control weighs a random sample of cups every hour and stops the line whenever the sample mean falls outside the two limits that capture the middle 99% of the sampling distribution of . (a) Find those two limits. (b) Interpret what a stop means in terms of this probability.
Show the worked solution
Describe the sampling distribution. The population is approximately normal, so is approximately normal at . Center g and g.
(a) Find the critical value. The middle 99% leaves in each tail, so the limits sit at standard errors from the center. This is the same that a 99% confidence interval uses.
(a) Convert to grams. The distance from the center is g.
(a) Build the limits. Lower: g. Upper: g. Rounded, the line stops if the hourly sample mean falls below 144.85 g or above 155.15 g.
(b) Interpret. If the process really is on target at 150 g, only 1% of hourly samples of 9 cups produce a mean outside those limits, so a stop happens about once every 100 hours by chance alone. When the line does stop, either that 1% event occurred or the process has genuinely drifted off 150 g. Narrower limits would catch real drift sooner but would also raise the false-alarm rate above 1%.
(a) g and , so the limits are , that is g and g. (b) On a process that is truly on target, only about 1% of hourly samples fall outside, so a stop is either a 1-in-100 false alarm or a sign of real drift.
Problem 7
Lead concentration in a city's tap water is right-skewed with mean ppb and standard deviation ppb. (a) For a random sample of taps, find the probability that lands within 0.5 ppb of . (b) Repeat for taps. (c) The sample size was multiplied by 4. Did the probability double? Explain what actually changed.
Show the worked solution
Justify the model for both sizes. The population is skewed, but and both clear 30, so the central limit theorem makes approximately normal in each case, centered at ppb.
(a) At . ppb, so 0.5 ppb is exactly one standard error. Then , about .
(b) At . ppb, so the same 0.5 ppb is now two standard errors. Then , about .
(c) Answer the doubling question. No. The probability went from to , a rise of about , not a doubling. A doubling was never possible, since is greater than 1 and no probability can exceed 1.
(c) Explain what changed. Quadrupling halved the standard error, from to ppb, because shrinks like and . A fixed 0.5 ppb window therefore stretched from 1 standard error to 2 standard errors on each side, and these are the two familiar empirical-rule areas, 68% and 95%. Precision improves with the square root of the sample size, and gains shrink as the probability approaches 1.
(a) ppb, , probability . (b) ppb, , probability . (c) No: quadrupling halved the standard error, so the same window widened from 1 to 2 standard errors, and the area rose from about 68% to about 95%.
Problem 8
A cafe chain's records show that the mean wait at its drive-through is minutes with minutes, and that wait times are right-skewed. A reporter times a random sample of 50 customers across the chain and gets minutes. (a) Describe the sampling distribution of assuming the chain's figures are correct. (b) Find . (c) Interpret that probability in context and say whether the sample is convincing evidence against the chain's claimed mean.
Show the worked solution
(a) Center. If the chain's figures are correct, minutes.
(a) Spread. minutes. The 10% condition holds, since 50 customers is far less than 10% of everyone the chain serves.
(a) Shape. Wait times are right-skewed, so the normal-population route is closed, but , so the central limit theorem makes approximately normal. The sampling distribution is therefore approximately .
(b) Standardize. .
(b) Find the area. .
(c) Interpret the probability. If the true mean wait really were 4.0 minutes, only about 0.16% of random samples of 50 customers would average 4.5 minutes or longer. The reporter's sample is not the kind of result the chain's own figures produce by chance.
(c) Answer the question asked. Yes, this is convincing evidence that the true mean wait is longer than the claimed 4.0 minutes. Note the logic: you assumed the claim was true, found that the observed result would be rare under that assumption, and concluded against the claim. That is exactly what a significance test does, and the probability you computed plays the role of a p-value. One difference from a real test: here was given, so a z procedure was possible. When only a sample standard deviation is available, the same reasoning runs through a t procedure instead.
(a) Approximately normal by the central limit theorem (), with minutes and minutes. (b) , so . (c) Only about 0.16% of samples of 50 would average 4.5 minutes or more if the claim were true, which is convincing evidence the true mean wait exceeds 4.0 minutes.