Central limit theorem
Central limit theorem
The central limit theorem says that even if the population distribution isn’t normal, the distribution of sample means becomes approximately normal when the sample size is large enough. For example, the number of hours of television people watch each day might be skewed (not normal). But if you randomly survey people each day and record the average number of hours watched, those daily averages will have an approximately normal distribution.
Sampling distribution
When you take many random samples of the same size and compute the sample mean each time, the collection of those means forms the sampling distribution of . If is a population variable with mean and standard deviation , then the sampling distribution of for samples of size is:
Where:
(mean of the sampling distribution)
The z-score for sample means is:
Practice problem
Example 1:
The mean SAT Math score is with a standard deviation of .
Part a.
If students are randomly selected, what is the probability that their average score is greater than ?
First, identify the given values:
, ,
Next, find the standard error:
Now compute the z-score for :
Finally, use the z-score table or technology to find the right-tail probability:
Solution:
The probability that the average score is greater than is approximately . If you repeatedly took many random samples of students, about of those samples would have an average above .
Part b.
What is the value of such that only of samples of size have a mean above that value?
“Only above” means we want the cutoff at the th percentile of the sampling distribution. The z-score for the th percentile is (or use invNorm).
Start with the z-score formula and solve for :
Solution:
of samples are expected to have a mean above .
Part c.
Why is it appropriate to use the normal distribution in this context?
The sample size is , which meets the central limit theorem’s minimum threshold of . This means the distribution of sample means is approximately normal even if the population distribution is not. Additionally, since the population standard deviation is known, the z-score model applies directly.
Solution:
It is appropriate because the sample size of satisfies the central limit theorem, and the known population standard deviation allows direct use of the z-score model.
Practice problem
Example 2:
One Pizza Pizza location in California knows that the population standard deviation of delivery times is minutes. A random sample of deliveries is selected.
Part a.
Can the central limit theorem be applied to this situation? Why or why not?
Check each condition:
- The deliveries are randomly selected. ✓
- It’s reasonable to treat delivery times as independent from one delivery to the next. ✓
- The sample size is , which is at least . ✓
Solution:
Yes, the central limit theorem can be applied. The deliveries are randomly selected, the sample size of meets the minimum threshold, and delivery times can reasonably be treated as independent.
Part b.
What is the standard error and what does it mean in this context? Use the standard error formula with known :
Solution:
The standard error is minutes. This means that if Pizza Pizza repeatedly took random samples of deliveries, the sample mean delivery time would typically differ from the population mean by about minutes.