5. Sampling Distributions

Introducing Statistics: Why Does Sample Size Matter?

Introducing Statistics: Why Does Sample Size Matter? πŸ“Š

In AP Statistics, one of the biggest ideas is that a sample can tell us about a population, but not perfectly. students, if you have ever checked a poll, looked at a school survey, or seen a news headline about public opinion, you were seeing statistics in action. The key question is: how much can we trust a sample? That depends a lot on sample size.

Learning goals for this lesson:

  • Explain why sample size affects the quality of statistical estimates.
  • Describe how larger samples usually give more stable results.
  • Connect sample size to sampling distributions, point estimates, and the Central Limit Theorem.
  • Use examples to reason about the difference between a small sample and a large sample.

Why do statisticians care about sample size?

Statistics is about using a smaller group, called a sample, to learn about a larger group, called a population. Since we usually cannot ask every person or measure every item, we rely on samples. For example, a school might survey $40$ students to estimate the average amount of sleep for all students, or a company might ask $500$ customers whether they like a product.

But here is the problem: samples naturally vary. Two different samples from the same population can give different results. This is called sampling variability. If one sample says $62\%$ of students support a new dress code and another says $58\%$, that difference is not surprising. Both samples are trying to estimate the same population value.

Sample size matters because larger samples usually have less variability. In other words, a large sample tends to be more stable and more representative than a small sample, assuming the sampling method is good. This does not mean a large sample is always perfect, but it usually gives a better estimate than a tiny one.

Think of it like taking a spoonful from a big pot of soup 🍲. A tiny spoonful might accidentally have more salt or more noodles than the whole pot. A bigger spoonful is more likely to match the overall soup. That is the basic idea behind sample size in statistics.

Point estimates and what they mean

A point estimate is a single number used to estimate a population parameter. For example:

  • $\hat{p}$ is the sample proportion used to estimate a population proportion $p$.
  • $\bar{x}$ is the sample mean used to estimate a population mean $\mu$.

Suppose a random sample of $100$ students finds that $64$ like online homework tools. Then the point estimate for the population proportion is $\hat{p} = \frac{64}{100} = 0.64$.

If another sample of only $20$ students found $12$ liked the tools, then $\hat{p} = \frac{12}{20} = 0.60$.

Which estimate is more trustworthy? Usually the larger sample, because it is based on more information and tends to jump around less from sample to sample. The smaller sample can still be useful, but its estimate is more likely to be far from the true population proportion.

For means, the same idea applies. If one sample of $10$ test scores has an average of $78$, and another sample of $100$ test scores has an average of $79$, the larger sample mean is usually more reliable as an estimate of the population mean. The larger sample is not guaranteed to be correct, but it is often closer in repeated sampling.

Sampling distributions: the big picture

To understand why sample size matters, students, you need to think beyond one sample. Statistics studies what happens when we take many samples of the same size from the same population. The distribution of all possible sample results is called a sampling distribution.

For a sample proportion $\hat{p}$, the sampling distribution shows the values $\hat{p}$ could take and how often they occur in repeated sampling. For a sample mean $\bar{x}$, the sampling distribution shows the values of $\bar{x}$ across many repeated samples.

The key lesson is that sample size affects the spread of the sampling distribution. Larger samples usually produce a sampling distribution that is narrower, meaning the sample statistic varies less from sample to sample.

For a sample proportion, the standard deviation of the sampling distribution is approximately

$$\sqrt{\frac{p(1-p)}{n}}.$$

This formula shows that when $n$ gets bigger, the denominator grows, so the standard deviation gets smaller. That means more precision.

For a sample mean, the standard deviation of the sampling distribution is

$$\frac{\sigma}{\sqrt{n}}.$$

Again, as $n$ increases, the spread decreases. This is one of the most important reasons statisticians want larger samples: they give more precise estimates.

A real-world example: polling voters πŸ—³οΈ

Imagine a news station wants to estimate the proportion of voters who support a local school funding proposal. The true population proportion is unknown, so the station takes random samples.

If the sample size is $n=25$, one sample might give $\hat{p}=0.56$, another might give $\hat{p}=0.44$, and a third might give $\hat{p}=0.60$. Those answers are spread out quite a bit.

If the sample size is increased to $n=400$, the sample results might be $\hat{p}=0.51$, $\hat{p}=0.49$, and $\hat{p}=0.50$. These are much closer together. The bigger samples are less affected by random chance.

This is why election polls often use hundreds or thousands of people instead of just a few. A small sample can accidentally overrepresent one group, but a larger sample makes those random imbalances less important. Of course, good sampling method still matters. A large biased sample can still give a misleading result.

So the AP Statistics idea is not β€œbigger is always better no matter what.” It is β€œbigger random samples tend to give more reliable estimates.”

Connection to the Central Limit Theorem

The Central Limit Theorem says that for sufficiently large random samples, the sampling distribution of the sample mean becomes approximately normal, even if the population distribution is not normal. This theorem helps explain why sample size matters so much.

For means, if the population is not strongly skewed and the sample size is large enough, the sampling distribution of $\bar{x}$ becomes more bell-shaped. As the sample size increases, the spread of the sampling distribution also decreases.

For proportions, the sampling distribution of $\hat{p}$ is approximately normal when the sample is large enough so that both $np$ and $n(1-p)$ are sufficiently large. This condition helps ensure the distribution is not too skewed.

The Central Limit Theorem does not say every large sample is perfect. It says that large random samples make the behavior of sample means more predictable. That predictability is one reason statisticians trust large samples more than small ones.

Why small samples can be misleading

Small samples can produce extreme results by chance alone. Suppose a restaurant owner asks only $5$ customers whether they liked a new menu item. If $4$ say yes, the owner might think the item is a hit. But with only $5$ people, one unusual group can greatly affect the result.

Now suppose the owner asks $200$ customers. If $132$ say yes, the sample proportion is $\hat{p} = \frac{132}{200} = 0.66$. That result is less likely to be thrown off by random chance than the result from $5$ people.

This does not mean the larger sample is guaranteed to match the population exactly. It means the estimate is likely to be closer and less noisy. In AP Statistics, this is often described as having lower variability or greater precision.

A good way to remember it: small samples are like looking through a tiny keyhole πŸ‘€. You can see something, but not much. Larger samples open the view wider.

Putting it all together for AP Statistics

When you see a question about sample size, think about three things:

  1. Sampling variability: Different random samples give different results.
  2. Precision: Larger samples usually have less spread in their sampling distributions.
  3. Inference: Better estimates help us make better decisions about a population.

In AP Statistics, sample size is not just a calculation detail. It is a major idea that links point estimates, sampling distributions, and the Central Limit Theorem. If you understand why larger samples tend to be more reliable, you will be ready for many topics later in the course, including confidence intervals and significance tests.

For example, if a school wants to estimate the average time students spend on homework, a sample of $15$ students may give a rough estimate, but a sample of $150$ students will usually give a more stable one. The larger sample does not magically become the true mean, but it tends to be closer to the population mean $\mu$.

Conclusion

Sample size matters because statistics is built on uncertainty. We use samples to estimate population values, and those estimates vary from sample to sample. Larger samples usually reduce that random variation, making point estimates more precise and sampling distributions narrower. This idea connects directly to the Central Limit Theorem and to the AP Statistics goal of making reliable conclusions from data. students, if you remember only one thing from this lesson, let it be this: bigger random samples usually give better estimates, but good sampling method is still essential. πŸ“ˆ

Study Notes

  • A sample is a smaller group used to learn about a population.
  • A point estimate is a single number used to estimate a population parameter.
  • $\hat{p}$ estimates $p$, and $\bar{x}$ estimates $\mu$.
  • Sampling variability means different random samples give different results.
  • Larger samples usually have less variability and greater precision.
  • The standard deviation of the sampling distribution of $\hat{p}$ is approximately $\sqrt{\frac{p(1-p)}{n}}$.
  • The standard deviation of the sampling distribution of $\bar{x}$ is $\frac{\sigma}{\sqrt{n}}$.
  • The Central Limit Theorem says that large random samples make the sampling distribution of $\bar{x}$ approximately normal.
  • For proportions, the sampling distribution of $\hat{p}$ is approximately normal when $np$ and $n(1-p)$ are sufficiently large.
  • Large samples help, but only if the sampling method is random and unbiased.
  • In AP Statistics, sample size is important for estimating populations, building confidence intervals, and testing claims.

Practice Quiz

5 questions to test your understanding

Introducing Statistics: Why Does Sample Size Matter? β€” AP Statistics | A-Warded