What it covers: Confidence intervals and significance tests for one and two population proportions, Type I/II errors and power, and chi-square tests for two-way tables.
Exam weight: About 15–25% of the AP Statistics exam.
The big question: Given a sample proportion, what can we conclude about the population proportion — and how sure can we be?
Statistical practices: Formulate Questions (P1), Collect Data (P2), Analyze Data (P3), Interpret Results (P4).
Key topics at a glance
Sampling Distribution of p̂
Mean = p, standard deviation = √(p(1 − p)/n), approximately normal when Large Counts holds. This is the engine behind all proportion inference.
Conditions
Random sample or randomized experiment; 10% (n < 10% of the population); Large Counts (np̂ ≥ 10 and n(1 − p̂) ≥ 10).
Confidence Interval
p̂ ± z*·√(p̂(1 − p̂)/n). Estimate ± margin of error. A larger n narrows it; a higher confidence level widens it.
Interpreting Intervals
Interval: 'We are C% confident the interval captures the true p (in context).' Level: 'C% of such intervals from repeated samples would capture p.'
Significance Test
H₀: p = p₀ vs. Hₐ. Test statistic z = (p̂ − p₀)/√(p₀(1 − p₀)/n); find the p-value. If p-value ≤ α, reject H₀.
Errors & Power
Type I: reject a true H₀ (probability α). Type II: fail to reject a false H₀ (probability β). Power = 1 − β rises with larger n, larger effect, or larger α.
Two Proportions
Interval uses separate SEs; the test pools: p̂_c = (x₁ + x₂)/(n₁ + n₂). If a difference interval contains 0, no significant difference.