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.

Confidence intervals estimate an unknown population value using sample data and a stated level of confidence. This cheat sheet helps students choose the right interval, identify the correct critical value, and write results in context. It is especially useful for AP Statistics, introductory statistics, and data-based science work. Clear formulas reduce confusion between means, proportions, one-sample situations, and two-sample situations. Every confidence interval has the form estimate±margin of error\text{estimate} \pm \text{margin of error}. The margin of error depends on a critical value and the standard error of the statistic. For means, use tt^* when the population standard deviation is unknown, which is the usual case. For proportions, use zz^* with sample proportion formulas when success-failure conditions are met.

Key Facts

  • The general confidence interval form is estimate±critical valuestandard error\text{estimate} \pm \text{critical value} \cdot \text{standard error}.
  • For one population mean with unknown σ\sigma, the interval is xˉ±tsn\bar{x} \pm t^*\frac{s}{\sqrt{n}} with df=n1df = n - 1.
  • For one population proportion, the interval is p^±zp^(1p^)n\hat{p} \pm z^*\sqrt{\frac{\hat{p}(1 - \hat{p})}{n}}.
  • For two independent means, the interval is (xˉ1xˉ2)±ts12n1+s22n2(\bar{x}_1 - \bar{x}_2) \pm t^*\sqrt{\frac{s_1^2}{n_1} + \frac{s_2^2}{n_2}}.
  • For two independent proportions, the interval is (p^1p^2)±zp^1(1p^1)n1+p^2(1p^2)n2(\hat{p}_1 - \hat{p}_2) \pm z^*\sqrt{\frac{\hat{p}_1(1 - \hat{p}_1)}{n_1} + \frac{\hat{p}_2(1 - \hat{p}_2)}{n_2}}.
  • Common critical values for proportions 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.
  • Increasing the confidence level increases the critical value, so the confidence interval becomes wider.
  • A correct interpretation says that the method captures the true parameter in about the stated percent of many repeated samples, not that one fixed interval has that probability.

Vocabulary

Confidence interval
A range of plausible values for an unknown population parameter based on sample data and a confidence level.
Point estimate
A single sample statistic, such as xˉ\bar{x} or p^\hat{p}, used to estimate a population parameter.
Margin of error
The amount added to and subtracted from the point estimate, calculated as critical valuestandard error\text{critical value} \cdot \text{standard error}.
Critical value
A multiplier such as zz^* or tt^* that matches the confidence level and sampling distribution.
Standard error
The estimated standard deviation of a statistic, such as sn\frac{s}{\sqrt{n}} for a sample mean.
Degrees of freedom
A value, often df=n1df = n - 1 for a one-sample tt interval, used to choose the correct tt^* value.

Common Mistakes to Avoid

  • Using zz^* for a mean when σ\sigma is unknown is wrong because most one-sample mean intervals require tsnt^*\frac{s}{\sqrt{n}}.
  • Interpreting 95%95\% confidence as a 95%95\% chance that the parameter is in this interval is wrong because the parameter is fixed and the interval is random.
  • Forgetting to check conditions is wrong because formulas such as p^±zp^(1p^)n\hat{p} \pm z^*\sqrt{\frac{\hat{p}(1 - \hat{p})}{n}} depend on random sampling, independence, and an approximately normal sampling distribution.
  • Mixing up one-sample and two-sample formulas is wrong because comparing groups requires the difference statistic, such as xˉ1xˉ2\bar{x}_1 - \bar{x}_2 or p^1p^2\hat{p}_1 - \hat{p}_2.
  • Reporting only the numerical interval without context is incomplete because the final answer must identify the population parameter being estimated.

Practice Questions

  1. 1 A sample of n=36n = 36 students has mean study time xˉ=5.2\bar{x} = 5.2 hours and standard deviation s=1.8s = 1.8 hours. Using t=2.03t^* = 2.03, find the 95%95\% confidence interval for the population mean.
  2. 2 In a survey of n=400n = 400 voters, p^=0.58\hat{p} = 0.58 support a proposal. Use z=1.96z^* = 1.96 to find a 95%95\% confidence interval for the true proportion.
  3. 3 Two independent samples have xˉ1=72\bar{x}_1 = 72, s1=10s_1 = 10, n1=50n_1 = 50, xˉ2=68\bar{x}_2 = 68, s2=8s_2 = 8, and n2=45n_2 = 45. Using t=2.00t^* = 2.00, find the confidence interval for μ1μ2\mu_1 - \mu_2.
  4. 4 Explain why a 99%99\% confidence interval is wider than a 90%90\% confidence interval when both are based on the same sample data.