Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Margin of error describes how much a sample estimate might reasonably differ from the true population value. This cheat sheet helps students connect surveys, confidence intervals, sample size, and variability. It is useful for interpreting polls, experiments, and statistical reports. Students in grades 10-12 need it to understand what confidence statements can and cannot prove. The core idea is that a confidence interval is built from an estimate plus or minus a margin of error. For proportions, the margin of error often uses ME=zp^(1p^)nME = z^*\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}. For means, it often uses ME=tsnME = t^*\frac{s}{\sqrt{n}} when the population standard deviation is unknown. Larger samples reduce margin of error, while higher confidence levels increase it.

Key Facts

  • A confidence interval has the form estimate±ME\text{estimate} \pm ME, where MEME is the margin of error.
  • For a population proportion, the margin of error is ME=zp^(1p^)nME = z^*\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}.
  • For a population mean with unknown σ\sigma, the margin of error is ME=tsnME = t^*\frac{s}{\sqrt{n}}.
  • The standard error for a sample proportion is SEp^=p^(1p^)nSE_{\hat{p}} = \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}.
  • The standard error for a sample mean is SExˉ=snSE_{\bar{x}} = \frac{s}{\sqrt{n}} when ss estimates the population standard deviation.
  • Common critical values are z=1.645z^* = 1.645 for 90%90\%, z=1.96z^* = 1.96 for 95%95\%, and z=2.576z^* = 2.576 for 99%99\% confidence.
  • To estimate a proportion with planned margin of error MEME, use n=p^(1p^)(zME)2n = \hat{p}(1-\hat{p})\left(\frac{z^*}{ME}\right)^2.
  • When no prior estimate of p^\hat{p} is available, use p^=0.5\hat{p} = 0.5 because it gives the most conservative sample size.

Vocabulary

Margin of Error
The margin of error is the amount added to and subtracted from a sample estimate to create a confidence interval.
Confidence Interval
A confidence interval is a range of plausible values for a population parameter based on sample data.
Critical Value
A critical value such as zz^* or tt^* is a multiplier that depends on the confidence level and distribution used.
Standard Error
Standard error measures the typical sampling variation of a statistic such as p^\hat{p} or xˉ\bar{x}.
Sample Proportion
The sample proportion p^\hat{p} is the fraction of a sample with a certain characteristic.
Sample Size
The sample size nn is the number of observations or individuals included in the sample.

Common Mistakes to Avoid

  • Using zz^* when the problem requires tt^* is wrong because means with unknown population standard deviation usually use a tt distribution.
  • Forgetting the square root in SEp^=p^(1p^)nSE_{\hat{p}} = \sqrt{\frac{\hat{p}(1-\hat{p})}{n}} is wrong because standard error is a standard deviation, not a variance.
  • Saying a 95%95\% confidence interval has a 95%95\% chance of containing the fixed parameter is wrong because the long-run method, not one completed interval, has the 95%95\% success rate.
  • Thinking that doubling nn cuts MEME in half is wrong because margin of error changes with 1n\frac{1}{\sqrt{n}}, so cutting MEME in half requires about 44 times the sample size.
  • Ignoring random sampling conditions is wrong because margin of error formulas assume the sample represents the population without major bias.

Practice Questions

  1. 1 A poll of n=400n = 400 students finds p^=0.62\hat{p} = 0.62. Using z=1.96z^* = 1.96, calculate the margin of error for a 95%95\% confidence interval.
  2. 2 A sample has xˉ=72\bar{x} = 72, s=10s = 10, n=25n = 25, and t=2.064t^* = 2.064. Find the margin of error and write the confidence interval.
  3. 3 A researcher wants a 95%95\% confidence interval for a proportion with ME=0.04ME = 0.04 and no prior estimate of p^\hat{p}. Use z=1.96z^* = 1.96 and p^=0.5\hat{p} = 0.5 to estimate the needed sample size.
  4. 4 Explain why a higher confidence level usually creates a wider confidence interval when the sample data and sample size stay the same.