Fiveable

๐Ÿ“‰Intro to Business Statistics Unit 7 Review

QR code for Intro to Business Statistics practice questions

7.3 The Central Limit Theorem for Proportions

7.3 The Central Limit Theorem for Proportions

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“‰Intro to Business Statistics
Unit & Topic Study Guides

The Central Limit Theorem for proportions is a game-changer in statistics. It tells us that when we take big enough samples, the distribution of sample proportions becomes normal, no matter what the original population looks like.

This theorem is super useful for making educated guesses about population proportions. It helps us create confidence intervals and do hypothesis tests, which are key tools for drawing conclusions from sample data about larger populations.

The Central Limit Theorem for Proportions

Central Limit Theorem for proportions

  • States sampling distribution of sample proportion p^\hat{p} is approximately normal when sample size is large enough (typically nโ‰ฅ30n \geq 30) regardless of population distribution shape
  • Requires both nโ‹…pโ‰ฅ10n \cdot p \geq 10 and nโ‹…(1โˆ’p)โ‰ฅ10n \cdot (1-p) \geq 10, where nn is sample size and pp is population proportion
  • Mean of sampling distribution of p^\hat{p} equals population proportion pp
  • Standard deviation of sampling distribution of p^\hat{p} is p(1โˆ’p)n\sqrt{\frac{p(1-p)}{n}}
  • Sampling distribution of p^\hat{p} becomes more normally distributed as sample size increases (Law of Large Numbers)
  • Applies to binomial distributions, which model the number of successes in a fixed number of independent trials
Central Limit Theorem for proportions, 7.3 The Sampling Distribution of the Sample Proportion โ€“ Significant Statistics

Mean and standard deviation of sampling distributions

  • Mean of sampling distribution of p^\hat{p}: ฮผp^=p\mu_{\hat{p}} = p
  • Standard deviation of sampling distribution of p^\hat{p}: ฯƒp^=p(1โˆ’p)n\sigma_{\hat{p}} = \sqrt{\frac{p(1-p)}{n}}
    • Requires population proportion pp and sample size nn
  • When population proportion pp is unknown, estimate using sample proportion p^\hat{p}
    • Estimated standard deviation: p^(1โˆ’p^)n\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}
  • Larger sample sizes result in smaller standard deviations and more precise estimates of population proportion
Central Limit Theorem for proportions, Introduction to Distribution of Sample Proportions | Concepts in Statistics

Confidence intervals for population proportions

  • Formula: p^ยฑzฮฑ/2โ‹…p^(1โˆ’p^)n\hat{p} \pm z_{\alpha/2} \cdot \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}
    • p^\hat{p} is sample proportion
    • zฮฑ/2z_{\alpha/2} is critical value from standard normal distribution for desired confidence level (z0.025=1.96z_{0.025} = 1.96 for 95% confidence)
    • nn is sample size
  • Provides range of plausible values for population proportion pp based on sample data
  • Confidence level (90%, 95%, 99%) is probability that interval contains true population proportion
  • Assumptions:
    1. Random sample from population
    2. Large enough sample size: nโ‹…p^โ‰ฅ10n \cdot \hat{p} \geq 10 and nโ‹…(1โˆ’p^)โ‰ฅ10n \cdot (1-\hat{p}) \geq 10
    3. Independent observations in sample
  • Example: Survey of 500 customers finds 60% satisfaction. 95% confidence interval: 0.60ยฑ1.96โ‹…0.60(1โˆ’0.60)500=(0.552,0.648)0.60 \pm 1.96 \cdot \sqrt{\frac{0.60(1-0.60)}{500}} = (0.552, 0.648)
  • The margin of error is represented by the term after the ยฑ symbol in the confidence interval formula

Statistical Inference and Hypothesis Testing

  • Statistical inference uses sample data to draw conclusions about population parameters
  • Hypothesis testing involves making decisions about population parameters based on sample data
  • Both rely on probability theory to quantify uncertainty in estimates and decisions
  • The Central Limit Theorem for proportions is crucial for these methods when working with categorical data