Statistics · Unit 7: Inference for Quantitative Data: Means · 14 min read · Updated 2026-05-11
Hypothesis Tests for a Population Mean — AP Statistics
AP Statistics · Unit 7: Inference for Quantitative Data: Means · 14 min read
1. Core Concepts and Conditions for Inference★★☆☆☆⏱ 3 min
A hypothesis test for a population mean uses sample mean data to evaluate a claim about the true unknown population mean $\mu$. This topic makes up the largest share of Unit 7, which accounts for 12-15% of your total AP Statistics exam score, appearing regularly in both multiple-choice and free-response questions.
**Random**: Data comes from a random sample or randomized experiment. If using a convenience sample, you must note potential bias.
**Independent**: When sampling without replacement, the 10% condition holds: $n < 10\%$ of the total population.
**Normal/Large Sample**: Sampling distribution of $\bar{x}$ is approximately normal if $n \geq 30$, or $n < 30$ with no strong skewness/outliers in sample data.
Exam tip: AP graders require you to explicitly connect each condition to the problem context and numbers, not just list 'RIN'. You will lose points for only naming conditions without verification.
2. One-Sample t-Test Calculation and Interpretation★★★☆☆⏱ 4 min
After verifying conditions, calculate the t-test statistic, which measures how far your sample mean is from the hypothesized mean, measured in standard error units. Degrees of freedom for the t-distribution are $df = n-1$.
t = \frac{\bar{x} - \mu_0}{s / \sqrt{n}}
The p-value is the probability of observing a t-statistic as extreme or more extreme than your calculated value, assuming $H_0$ is true. For two-sided tests, double the one-sided tail area. If $p < \alpha$ (pre-specified significance level, usually 0.05), reject $H_0$; otherwise, fail to reject $H_0$.
Exam tip: Never write 'we accept the null hypothesis' — we only fail to find enough evidence to reject it, not prove it is true. Always use 'fail to reject' for non-significant results.
3. Matched Pairs t-Tests for Mean Difference★★★☆☆⏱ 3 min
A matched pairs t-test is used for dependent paired data: two measurements on the same individual (common in before-after studies) or two matched subjects assigned to different treatments. A matched pairs test is just a one-sample t-test run on the sample of differences, not a separate test.
Exam tip: Always explicitly define the order of your differences for matched pairs tests. Mixing up the order of subtraction flips the sign of your alternative hypothesis, leading to an incorrect conclusion.
4. Connection Between Hypothesis Tests and Confidence Intervals★★★★☆⏱ 2 min
For a two-sided hypothesis test with significance level $\alpha$, a $(1-\alpha) \times 100\%$ confidence interval for $\mu$ gives the same conclusion as a full t-test. This connection is frequently tested on AP FRQs.
If $\mu_0$ (hypothesized value) falls *inside* the confidence interval: fail to reject $H_0$ at level $\alpha$.
If $\mu_0$ falls *outside* the confidence interval: reject $H_0$ at level $\alpha$.
This rule **only applies to two-sided tests**: standard two-sided confidence intervals cannot be used for one-sided hypothesis tests.
Exam tip: Never use this connection for one-sided tests. If asked to test a one-sided claim, you must run a full t-test even if you have a confidence interval.
Common Pitfalls
Why: You confuse proportion tests (which use z) with mean tests, and forget $\sigma$ is almost never known.
Why: You confuse paired dependent data with two independent samples, ignoring the pairing that reduces variability.
Why: You memorize $n \geq 30$ equals Normal and forget to apply the rule for small samples.
Why: You think failing to reject proves the null hypothesis is true.
Why: You assume the confidence interval connection works for all tests.
Why: You think naming conditions is enough to earn full points on FRQs.