By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
The t-distribution is a probability distribution used when estimating a population mean (?) from a small sample or when the population standard deviation (?) is unknown. Unlike the normal (z) distribution, the t-distribution accounts for extra uncertainty by adjusting its shape based on degrees of freedom (df = n – 1). This is essential for confidence intervals and hypothesis tests about means (e.g., testing whether a new teaching method improves test scores, estimating the average battery life of smartphones, or comparing the effectiveness of two drugs). The AP exam frequently tests your ability to choose between z and t, compute df, and interpret results in context.
T-Test
invT
TInterval
invT(area to left, df)
invT(0.975, 19)
2-SampTTest
2-SampTInt
tcdf(lower, upper, df)
2 * tcdf(2.3, 1E99, 19)
Correction: Always use t for means when-is unknown, regardless of sample size. The z-distribution assumes-is known (rare in real-world problems).
Mistake: Forgetting to check the Normal/Large Sample condition for small samples.
Correction: For ( n < 30 ), always graph the data (histogram, boxplot) to check for skewness/outliers. If the data is skewed, t-procedures may not be valid.
Mistake: Miscalculating degrees of freedom for two-sample t-tests.
Correction: Use the calculator’s df (not ( n_1 + n_2 - 2 )) unless the problem states equal variances. For matched pairs, df = ( n_{\text{pairs}} - 1 ).
Mistake: Interpreting a confidence interval as "the probability that-is in the interval."
Correction: The interval either contains-or it doesn’t. Correct interpretation: "We are 95% confident that the true mean [context] is between [lower] and [upper]."
Mistake: Using the wrong t* for a confidence interval (e.g., using invT(0.95, df) for a 90% CI).
invT(0.95, df)
invT((1 + C)/2, df)
Answer: (A). The test statistic is ( t = \frac{\bar{x} - \mu_0}{s / \sqrt{n}} ), and df = 24 (but not needed for the test statistic).
FRQ Part: A 95% confidence interval for the mean weight loss (in pounds) of a diet program is (3.2, 8.6). Interpret this interval in context.
Answer: "We are 95% confident that the true mean weight loss for all participants in the diet program is between 3.2 and 8.6 pounds." (Must include "true mean," "confidence," and context.)
Multiple Choice: Which of the following is not a condition for using a one-sample t-test?
invT(0.975, df)
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.