Confidence Intervals for Means

Construct and interpret confidence intervals for a population mean using the t-distribution.

🎯⭐ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson →

Confidence Intervals for Means

Why Not z? The t-Distribution

When we estimate a population mean, we usually don't know σ\sigma, so we estimate it with ss (sample standard deviation). This introduces extra uncertainty, so we use the t-distribution instead of the Normal distribution.

One-Sample t-Interval for μ\mu

xˉ±tsn\bar{x} \pm t^* \frac{s}{\sqrt{n}}

where:

  • xˉ\bar{x} = sample mean
  • tt^* = critical value from the tt-distribution with df=n1df = n - 1
  • sn\frac{s}{\sqrt{n}} = standard error of xˉ\bar{x}

The t-Distribution

Properties:

  • Symmetric and bell-shaped (like Normal)
  • More spread out than the Normal (heavier tails)
  • Characterized by degrees of freedom (dfdf)
  • As dfdf \to \infty, the tt-distribution approaches the Normal

Conditions

  1. Random: Data from a random sample or randomized experiment
  2. 10% Condition: n<0.10Nn < 0.10N
  3. Normal/Large Sample: Population is Normal, OR n30n \geq 30 (CLT)
    • For n<30n < 30: Check for strong skewness or outliers (use graphs)
    • If the sample has extreme outliers, the t-interval is not reliable

Interpretation

"We are [C]% confident that the true mean [context] is between [lower] and [upper]."

Paired t-Interval

For matched pairs data (before/after, twin studies):

  1. Calculate the differences di=x1ix2id_i = x_{1i} - x_{2i}
  2. Apply the one-sample t-interval to the differences

dˉ±tsdn\bar{d} \pm t^* \frac{s_d}{\sqrt{n}}

t-Table Values (Selected)

| df | 90% (tt^*) | 95% (tt^*) | 99% (tt^*) | |----|------------|------------|------------| | 5 | 2.015 | 2.571 | 4.032 | | 10 | 1.812 | 2.228 | 3.169 | | 20 | 1.725 | 2.086 | 2.845 | | 30 | 1.697 | 2.042 | 2.750 | | \infty | 1.645 | 1.960 | 2.576 |

Choosing Between z and t

| Situation | Use | |-----------|-----| | σ\sigma known (rare) | z-interval | | σ\sigma unknown | t-interval | | Proportion | z-interval | | Mean | t-interval |

AP Tip: On the AP exam, always use the t-distribution for means unless explicitly told σ\sigma is known. The z-interval for means is almost never used in practice.

📚 Practice Problems

No example problems available yet.