Module 6 Study Guide

Confidence Intervals & Sample Size - Comprehensive Reference

How to Use This Study Guide

1. Introduction to Confidence Intervals

Point Estimate: A single number estimating a parameter (x̄ for μ, p̂ for p)

Interval Estimate (CI): A range of plausible values for the parameter

CI = Point Estimate ± Margin of Error
CI = Point Estimate ± (Critical Value) × (Standard Error)

Confidence Level: The percentage of intervals (constructed the same way) that would capture the true parameter

Correct Interpretation: "We are 95% confident that the true parameter is between ___ and ___."
Incorrect: "There's a 95% chance the parameter is between ___ and ___."
Why: The parameter is fixed (not random). The 95% refers to confidence in the method.

2. Confidence Intervals for Means

CI for Population Mean (μ)

x̄ ± t* × (s / √n)

Where: x̄ = sample mean, t* = critical t-value, s = sample SD, n = sample size

The t-Distribution

Common t* Values (for reference)

df90% CI95% CI99% CI
101.8122.2283.169
201.7252.0862.845
301.6972.0422.750
∞ (z)1.6451.9602.576

When to Use z vs. t

3. Confidence Intervals for Proportions

CI for Population Proportion (p)

p̂ ± z* × √(p̂(1-p̂)/n)

Where: p̂ = sample proportion, z* = critical z-value, n = sample size

Success-Failure Condition

Before using normal approximation, check:
np̂ ≥ 10 AND n(1-p̂) ≥ 10

This ensures enough successes and failures for normal approximation to be valid.

Critical z* Values

Confidence Levelz*
90%1.645
95%1.960
99%2.576

4. Determining Sample Size

Sample Size for Means

n = (z*σ / E)²

Where: E = desired margin of error, σ = population SD (estimate), z* = critical value

Sample Size for Proportions

n = p̂(1-p̂) × (z*/E)²

Conservative (no prior estimate): Use p̂ = 0.5 → n = 0.25 × (z*/E)²

Important Rules:

5. Quick Formula Reference

TypeFormulaWhen to Use
CI for Mean x̄ ± t*(s/√n) σ unknown, estimating μ
CI for Proportion p̂ ± z*√(p̂(1-p̂)/n) Estimating p, check conditions
Sample Size (Mean) n = (z*σ/E)² Plan study for means
Sample Size (Prop) n = p̂(1-p̂)(z*/E)² Plan study for proportions
Standard Error (Mean) SE = s/√n Variability of x̄
Standard Error (Prop) SE = √(p̂(1-p̂)/n) Variability of p̂
Degrees of Freedom df = n - 1 For t-distribution

6. Step-by-Step Procedures

Constructing CI for a Mean:

  1. Check conditions (random sample, n≥30 or population normal)
  2. Calculate x̄ and s from data
  3. Find df = n - 1
  4. Look up t* for desired confidence level and df
  5. Calculate SE = s/√n
  6. Calculate E = t* × SE
  7. Construct interval: x̄ ± E
  8. Interpret in context

Constructing CI for a Proportion:

  1. Check conditions (random sample, np̂≥10 and n(1-p̂)≥10)
  2. Calculate p̂ = x/n
  3. Look up z* for desired confidence level
  4. Calculate SE = √(p̂(1-p̂)/n)
  5. Calculate E = z* × SE
  6. Construct interval: p̂ ± E
  7. Interpret in context
← Back to Module 6

© 2025 Learn Without Walls. All rights reserved.