AP Statistics Unit 7: Inference for Means — Free Review Games.
This unit covers t-intervals, one-sample t-test, two-sample t-test and paired t-test — essential concepts for AP Statistics. Use our interactive study games to test your understanding, or review questions in traditional format below.
Pick a mode. Play.
Answer questions as fast as you can. 2 minutes on the clock. Build streaks for bonus points!
Don't want to play?
All 68 questions below, each with the worked answer and a written explanation. Click any question to expand it.
Q1. When the population SD is unknown, we use the:
The t-distribution is used when sigma is unknown and estimated by s.
Q2. Degrees of freedom for a one-sample t-test with n=20 is:
df = n - 1 = 20 - 1 = 19.
Q3. A t-distribution compared to a normal distribution has:
The t-distribution has heavier tails, reflecting extra uncertainty from estimating sigma.
Q4. As df increases, the t-distribution approaches the:
With large df, the t-distribution becomes very close to the z-distribution.
Q5. The standard error of \(\bar{x}\) when \(\sigma\) is unknown is:
SE = sample SD / \(\sqrt{n}\) = \(s/\sqrt{n}\).
Q6. A paired t-test is used when:
Paired tests compare two related measurements (before/after, matched pairs).
Q7. For a two-sample t-test, we compare:
The two-sample t-test compares means from two independent samples.
Q8. The confidence interval for a mean is \(\bar{x} \pm t^* (s/\sqrt{n})\). What does \(t^*\) depend on?
The \(t^*\) critical value depends on both the desired confidence level and the df.
Q9. Robustness of the t-procedure means:
The t-test is robust to moderate departures from normality, especially with larger n.
Q10. When is a one-sample t-test appropriate?
A one-sample t-test tests H0: mu = mu0.
Q11. In a matched pairs design, we analyze the:
Compute the difference for each pair, then do a one-sample t-test on those differences.
Q12. With n1=15 and n2=20, the conservative df for a two-sample t is:
Conservative df = smaller n - 1 = min(14,19) = 14.
Q13. If a 90% CI for mu is (12.3, 15.7), a two-sided test of H0: mu=16 at alpha=0.10 would:
16 is outside the 90% CI, so we reject H0 at alpha = 0.10.
Q14. To halve the margin of error, we need to multiply \(n\) by:
ME is proportional to \(1/\sqrt{n}\). To halve ME, multiply \(n\) by \(4\).
Q15. The t-test assumes the data (or differences) come from:
The t-test assumes normality or relies on CLT for large samples.
Q16. What are the four conditions that should be checked before performing a one-sample t-test?
The three conditions for a one-sample t-test are randomness for valid inference, independence checked via the 10% condition, and normality of the sampling distribution checked via graphs of the sample or the nearly normal condition for small samples. The distractor mentioning "known population SD" is wrong because the entire reason we use a t-procedure instead of a z-procedure is that \(\sigma\) is unknown. Always verify these three conditions before running any t-test, since violations can invalidate the p-value or interval.
Q17. In the formula \(t = \dfrac{\bar{x} - \mu_0}{s/\sqrt{n}}\), what does \(s\) represent?
In the one-sample t-statistic, \(s\) is the sample standard deviation, which estimates the unknown population standard deviation from the observed data. It is not "the standard error of the mean," since that quantity is \(s/\sqrt{n}\), the entire denominator, not \(s\) alone. Recognizing which symbol in a formula is estimated from data versus a fixed constant is essential for correctly interpreting t-procedures.
Q18. A t-distribution with 5 degrees of freedom compared to a t-distribution with 25 degrees of freedom will have:
With fewer degrees of freedom, the t-distribution has more variability in the sample standard deviation estimate, producing thicker tails and greater spread than a t-distribution with more degrees of freedom. The choice "the exact same shape" is wrong because t-distributions change shape as degrees of freedom change, becoming narrower as df increases. Remember that low df means more uncertainty and a curve that looks less like the standard normal.
Q19. What is the correct notation for the critical value used in a t-interval with 95% confidence?
Because t-procedures rely on the t-distribution rather than the standard normal, the critical value is denoted \(t^*\) and is found using degrees of freedom and the desired confidence level. The notation \(z^*\) is incorrect here since that symbol is reserved for procedures where \(\sigma\) is known and the normal distribution applies directly. Always match the critical value symbol to the distribution actually being used for the interval or test.
Q20. In a paired t-test, what is the parameter of interest?
A paired t-test collapses each pair into a single difference, so the parameter being tested is \(\mu_d\), the true mean of these differences. The option "\(\mu_1 - \mu_2\)" describes the two-sample framework, which is different because that procedure does not require the observations to be linked in pairs. Whenever data come from matched pairs or repeated measures, work with the differences rather than treating the two sets of data as independent samples.
Q21. Which of the following is an example of data suited for a paired t-test rather than a two-sample t-test?
Measuring the same subjects before and after a treatment creates naturally linked pairs, so the correct design is a paired t-test on the before-after differences. Comparing "two different randomly assigned classes" involves independent groups with no natural pairing, making a two-sample t-test the appropriate choice instead. The key signal for pairing is that each observation in one group has a specific, meaningful partner in the other group.
Q22. What is the shape of a t-distribution?
The t-distribution is symmetric and bell-shaped like the normal distribution, but it is centered at 0 with heavier tails to account for the extra uncertainty from estimating \(\sigma\) with \(s\). It is not "skewed right" or "skewed left" because skewness would violate the theoretical symmetry built into the t-distribution's derivation. Students should picture the t-distribution as a normal curve stretched slightly at the tails, not tilted to one side.
Q23. For a two-sample t-test, which condition must be checked for each sample separately?
Each of the two samples must independently satisfy randomness (from random sampling or random assignment) and the 10% condition, since inference validity depends on both groups being properly collected. "Equal population variances" is not required for the standard (unpooled) two-sample t-procedure, which is the version most commonly used in AP Statistics. Always check conditions separately for each group in a two-sample setting rather than assuming what holds for one group holds for the other.
Q24. When constructing a t-interval, increasing the confidence level while keeping \(n\) and \(s\) fixed will:
A higher confidence level requires a larger critical value \(t^*\) to capture more of the distribution, which directly increases the margin of error \(t^* \cdot (s/\sqrt{n})\). "Decrease the sample mean" is wrong because the confidence level has no effect on \(\bar{x}\), which is simply the observed data point around which the interval is centered. Remember the tradeoff: higher confidence produces a wider, less precise interval when all else is held constant.
Q25. What does the p-value in a one-sample t-test represent?
The p-value is the probability, computed under the assumption that \(H_0\) is true, of getting a test statistic at least as extreme as the one observed, which quantifies how surprising the sample result is. It is not "the probability that the null hypothesis is true," a common misconception, since p-values are conditional probabilities about data, not direct probabilities about hypotheses. Keep this conditional definition in mind whenever interpreting p-values on the AP exam, as loose language will cost credit.
Q26. A researcher wants to test whether a new fertilizer increases average plant height compared to the standard fertilizer of \(\mu_0 = 25\) cm, using a sample of 12 plants. Which hypotheses are appropriate?
Since the researcher specifically wants to know if the fertilizer "increases" height, this is a one-sided test with \(H_a: \mu > 25\), testing against the null value of the standard fertilizer's mean. The option using \(\bar{x}\) instead of \(\mu\) is incorrect because hypotheses are always statements about population parameters, not sample statistics. Always translate directional language like "increases" or "greater than" into a one-sided alternative hypothesis about the parameter of interest.
Q27. A sample of 16 batteries has a mean life of \(\bar{x} = 500\) hours with \(s = 20\) hours. What is the standard error of the mean?
The standard error is computed as \(s/\sqrt{n} = 20/\sqrt{16} = 20/4 = 5\), giving the typical spread of sample means around the true mean. The choice "\(20\)" is simply the sample standard deviation itself and ignores the division by \(\sqrt{n}\) that converts individual variability into variability of the sample mean. Always divide by the square root of the sample size when moving from \(s\) to the standard error used in t-procedures.
Q28. A 95% t-interval for the mean difference in reaction times (treatment minus control) is \((-2.1, 1.4)\) seconds. What can we conclude?
Because the interval \((-2.1, 1.4)\) contains 0, a plausible value for the true mean difference is no difference at all, so we cannot conclude there is a statistically significant effect. The claim that "the treatment definitely decreases reaction time" is wrong because the interval includes both negative and positive plausible values, meaning an increase is also plausible. When a confidence interval for a difference contains 0, that is the standard signal that the difference is not statistically significant.
Q29. Which scenario requires the use of a two-sample t-test rather than a paired t-test?
Since the students in School A and School B are independently sampled with no natural link between individuals in the two groups, a two-sample t-test is the correct procedure. "Comparing left-hand versus right-hand grip strength in the same individuals" is incorrect for a two-sample test because each person contributes a matched pair of measurements, which calls for a paired t-test instead. The determining factor is whether observations across the two groups are linked by design, not simply whether there are two groups.
Q30. A one-sample t-test yields \(t = 2.85\) with \(df = 14\) and a two-sided alternative. Using \(\alpha = 0.05\), what is the correct decision?
With \(df = 14\), the two-sided critical value at \(\alpha = 0.05\) is approximately \(t^* = 2.145\), and since the observed \(t = 2.85\) exceeds this threshold, we reject \(H_0\) in favor of \(H_a\). The first option states the correct comparison direction backward, incorrectly concluding to fail to reject even though \(2.85 > 2.145\). When the absolute value of the test statistic exceeds the critical value, that is the standard rejection rule for a t-test.
Q31. A study compares two independent groups with \(n_1 = 10\), \(s_1 = 4\) and \(n_2 = 12\), \(s_2 = 6\). Which standard error formula is used for the two-sample t-test?
The standard two-sample t-procedure (unpooled) uses \(\sqrt{s_1^2/n_1 + s_2^2/n_2}\), which correctly combines the individual sampling variability of each group's mean under independence. The option adding the standard errors directly, \(s_1/\sqrt{n_1} + s_2/\sqrt{n_2}\), is wrong because variances of independent quantities add, not standard deviations, so you must add the squared terms before taking the square root. Memorize this variance-addition rule since it applies broadly whenever combining independent sources of variability.
Q32. In a matched pairs study on 8 pairs, the differences have \(\bar{x}_d = 3.2\) and \(s_d = 2.1\). What is the value of the t-statistic for testing \(H_0: \mu_d = 0\)?
The t-statistic is \(t = \bar{x}_d / (s_d/\sqrt{n}) = 3.2 / (2.1/\sqrt{8}) = 3.2/0.742 \approx 4.31\), reflecting how many standard errors the sample mean difference is from zero. The value "\(1.52\)" incorrectly treats \(s_d\) itself as the standard error rather than dividing it by \(\sqrt{n}\) first. Always compute the standard error of the differences before forming the t-statistic in a paired test.
Q33. Why is it generally incorrect to use two separate one-sample t-intervals to determine if two population means differ?
Overlap of two separate confidence intervals is not equivalent to testing the difference directly, because the correct standard error for a difference combines variability from both samples in a specific way that visual overlap does not replicate. The claim that this approach "is actually a valid and preferred method" is false since statisticians specifically recommend a two-sample procedure or interval for the difference instead. Always construct a confidence interval or test directly on the difference of means when comparing two groups rather than relying on separately built intervals.
Q34. A nutritionist tests \(H_0: \mu = 2000\) vs \(H_a: \mu \neq 2000\) calories using \(n = 25\) and obtains \(p = 0.03\). At \(\alpha = 0.05\), which statement is correct?
Since \(p = 0.03\) is less than \(\alpha = 0.05\), we reject \(H_0\) and conclude there is convincing evidence that the true mean caloric intake differs from 2000 calories. The option stating we should "reject \(H_0\)" but conclude the mean "equals 2000" is self-contradictory, since rejecting the null means we no longer believe the mean equals 2000. Always pair a decision (reject or fail to reject) with a conclusion phrased in the context of the alternative hypothesis, never the null.
Q35. Which of the following would most decrease the width of a t-confidence interval for a mean?
Increasing the sample size decreases the standard error \(s/\sqrt{n}\) and also tends to reduce \(t^*\) slightly as degrees of freedom rise, both of which shrink the margin of error and narrow the interval. "Increasing the confidence level" is incorrect because a higher confidence level requires a larger critical value, which widens rather than narrows the interval. The general lesson is that larger samples produce more precise estimates, while higher confidence levels trade precision for certainty.
Q36. A two-sample t-test comparing mean commute times in two cities gives \(t = -0.45\) with a large p-value. What is the best interpretation?
A small test statistic magnitude combined with a large p-value indicates the observed difference in sample means is easily explained by chance variation, so we fail to reject \(H_0\) and lack convincing evidence of a true difference. The claim that "the null hypothesis is proven true" overstates what a large p-value shows, since failing to reject \(H_0\) never proves it, it only indicates insufficient evidence against it. Keep in mind that statistical tests never prove a null hypothesis true, they only fail to provide evidence against it.
Q37. For a paired t-test, why do we first compute the difference for each pair before applying a t-procedure?
Taking the difference within each pair collapses two dependent measurements into one number per subject, reducing the paired design to a familiar one-sample t-procedure applied to those differences. The option about eliminating "the need for random sampling" is wrong because random sampling or random assignment is still required for valid inference, pairing does not remove that condition. This transformation is the core reason paired designs are analyzed differently from two independent samples.
Q38. A test of \(H_0: \mu = 50\) against \(H_a: \mu < 50\) produces a sample mean of \(\bar{x} = 47\) with a very small p-value. Which statement correctly interprets this p-value in context?
A small p-value here means that, assuming the null hypothesis \(\mu = 50\) is true, obtaining a sample mean of 47 or something even more extreme would be unlikely due to random sampling variation alone. The statement "the probability that \(\mu = 50\) is very small" misinterprets the p-value as a probability about the parameter rather than a conditional probability about the data given the null. Correct p-value interpretations must always be phrased in terms of the probability of the observed (or more extreme) sample result, assuming the null hypothesis is true.
Q39. In a two-sample t-test, if the two sample sizes and standard deviations are very different (e.g., \(n_1=5, s_1=15\) vs \(n_2=40, s_2=2\)), which approach best protects the validity of the analysis?
When sample sizes and variances differ substantially, using the Welch approximation for degrees of freedom (the standard unpooled two-sample t-procedure) properly reflects the added uncertainty from the smaller, less reliable sample, giving conservative and valid results. Using "the pooled t-procedure regardless of the discrepancy" is risky because pooling assumes equal population variances, an assumption clearly violated when \(s_1 = 15\) and \(s_2 = 2\) differ so much. In practice, most software and the AP exam default to the unpooled two-sample t-test specifically to handle situations like unequal variances and sample sizes.
Q40. A histogram of a small sample (\(n=8\)) used for a one-sample t-test shows strong right skew with an outlier. What is the appropriate action?
With a very small sample, the Central Limit Theorem does not have enough observations to guarantee an approximately normal sampling distribution, so a strongly skewed distribution with an outlier seriously threatens the normality condition and the validity of the t-procedure. The claim that "\(n \geq 5\) is always sufficient" is false, since small samples require the underlying population to be close to normal, which strong skewness and outliers contradict. When conditions are questionable with small samples, students should note the concern explicitly and consider that inference may not be reliable rather than proceeding blindly.
Q41. Which of the following best explains why the degrees of freedom for a two-sample t-test are generally not simply \(n_1 + n_2 - 2\) under the standard AP approach?
AP Statistics generally uses the unpooled (Welch) two-sample t-procedure, whose degrees of freedom formula is more complex and depends on both sample variances and sizes, unlike the simpler pooled formula \(n_1+n_2-2\) that assumes equal population variances. The claim that "\(n_1+n_2-2\) is always larger than the true df needed" is not a fixed rule, since the relationship between pooled and Welch df depends on the specific variances and sizes involved. Students should know that calculators typically compute the Welch df automatically, so memorizing the exact formula is less important than understanding why it differs from the pooled version.
Q42. A confidence interval for a mean difference between two teaching methods is entirely positive, \((1.2, 5.8)\) points, where positive values favor Method A. What is the correct conclusion?
Because the entire interval \((1.2, 5.8)\) lies above 0, all plausible values for the true mean difference favor Method A, giving convincing evidence that Method A produces higher mean scores. The claim that "we can conclude Method A causes exactly a 3.5 point improvement" is wrong because a confidence interval gives a plausible range, not a single exact causal value, and 3.5 is simply the point estimate at the interval's center, not a guaranteed effect size. When an entire confidence interval for a difference falls on one side of 0, that indicates a statistically significant difference in that direction.
Q43. Which best describes a Type I error in the context of a one-sample t-test for \(H_0: \mu = 100\) vs \(H_a: \mu \neq 100\)?
A Type I error occurs when we reject a null hypothesis that is actually true, so here it means concluding \(\mu \neq 100\) when in fact \(\mu = 100\). The option "failing to reject \(H_0\) when \(\mu\) actually equals 100" describes a correct decision, not an error, since \(H_0\) is true and we correctly fail to reject it. Keep the two error types distinct: Type I is a false rejection of a true null, while Type II is a failure to reject a false null.
Q44. A quality control engineer tests a machine's output using \(n=9\), obtains \(t = 1.9\) with \(df=8\), two-sided test at \(\alpha = 0.10\). Given \(t^*_{0.10, df=8} \approx 1.860\), what should the engineer conclude?
Since the observed test statistic magnitude \(1.9\) exceeds the critical value \(t^* \approx 1.860\) at \(\alpha = 0.10\) with \(df = 8\), the engineer should reject \(H_0\) in favor of the alternative hypothesis. The option citing "the sample size is too small" is a distraction, since \(n=9\) is sufficient as long as normality conditions are reasonably met and does not by itself prevent a valid decision. Comparing the absolute value of the observed t-statistic to the critical value is the direct way to make a rejection decision without needing to look up an exact p-value.
Q45. Two independent samples yield the following: Group 1: \(n=20, \bar{x}=85, s=6\); Group 2: \(n=25, \bar{x}=80, s=9\). Which is the correct standard error for the difference in means?
The correct standard error for the difference of two independent sample means is \(\sqrt{s_1^2/n_1 + s_2^2/n_2} = \sqrt{36/20 + 81/25}\), which correctly combines each group's variance divided by its own sample size. The option multiplying variance by sample size, \(\sqrt{6^2\cdot20+9^2\cdot25}\), inverts the correct operation and produces a nonsensical result unrelated to standard error. Always divide each squared standard deviation by its respective sample size before adding, never multiply.
Q46. A study finds a 98% confidence interval for the true mean difference in cholesterol reduction between two diets is \((-1.5, 8.2)\) mg/dL. A researcher claims this proves the diets have equal effects. What is the flaw in this claim?
Because the interval \((-1.5, 8.2)\) spans a wide range of plausible differences besides 0, including differences up to about 8.2 mg/dL, we cannot conclude the diets have equal effects, only that we lack convincing evidence they differ. The claim that "the interval containing 0 shows the diets are proven equal" confuses failing to detect a significant difference with proving no difference exists, a critical distinction in inference. Remember that statistical non-significance never proves equality, it only reflects insufficient evidence to reject the null of no difference.
Q47. Why does using a t-distribution instead of a normal distribution result in a wider confidence interval for the same confidence level and sample size?
Since \(s\) is a random variable estimated from the sample rather than a known constant like \(\sigma\), the t-distribution incorporates extra variability through its heavier tails, resulting in a critical value \(t^*\) that is always at least as large as the corresponding \(z^*\) for the same confidence level. The claim about "a larger mean than normal distributions" is false because both distributions are centered at 0; the difference lies in spread, not location. This extra width in t-intervals reflects the genuine additional uncertainty of not knowing the true population standard deviation.
Q48. A researcher performs a one-sample t-test with \(n = 10\) and obtains \(t = 0.02\). What is the most reasonable conclusion, assuming the alternative was two-sided?
A t-statistic near 0 means the sample mean \(\bar{x}\) is very close to the hypothesized value \(\mu_0\) relative to the standard error, giving essentially no evidence against \(H_0\), so we fail to reject it. The claim that such a small \(t\) value is "statistically impossible" is false, since t-statistics can take any real value, including values very near zero when sample results closely match the null hypothesis. A t-statistic close to zero is a completely normal and expected outcome whenever the null hypothesis is approximately or exactly true.
Q49. An engineer computes a 95% t-interval for mean bolt diameter as \((2.48, 2.52)\) cm from \(n=25\) bolts. Which statement is a correct interpretation of this interval?
The correct interpretation of a confidence interval is that we are 95% confident the method used produces an interval, in this case \((2.48, 2.52)\), that captures the true unknown population mean bolt diameter. The statement "95% of all bolts have diameters between 2.48 and 2.52 cm" incorrectly applies the interval to individual values rather than to the population mean, confusing a confidence interval with a prediction or tolerance interval. Confidence interval interpretations must always reference capturing the true parameter, never individual data values or the observed sample mean itself.
Q50. A study of matched pairs computes differences with \(\bar{x}_d = -0.5\) and a 95% confidence interval of \((-1.8, 0.8)\). Which conclusion is correct at \(\alpha = 0.05\) for a two-sided test of \(H_0: \mu_d = 0\)?
Since the 95% confidence interval \((-1.8, 0.8)\) contains 0, a mean difference of zero is a plausible value, so we fail to reject \(H_0: \mu_d = 0\) at the corresponding significance level. The option based on "\(\bar{x}_d\) is negative" ignores that the sign of the point estimate alone does not determine statistical significance, what matters is whether the entire interval excludes the hypothesized value. The direct link between confidence intervals and two-sided hypothesis tests is a key connection to exploit on the AP exam to save calculation time.
Q51. Given the same data set, which will always produce a wider interval: a 99% t-confidence interval or a 90% t-confidence interval?
A 99% confidence level requires capturing a larger proportion of the sampling distribution, which demands a larger critical value \(t^*\) and therefore produces a wider interval than a 90% confidence level, holding sample size and standard deviation fixed. The claim that width "depends entirely on the sample size, not the confidence level" is false because both factors affect the margin of error independently: sample size affects the standard error while confidence level affects \(t^*\). Recognizing this direct relationship between confidence level and interval width is a common conceptual point tested on the AP exam.
Q52. A researcher runs a two-sample t-test comparing two drug treatments and gets \(p = 0.04\), then rounds and reports \(\alpha = 0.05\), rejecting \(H_0\). A colleague argues the researcher should have used a paired test instead because the two "treatment" groups were actually the same 30 patients measured under two different drug conditions. What is the primary consequence of this error?
When measurements are actually linked (the same 30 patients under two conditions), applying a two-sample t-test ignores the positive correlation between paired observations, resulting in an inflated standard error and incorrect degrees of freedom that can distort the true p-value. The claim that "two-sample and paired tests always give identical results" is false, because pairing typically reduces variability by removing subject-to-subject differences, often making the paired test more powerful and giving a different p-value. Correctly identifying whether data are paired or independent is essential, since applying the wrong procedure can lead to invalid conclusions even when sample sizes match.
Q53. A student wants to test if a coaching program improves SAT scores. She has pretest and posttest scores for 40 students but decides to run a two-sample t-test on the pretest scores versus the posttest scores as if they came from two independent groups. What is the most likely effect of this mistake on the analysis?
Because pretest and posttest scores for the same student are highly correlated, treating them as independent samples ignores this correlation and typically inflates the standard error, which reduces the power of the test to detect a true improvement. The claim that the two-sample test "is more powerful because it uses more degrees of freedom" is misleading, since although degrees of freedom are higher, the inflated standard error from ignoring pairing usually outweighs that benefit and lowers overall power. Correctly pairing dependent data is crucial because it isolates the within-subject effect, which typically produces a more precise and powerful test.
Q54. Given a one-sample t-test with \(n=16\), \(\bar{x}=52\), \(s=8\), testing \(H_0:\mu=48\) against \(H_a:\mu>48\), what is the approximate p-value if the calculated \(t = 2.0\) and \(df=15\)?
For a one-sided test with \(t = 2.0\) and \(df = 15\), the area to the right of \(t=2.0\) under the t-distribution is approximately \(0.032\), which represents the probability of observing a result this extreme or more so if \(H_0\) were true. The value "\(0.064\)" is actually the two-sided p-value (roughly double the one-sided value), which would be incorrect here since the alternative hypothesis \(\mu > 48\) specifies a one-sided test. Always match whether you double the tail probability based on whether the alternative hypothesis is one-sided or two-sided.
Q55. A confidence interval for a mean is constructed using \(n=10\) but the underlying population is strongly skewed with a clear outlier, discovered only after publication. Which statement best evaluates the validity of the resulting interval?
With only \(n=10\) observations, the Central Limit Theorem provides little protection against non-normality, so strong skewness combined with an outlier can distort both the sample mean and standard deviation, threatening the accuracy of the stated confidence level. The claim that t-procedures are "always robust to skewness regardless of sample size" is false since robustness improves with larger samples but is weak for very small, heavily skewed data sets. Recognizing the limits of robustness for small, skewed samples with outliers is essential for correctly evaluating whether a confidence interval's stated confidence level can be trusted.
Q56. Two separate two-sample t-tests are run on the same underlying data: one using the pooled procedure (assuming equal variances) and one using the standard unpooled (Welch) procedure. The sample variances are \(s_1^2 = 4\) and \(s_2^2 = 36\) with \(n_1 = n_2 = 15\). Which statement about the two results is most accurate?
With variances of \(4\) and \(36\), a 9-fold difference, the equal variance assumption underlying the pooled procedure is clearly violated, so the pooled t-test's standard error and df would misrepresent the true variability, making the unpooled Welch procedure more appropriate and trustworthy. The claim that both procedures "will always produce identical p-values" is false because the pooled and unpooled methods use different formulas for standard error and degrees of freedom, which typically yield different results, especially with unequal variances. Recognizing large disparities in sample variances as a red flag for avoiding the pooled procedure is an important synthesis skill for two-sample inference.
Q57. A 95% confidence interval for \(\mu_1 - \mu_2\) using independent samples is \((3.5, 9.5)\). If the sample sizes were increased substantially while the true population parameters and variability remained the same, what is the most likely effect on a new 95% interval?
Larger sample sizes reduce the standard error \(\sqrt{s_1^2/n_1 + s_2^2/n_2}\), and since the margin of error is directly tied to this standard error, a substantially larger sample would produce a narrower interval around roughly the same point estimate. The claim that "the confidence level would automatically increase to 99%" confuses sample size with confidence level, two entirely separate concepts that a researcher sets independently. Increasing sample size is the primary tool for improving precision without changing the stated confidence level.
Q58. A researcher wants a margin of error of at most 2 units for a 95% t-interval, and pilot data suggest \(s \approx 10\). Using \(z^* \approx 1.96\) as a rough approximation for planning, what is the minimum required sample size?
Setting \(ME = z^*\cdot s/\sqrt{n} \leq 2\) and solving gives \(n \geq (z^* \cdot s / ME)^2 = (1.96 \cdot 10/2)^2 = 9.8^2 \approx 96.04\), so rounding up gives approximately \(97\). The option "\(49\)" results from a common error of forgetting to square the entire expression or misplacing the division, underestimating the true sample size needed. Always round sample size calculations up to the next whole number, since a smaller sample would not guarantee the desired margin of error.
Q59. In evaluating whether to use a pooled or unpooled two-sample t-procedure, a student notes that \(n_1 = n_2 = 50\) and the sample standard deviations are reasonably close (\(s_1=5.2, s_2=5.8\)). Which statement best reflects modern best practice recommended in AP Statistics?
Modern statistical practice, including the standard AP Statistics approach, recommends defaulting to the unpooled (Welch) two-sample t-procedure in nearly all situations because it performs almost as well as the pooled method when variances are similar, while also protecting against invalid results when variances differ. The claim that "pooling is required whenever \(n_1 = n_2\)" is a misconception, since equal sample sizes do not guarantee equal population variances, and pooling should be based on variance similarity, not sample size alone. Choosing a procedure based on which gives "the smaller p-value" is statistically inappropriate and represents p-hacking rather than sound methodology.
Q60. A hypothesis test of \(H_0: \mu_d = 0\) for a paired design produces \(t = 3.1\), \(df = 11\), and a very small p-value, leading to rejection of \(H_0\). The researcher then claims the treatment caused a large practical effect. What is the flaw in this reasoning?
A small p-value only indicates that the observed mean difference is unlikely to be due to chance, but it says nothing directly about the size or real-world importance of that difference, which requires examining \(\bar{x}_d\) and the corresponding confidence interval. The claim that "a t-statistic of 3.1 always corresponds to a large effect size" is false because the t-statistic depends heavily on sample size and standard error, so even a tiny true effect can produce a large t-statistic with enough data. Students should always separate the concepts of statistical significance and practical significance, since large sample sizes can make even trivial effects statistically significant.
Q61. A one-sample t-test of \(H_0: \mu = 30\) vs \(H_a: \mu \neq 30\) using \(n = 20\) results in a 95% confidence interval of \((28.1, 33.9)\). A student claims this means the p-value must be greater than \(0.05\). Is this reasoning valid?
A 95% confidence interval that contains the null value corresponds exactly to failing to reject \(H_0\) at the \(\alpha = 0.05\) significance level in a two-sided test, which means the p-value must indeed be greater than \(0.05\). The claim that "confidence intervals and p-values are unrelated procedures" is false, since for two-sided tests they are mathematically linked: whether the interval captures the null value directly determines the reject/fail-to-reject decision at the matching significance level. This duality between confidence intervals and two-sided hypothesis tests is a powerful shortcut for checking consistency between reported results on the AP exam.
Q62. A two-sample t-test compares mean plant growth between a control group (\(n_1=8\)) and treatment group (\(n_2=8\)), giving \(t = 2.3\) with \(df \approx 13.2\) (Welch approximation) and a p-value of \(0.038\). A classmate argues the df should have been a whole number since it is supposed to represent a count of data points. How should this be addressed?
Unlike simple df formulas like \(n-1\), the Welch-Satterthwaite approximation for the unpooled two-sample t-test is derived algebraically from the sample variances and sizes, and it commonly produces a non-integer value that software and calculators use directly for accurate p-value computation. The claim that "non-integer df only occurs when sample sizes are unequal" is false, since even with \(n_1 = n_2 = 8\) here, unequal sample variances alone are enough to produce a fractional df under the Welch method. Students should understand that fractional degrees of freedom in two-sample t-tests are mathematically expected and do not indicate an error in the analysis.
Q63. A researcher collects data on 12 pairs but mistakenly computes a two-sample t-test instead of a paired t-test, obtaining \(t = 1.4\), \(p = 0.18\) (fail to reject \(H_0\)). If she had correctly used the paired design, which outcome is most plausible and why?
When pairs are positively correlated, computing differences removes the shared subject-to-subject variability, which typically shrinks the standard error and increases the magnitude of the t-statistic compared to incorrectly treating the data as independent samples. The claim that both approaches would give "exactly the same result" is false since the two procedures use fundamentally different standard error calculations, even though the raw data values themselves are unchanged. This scenario illustrates why choosing the correct paired or unpaired procedure can materially change statistical conclusions, not just computational details.
Q64. Suppose a 90% t-interval for \(\mu_1 - \mu_2\) is calculated as \((-0.3, 4.1)\) using independent samples, and a researcher wants to increase confidence to 99% while keeping the same data. What is the most accurate prediction about whether 0 remains inside the new interval?
Since a 99% confidence level requires a larger critical value \(t^*\) than a 90% level, the resulting interval will be wider on both ends, and because 0 was already just barely outside the lower bound at 90% confidence \((-0.3, 4.1)\), the wider 99% interval is very likely to include 0 as well. The claim that "the interval width will stay exactly the same" is incorrect because interval width is a direct function of the critical value, which changes with the confidence level even when the data remain fixed. This reasoning highlights how increasing confidence level can shift the practical conclusion of a test, sometimes changing a marginally significant result into a non-significant one.
Q65. A study reports a paired t-test with \(n = 25\) pairs, \(\bar{x}_d = 4.2\), \(s_d = 10.5\), testing \(H_0: \mu_d = 0\) vs \(H_a: \mu_d > 0\). Compute the test statistic and evaluate at \(\alpha = 0.05\) using \(t^*_{24} \approx 1.711\).
The test statistic is \(t = \bar{x}_d/(s_d/\sqrt{n}) = 4.2/(10.5/\sqrt{25}) = 4.2/2.1 = 2.00\), and since \(2.00\) exceeds the critical value \(t^*_{24} \approx 1.711\) for a one-sided test at \(\alpha = 0.05\), we reject \(H_0\). The last option incorrectly claims we should fail to reject simply because the alternative is one-sided, but a one-sided alternative does not automatically prevent rejection; it actually makes rejection easier since the entire rejection region is on one tail. Always compute the exact test statistic and compare it to the appropriate one-sided or two-sided critical value rather than assuming the test direction alone determines the decision.
Q66. Which of the following correctly describes how sample size affects the difference between critical values \(t^*\) and \(z^*\) at the same confidence level?
As sample size (and thus degrees of freedom) increases, the t-distribution's tails become thinner and it more closely resembles the standard normal distribution, causing \(t^*\) to decrease and converge toward \(z^*\) for the same confidence level. The claim that "\(t^*\) is always exactly double \(z^*\)" is false, since this ratio depends heavily on degrees of freedom and is only roughly true for very small sample sizes, not a fixed universal relationship. Understanding this convergence explains why with large samples, t-procedures and z-procedures yield very similar critical values and interval widths.
Q67. A study on 50 pairs of twins measures a treatment effect and finds \(\bar{x}_d = 0.8\) with a 95% confidence interval of \((0.1, 1.5)\). A skeptic argues the effect is too small to matter even though it is statistically significant. What concept does the skeptic's argument correctly invoke?
The skeptic is correctly invoking the concept of practical significance, since even though the interval \((0.1, 1.5)\) excludes 0 and is statistically significant, the actual size of the effect may still be too small to matter in a real-world context, especially in a large sample of 50 pairs. The claim that "95% confidence always implies practical importance" conflates the confidence level, which reflects the reliability of the interval-generating method, with the substantive size or importance of the effect being estimated. Distinguishing statistical significance from practical significance is a critical high-level skill for interpreting inference results correctly on the AP exam.
Q68. A researcher analyzing paired data on 15 subjects notices that the differences are strongly right-skewed with one extreme outlier. Which combination of considerations most appropriately addresses this situation before proceeding with a paired t-test?
With only 15 pairs, the small sample size provides limited protection from the Central Limit Theorem, so a strongly skewed distribution of differences with an outlier could meaningfully distort \(\bar{x}_d\) and threaten the validity of the paired t-procedure, requiring careful assessment before proceeding. The claim that paired t-tests "are always robust to any distribution shape" is false, since robustness improves with larger sample sizes and is weak in small, heavily skewed samples, especially with outliers present. Removing an outlier without statistical or contextual justification is inappropriate practice and can bias results, so any exclusion must be carefully justified rather than done simply to achieve normality.
Focus on understanding.
Focus on understanding core concepts before memorizing details. Use the game modes to test yourself repeatedly — spaced repetition is proven to boost long-term retention.
Ready for college?
This unit covers t-intervals, one-sample t-test, two-sample t-test and paired t-test — essential concepts for AP Statistics. Use our interactive study games to test your understanding, or review questions in traditional format below.
- T-intervals
- One-sample t-test
- Two-sample t-test
- Paired t-test
Key Concepts Breakdown
1 T-Intervals
A t-interval estimates a population mean when the population standard deviation is unknown, using the sample standard deviation s as a substitute. The critical value comes from the t-distribution with n−1 degrees of freedom, which has heavier tails than the normal distribution. You must verify conditions (Random, Normal/Large Sample, Independent) before constructing the interval.
Key Points
- Formula: x̄ ± t* · (s/√n), where t* is the critical value from t-distribution with df = n−1
- Conditions: Random sample, population distribution normal OR n ≥ 30 (CLT), and n ≤ 10% of population
- Wider interval than z-interval because t* > z* for the same confidence level, especially at small n
- Increasing confidence level widens the interval; increasing n narrows it
A random sample of 16 students has a mean sleep time of 6.8 hours and s = 1.2 hours. Construct a 95% confidence interval for the mean sleep time.
With df = 15, the critical value t* ≈ 2.131. The margin of error is 2.131 · (1.2/√16) = 2.131 · 0.3 ≈ 0.639. The interval is (6.161, 7.439). We are 95% confident the true mean sleep time is between 6.16 and 7.44 hours.
2 One-Sample T-Test
A one-sample t-test determines whether there is convincing statistical evidence that a population mean differs from a claimed value μ₀. The test statistic measures how many standard errors the sample mean lies from the hypothesized mean. You must state hypotheses, check conditions, compute the test statistic and p-value, and write a conclusion in context.
Key Points
- Test statistic: t = (x̄ − μ₀) / (s/√n), compared to t-distribution with df = n−1
- H₀: μ = μ₀; Hₐ can be <, >, or ≠ depending on the research question
- P-value is the probability of obtaining a result as extreme or more extreme assuming H₀ is true
- If p-value < α (usually 0.05), reject H₀ and conclude there is convincing evidence for Hₐ
A cereal company claims boxes contain 18 oz on average. A consumer group samples 20 boxes and finds x̄ = 17.7 oz and s = 0.6 oz. Test whether the true mean weight is less than 18 oz at α = 0.05.
H₀: μ = 18, Hₐ: μ < 18. The test statistic is t = (17.7 − 18)/(0.6/√20) = −0.3/0.134 ≈ −2.24 with df = 19. The p-value ≈ 0.019. Since 0.019 < 0.05, we reject H₀ and conclude there is convincing evidence that the true mean weight is less than 18 oz.
3 Two-Sample T-Test
A two-sample t-test compares the means of two independent populations to determine if there is evidence of a difference. The two samples must be collected independently of each other — this is what distinguishes it from a paired t-test. Degrees of freedom are calculated using technology (or conservatively as the smaller of n₁−1 and n₂−1 by hand).
Key Points
- Test statistic: t = (x̄₁ − x̄₂) / √(s₁²/n₁ + s₂²/n₂), df computed by calculator
- H₀: μ₁ − μ₂ = 0 (or μ₁ = μ₂); Hₐ specifies direction of difference
- Conditions must hold for BOTH groups: each sample is random, each is normal/large, and both are independent of each other
- Do NOT pool variances on the AP exam unless explicitly told populations have equal variance
Researchers compare exam scores for students taught by Method A (n=25, x̄=82, s=8) vs. Method B (n=30, x̄=78, s=10). Is there evidence at α = 0.05 that Method A produces higher mean scores?
H₀: μ_A = μ_B, Hₐ: μ_A > μ_B. The test statistic is t = (82 − 78)/√(64/25 + 100/30) = 4/√(2.56 + 3.33) = 4/2.427 ≈ 1.65. Using a calculator, df ≈ 52 and p-value ≈ 0.052. Since 0.052 > 0.05, we fail to reject H₀ — there is not convincing evidence that Method A produces higher scores.
4 Paired T-Test
A paired t-test is used when two measurements come from the same subject or matched pairs, such as before-and-after designs. The key step is computing the difference d = x₁ − x₂ for each pair and treating those differences as a single sample. This reduces variability and is more powerful than a two-sample test when pairing is appropriate.
Key Points
- Reduce to one-sample problem: find d̄ (mean of differences) and s_d (SD of differences), then apply one-sample t-test
- Test statistic: t = d̄ / (s_d/√n), with df = n−1 where n is the number of pairs, not total observations
- Pairing is justified when measurements are naturally linked (same person, matched subjects, repeated measures)
- Confidence interval for mean difference: d̄ ± t* · (s_d/√n)
Eight athletes have their resting heart rate measured before and after a 6-week training program. The differences (before − after) are: 5, 3, 8, 2, 6, 4, 7, 5. Test whether training reduces heart rate at α = 0.05.
Compute d̄ = (5+3+8+2+6+4+7+5)/8 = 40/8 = 5.0 and s_d ≈ 1.93. The test statistic is t = 5.0/(1.93/√8) = 5.0/0.682 ≈ 7.33 with df = 7. The p-value is essentially 0 (much less than 0.05), so we reject H₀ and conclude there is convincing evidence that the training program reduces mean resting heart rate.
Questions, answered.
What is Inference for Means?
Inference for Means is Unit 7 of AP Statistics, covering t-intervals, one-sample t-test, two-sample t-test and paired t-test.
How to study for AP Statistics Unit 7?
Start with the Quick Summary above, review the Key Concepts, then test yourself with our interactive study games. Aim for 80%+ accuracy before moving on.
How many questions are in this unit?
This unit has 68 review questions, each with a written explanation, playable across 5 different game modes or readable in plain-text mode.