AP Statistics Inference for Quantitative Data: Means — Worked Answer Explanations
Unit 7 · 12 questions explained
Below is a complete answer key for our AP Statistics Inference for Quantitative Data: Means practice questions. For each question you'll find the correct choice, a full written explanation of how to get there, and — for every wrong answer — a short note on exactly why it's tempting and where it goes wrong. Reading these straight through is one of the fastest ways to find the gaps in a unit before exam day.
Prefer to test yourself first? Take the timed Inference for Quantitative Data: Means practice test and come back here to review, or head back to the Inference for Quantitative Data: Means unit overview.
- Question 1 · Easy
A researcher collects a random sample of 20 measurements and wants to construct a confidence interval for the population mean. The population standard deviation is unknown. Which distribution should be used?
- AStandard normal () distributionWhy not A: The distribution requires knowing ; with unknown estimated by , use .
- B-distribution with 20 degrees of freedomWhy not B: Degrees of freedom for a one-sample is , not .
- C-distribution with 19 degrees of freedomCorrect
- Ddistribution with 19 degrees of freedomWhy not D: The chi-square distribution is used for inference about variance or categorical data, not for the mean.
ExplanationWhen is unknown and estimated by , use the -distribution with degrees of freedom. The -distribution has heavier tails than the standard normal, accounting for the additional uncertainty from estimating .
Key takeawayUse the $t$-distribution with $df = n - 1$ when $\sigma$ is unknown and must be estimated by $s$.
- A
- Question 2 · Easy
A random sample of 16 light bulbs had a mean life of hours with hours. Construct a 95% confidence interval for the true mean life. (Use for .)
- AWhy not A: Using (z-value) instead of .
- BCorrect
- CWhy not C: Using directly (not divided by ) as the standard error.
- DWhy not D: Using instead of the correct critical value for 95%.
Explanation. . 95% CI: .
Key takeawayOne-sample $t$-interval: $\bar{x} \pm t^* (s/\sqrt{n})$ where $t^*$ uses $df = n-1$.
- A
- Question 3 · Easy
A -test for the mean produces with . For , the -value is between 0.01 and 0.025. At , what conclusion should be drawn?
- AFail to reject ; the -value is between 0.01 and 0.025.Why not A: Both bounds (0.01 and 0.025) are below , so we reject .
- BReject ; there is convincing evidence that .Correct
- CReject ; the result is significant at .Why not C: We cannot conclude significance at because the -value could be as high as 0.025.
- DThe conclusion cannot be determined without the exact -value.Why not D: Since the entire range (0.01–0.025) is below , we can still reject at the 5% level.
ExplanationThe -value is between 0.01 and 0.025, which is entirely below . Therefore, we reject at the 5% significance level and conclude there is convincing evidence that .
Key takeawayIf the $p$-value range is entirely below $\alpha$, reject $H_0$; if entirely above $\alpha$, fail to reject.
- A
- Question 4 · Easy
A teacher wants to determine whether students improved from a pre-test to a post-test. Each of 15 students took both tests. What is the appropriate procedure?
- ATwo-sample -test comparing pre-test and post-test group meansWhy not A: A two-sample test treats the groups as independent; here the same students took both tests (paired data).
- BPaired -test on the differences (post − pre) for each studentCorrect
- COne-sample -test comparing the mean pre-test to the mean post-testWhy not C: A -test requires known ; also, this does not account for the paired structure.
- DTwo-sample -test for proportionsWhy not D: Test scores are quantitative, not proportions; and the data are paired.
ExplanationWhen the same individuals are measured twice, compute the difference for each person, then perform a one-sample -test on with . This accounts for within-person correlation and is more powerful than treating the groups as independent.
Key takeawayPaired data (same subjects measured twice or matched pairs): compute differences, then perform a one-sample $t$-test on $\bar{d}$.
- A
- Question 5 · Easy
A two-sample -test compares mean test scores for two independent classes (Class A: , Class B: ). Assuming unequal variances, what are the degrees of freedom? (Use the conservative formula: .)
- A55Why not A: Using ; the formula applies to the pooled -test with equal variances.
- B53Why not B: Using , which applies to pooled two-sample with equal variances.
- C24Correct
- D29Why not D: Using instead of the conservative formula.
ExplanationThe conservative degrees of freedom for a two-sample -test (Welch's ) is the smaller of and . So . This gives a slightly wider (more conservative) interval than the full Welch formula.
Key takeawayConservative $df$ for two-sample $t$: $\min(n_1-1, n_2-1)$. Full Welch formula gives a larger $df$, which software computes.
- A
- Question 6 · Easy
A researcher conducts a one-sample -test with , , , testing vs. . Compute the test statistic.
- AWhy not A: Dividing by instead of : .
- BCorrect
- CWhy not C: Dividing by instead of : .
- DWhy not D: Not dividing by at all: using instead of in the denominator.
Explanation. with .
Key takeawayOne-sample $t$ statistic: $t = (\bar{x} - \mu_0)/(s/\sqrt{n})$ with $df = n - 1$.
- A
- Question 7 · Easy
Two independent random samples are taken from two populations. Group 1: , , . Group 2: , , . What is the test statistic for testing ?
- AWhy not A: Forgetting to take the square root of the sum of variances/n.
- BCorrect
- CWhy not C: Using instead of in the denominator.
- DWhy not D: Dividing by without squaring first in the standard error formula.
Explanation. .
Key takeawayTwo-sample $t$ statistic: $t = (\bar{x}_1 - \bar{x}_2)/\sqrt{s_1^2/n_1 + s_2^2/n_2}$.
- A
- Question 8 · Easy
A study finds a statistically significant difference between two teaching methods at . The mean score difference is 2 points on a 100-point exam. What is the most important follow-up consideration?
- AThe study should be replicated because must have been very small.Why not A: Very small makes it harder, not easier, to detect differences; a 2-point difference with significance suggests a large .
- BThe 2-point difference may be statistically significant but not practically meaningful for educational decisions.Correct
- CA one-sided test should have been used instead of a two-sided test.Why not C: Changing the test direction post-hoc is not valid; the result is already significant.
- DThe confidence interval should be computed to replace the hypothesis test.Why not D: Confidence intervals and hypothesis tests are complementary; neither replaces the other, and practical significance concerns both.
ExplanationA 2-point difference on a 100-point exam is tiny and unlikely to change how teachers teach. With large enough samples, even trivially small differences become statistically significant. Always consider effect size and practical significance alongside -values.
Key takeawayStatistical significance does not equal practical significance; always evaluate the effect size and its real-world meaning.
- A
- Question 9 · Medium
Conditions for a one-sample -test include randomness, independence (10% condition), and normality. A sample of shows a slightly skewed dotplot with no outliers. Is the normality condition met?
- ANo; , so normality cannot be assumed by the CLT.Why not A: For small samples, we check the data plot, not just the sample size. CLT is for large , but small samples from roughly normal populations are acceptable.
- BYes; slight skew with no outliers in a small sample is considered acceptable for the -procedure.Correct
- CNo; the -procedure always requires .Why not C: The -distribution was designed for small samples; the CLT's rule is for the normal approximation with unknown shape, not for the -test.
- DYes; the -procedure is valid for any sample distribution.Why not D: The -procedure is not valid for small samples with strong skew or outliers, which would indicate the population is far from normal.
ExplanationFor the -procedure, normality can be assumed if: the population is known to be normal, (CLT), or for small the sample shows no outliers and no strong skewness. Slight skewness with and no outliers is considered acceptable.
Key takeawayNormality for $t$-procedures: OK if $n \geq 30$, or small $n$ with no outliers/strong skew; always check the data plot.
- A
- Question 10 · Medium
A paired -test produces , , . Compute the statistic for testing vs. .
- AWhy not A: Using in the denominator without dividing by : .
- BCorrect
- CWhy not C: Using to find ; should use .
- DWhy not D: Dividing by instead of .
Explanation. with .
Key takeawayPaired $t$ statistic: $t = \bar{d}/(s_d/\sqrt{n})$ with $df = n - 1$ where $n$ = number of pairs.
- A
- Question 11 · Hard
A 95% confidence interval for the difference in mean scores between two schools is . What can you conclude at ?
- AThere is convincing evidence that School 1 scores higher than School 2.Why not A: The interval includes 0, meaning the two-sided test fails to reject .
- BWe fail to reject because 0 is contained in the confidence interval.Correct
- CThe mean scores are definitely the same for both schools.Why not C: Failing to reject does not prove is true.
- DSchool 1 scores are higher on average because the midpoint (4) is positive.Why not D: The midpoint does not determine statistical significance; the interval contains 0, so the difference is not significant.
ExplanationBecause 0 is contained in the 95% CI for , the two-sided test at fails to reject . We cannot conclude there is a significant difference between the schools.
Key takeawayIf 0 is in the confidence interval for $\mu_1 - \mu_2$, fail to reject $H_0: \mu_1 = \mu_2$ at the corresponding $\alpha$.
- A
- Question 12 · Hard
A one-sample -test for the mean yields with and a two-sided -value of 0.0009. A student concludes that because , there is only a 0.09% chance the null hypothesis is true. Identify the error.
- AThe student should use a one-sided -value, which would be 0.00045.Why not A: The problem states a two-sided test; the error is the interpretation, not the direction.
- BThe -value is the probability of obtaining data this extreme if is true, not the probability that is true.Correct
- CWith , the researcher should use instead of 0.05.Why not C: is set in advance; the -value is not used to choose retroactively.
- DA -value of 3.8 with does not correspond to .Why not D: For , does indeed correspond to a very small two-sided -value, approximately 0.001.
ExplanationThe -value is — the probability of observing data this extreme assuming is true. It is not the probability that is true. is a fixed statement (true or false); probabilities are not assigned to hypotheses in frequentist statistics.
Key takeaway$p$-value is the probability of the observed data (or more extreme) given $H_0$ is true — not the probability that $H_0$ is true.
- A