By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
A one-sample t-test determines whether a sample mean significantly differs from a hypothesized population mean when the population standard deviation (?) is unknown (and estimated by the sample standard deviation, s). This is essential on the AP exam because it’s one of the most common inference procedures, appearing in FRQs and MCQs every year. Real-world example: A school administrator claims the average SAT score of students at their school is 1200. You collect a random sample of 30 students and want to test if the true mean score differs from 1200.
tcdf(lower, upper, df)
T-Test
STAT-TESTS-2:T-Test
tcdf
2nd-DISTR-6:tcdf(lower, upper, df)
invT
2nd-DISTR-4:invT(area, df)
Follow these steps for any one-sample t-test FRQ:
Write H? and H? in context (e.g., H?:-= 1200 vs. H?:-? 1200, where ? = true mean SAT score).
Check Conditions (LINER)
Normal: “The sample size is ?30, so the sampling distribution of x? is approximately normal by the CLT.” (Or: “A boxplot shows no strong skewness or outliers.”)
Calculate Test Statistic
Example: If x? = 1180, s = 100, n = 30, and = 1200, then t = (1180 – 1200) / (100 / ?30)--1.095.
Find P-value
2 * tcdf(|t|, 1E99, df)
tcdf(t, 1E99, df)
tcdf(-1E99, t, df)
Example: For t = -1.095 and df = 29, 2 * tcdf(1.095, 1E99, 29)-0.282.
2 * tcdf(1.095, 1E99, 29)-0.282
Make a Conclusion
Mistake: Using z instead of t when-is unknown. Correction: Always use t for means when-is unknown (even if n is large). The z-test is only for proportions or when-is known.
Mistake: Forgetting to check the 10% condition for independence. Correction: If sampling without replacement, verify n-0.10N (e.g., “30 students is less than 10% of 1000 students at the school”).
Mistake: Misinterpreting the p-value as the probability H? is true. Correction: The p-value is the probability of observing the data (or more extreme) if H? is true, not the probability H? is true.
Mistake: Skipping the normality check for small samples (n < 30). Correction: For small samples, always check a graph (boxplot, histogram) for skewness/outliers. If skewed, the t-test may not be valid.
Mistake: Writing conclusions without context. Correction: Always state conclusions in terms of the problem (e.g., “There is not convincing evidence that the mean SAT score differs from 1200”).
tcdf(1.8, 1E99, 24)
2 * tcdf(1.8, 1E99, 24)
tcdf(-1E99, 1.8, 24)
(D) 1 - tcdf(1.8, 1E99, 24) Answer: (A). For H?:-> , the p-value is the area to the right of t = 1.8.
1 - tcdf(1.8, 1E99, 24)
FRQ Part: A sample of 40 batteries has a mean lifetime of 12.2 hours and a standard deviation of 1.5 hours. Test H?:-= 12 vs. H?:-? 12 at ? = 0.05.
2 * tcdf(0.843, 1E99, 39)-0.404
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.