One-sample t interval practice: 8 problems
By Jude Wallis · Published
This set has 8 problems on the one-sample t interval for a population mean. Six run the four steps: parameter and confidence level, conditions, t* from the table with the standard error, then an interpretation in context. Two start from a reported interval and work backwards.
AP Statistics: Unit 4 (topics 4.2 Constructing a Confidence Interval for a Population Mean or Population Mean Difference, 4.3 Justifying a Claim Based on a Confidence Interval for a Population Mean or Population Mean Difference). These problems sit in Unit 4 of the Fall 2026 AP Statistics course, topics 4.2 and 4.3, the estimation half of inference for means and the partner to the one-sample t-test covered in topics 4.4 and 4.5.
What these problems build
These 8 problems build the one-sample interval for a population mean, the procedure you reach for whenever the population standard deviation is unknown and the job is to estimate rather than to test a claim about it. Every interval has the same shape from the formula sheet:
Here (read 'x-bar') is the sample mean, is the sample standard deviation, the one that divides by , is the sample size, and is the critical value at degrees of freedom. The quantity is the standard error of , and times that standard error is the margin of error.
Problems 1, 2 and 4 construct and interpret intervals, problem 3 starts from a reported interval and drills the wording that earns the interpretation credit, problems 5 and 6 isolate how the margin of error responds when the confidence level or the sample size changes, and problems 7 and 8 run at exam standard: one starting from raw data, one working backwards from a reported interval. Solve each one on paper before opening the steps. For the full walkthrough read how to calculate a confidence interval, and check your bounds against the confidence interval calculator.
Reading t* off the table
The exam hands you a -table rather than software, so comes from a printed row and column: find the row for , find the column for your confidence level, and read the entry where they meet. At the 95% column gives , and at the 90% column gives . Both sit above the matching values of 1.960 and 1.645, which is the price of using in place of .
The table prints every from 1 to 30, then jumps to 40, 50, 60, 80, 100, and 1000. When your is missing, use the next smaller that is printed. That returns a slightly larger and a slightly wider interval, so the rounding error runs in the safe direction, and you should write down which you used. Problems 4 and 6 land off the table on purpose. Technology uses the exact and gives bounds a hair narrower, which is why a calculator answer and a table answer can differ in the second or third decimal without either being wrong. The full table is at t-table.
Saying it correctly
Two sentences carry most of the interpretation credit on this material, and they are not the same sentence.
- Interpreting the interval. Name the confidence level, both bounds with units, the parameter, and the population: 'We are 95% confident that the interval from 4.1 cm to 5.3 cm captures the true mean daily rainfall at this station.'
- Interpreting the confidence level. Describe the method over repeated sampling: 'If we took many random samples of this size and built an interval from each one, about 95% of those intervals would capture the true mean.'
Three wordings lose the point every time. Saying that 95% of the individual observations fall inside the interval confuses a mean with the spread of individuals. Saying there is a 95% probability that falls in this particular interval ignores that a computed interval either captures or does not. Saying that 95% of sample means fall inside it describes a sampling distribution, not an estimate of . Problem 3 is built on exactly these. For more on the wording, read what 95% confidence means.
Frequently asked questions
When do I use t* instead of z* for a mean?
Use whenever the population standard deviation is unknown and you are estimating from a sample standard deviation , which is nearly every mean problem on the exam. A interval for a mean requires a known , and that is rare outside textbook setups. Because carries its own sampling error, is always larger than the matching , and the gap closes as grows. See z interval vs t interval.
What if my degrees of freedom are not on the t-table?
Drop to the next smaller that the table prints. At you would use the row, and at the row. A smaller gives a larger , so your interval comes out slightly wider than the exact one, which errs toward being conservative rather than overstating precision. Write down the you used, and expect a calculator that uses the exact to report bounds a little tighter.
Why does a higher confidence level make the interval wider?
The confidence level only enters through . The center and the standard error come from the sample and do not move. Asking to capture in a larger share of repeated samples means reaching further out into the tails of the distribution, so grows: at it runs 1.711 at 90%, 2.064 at 95%, and 2.797 at 99%. Precision is what you trade away for confidence.
How much does a bigger sample shrink the margin of error?
The margin is , so it shrinks with , not with . Quadrupling the sample size roughly halves the margin, and halving the margin again takes another factor of 4. Sample size also nudges down as grows, so the drop is usually a shade better than the square root rule alone predicts. Problem 6 works through both effects on the same data.
Problem 1
A tree nursery measures the height, in centimeters, of a random sample of 16 one-year-old red maple seedlings. The sample mean is cm with sample standard deviation cm, and seedling heights at this nursery are roughly normal. Construct and interpret a 95% confidence interval for the true mean height.
Show the worked solution
State. Let be the true mean height, in centimeters, of all one-year-old red maple seedlings at this nursery. Estimate with a 95% confidence interval.
Plan. One-sample interval for a mean, because is unknown and stands in for it. Random: the 16 seedlings are a random sample. 10%: 16 is less than 10% of all seedlings at the nursery. Normal/large sample: , and the problem states heights are roughly normal.
Do. Degrees of freedom , so the 95% column of the -table gives .
Do. Standard error: cm. Margin of error: cm.
Do. Interval: cm.
Conclude. We are 95% confident that the interval from 67.74 cm to 76.26 cm captures the true mean height of all one-year-old red maple seedlings at this nursery.
, , cm, margin of error 4.262 cm. The 95% interval is cm, about .
Problem 2
A commuter records her ride time, in minutes, on 5 randomly chosen weekdays: 30, 34, 28, 32, 31. Ride times on this route are roughly normal with no outliers. Construct and interpret a 90% confidence interval for her true mean ride time.
Show the worked solution
State. Let be her true mean ride time, in minutes, on this route. Estimate with a 90% confidence interval.
Plan. One-sample interval for a mean. Random: the 5 weekdays were chosen at random. 10%: 5 rides is less than 10% of all the rides she makes on this route. Normal/large sample: , and the problem states ride times are roughly normal with no outliers.
Do. Sample mean: minutes.
Do. Sample standard deviation. Deviations from 31 are , so the squared deviations are and sum to 20. Dividing by : minutes.
Do. Standard error: minute. With , the 90% column gives , so minutes.
Do. Interval: minutes.
Conclude. We are 90% confident that the interval from 28.87 to 33.13 minutes captures her true mean ride time on this route.
, , , , . The 90% interval is minutes.
Problem 3
A nutrition lab tests a random sample of 24 cans of one soup brand and reports a 95% confidence interval for the true mean sodium content of milligrams.
(a) Find the sample mean and the margin of error. (b) Interpret the interval in context. (c) Interpret the confidence level in context. (d) A blogger writes that 95% of cans of this soup contain between 612 mg and 688 mg of sodium. Explain why that is wrong.
Show the worked solution
(a) The sample mean sits at the center of the interval: mg.
(a) The margin of error is half the width: mg. Equivalently mg, so the interval is .
(b) Interpret the interval. We are 95% confident that the interval from 612 mg to 688 mg captures the true mean sodium content of all cans of this soup brand. The parameter estimated is a mean, and the population is every can of the brand, not the 24 sampled.
(c) Interpret the confidence level. If the lab repeated this process many times, drawing a random sample of 24 cans and building an interval from each sample, about 95% of the intervals produced would capture the true mean sodium content. The 95% describes the long-run success rate of the method, not this one interval.
(d) The blogger is describing individual cans, but the interval estimates a mean. Its width comes from the standard error , which is the sample-to-sample spread of and is smaller than , the spread of individual cans, by a factor of . An interval covering 95% of individual cans would be far wider.
Conclude. Two statements survive: the one about capturing in (b) and the repeated-sampling one in (c). Statements about where individual cans fall, and statements giving a 95% probability that lies in this computed interval, both misread the procedure.
(a) mg and mg. (b) 95% confident the interval from 612 to 688 mg captures the true mean sodium content of all cans of this brand. (c) About 95% of intervals built this way from repeated random samples of 24 cans would capture that mean. (d) The interval estimates the population mean, not the spread of individual cans.
Problem 4
A cereal maker fills boxes labeled 500 grams. An inspector weighs a random sample of 45 boxes and finds g with g. A dotplot of the 45 weights is roughly symmetric with no outliers.
(a) Construct a 95% confidence interval for the true mean fill weight. (b) Does the interval give convincing evidence that the boxes average less than the labeled 500 g?
Show the worked solution
State. Let be the true mean fill weight, in grams, of all boxes this machine fills. Estimate with a 95% confidence interval.
Plan. One-sample interval for a mean. Random: the 45 boxes are a random sample. 10%: 45 is less than 10% of all boxes produced. Normal/large sample: , so the large-sample condition is met, and the dotplot shows no strong skew or outliers.
Do. Degrees of freedom , which the exam table skips: it prints 40 and then 50. Use the next smaller printed value, , giving and a slightly wider, conservative interval.
Do. Standard error: g. Margin of error: g.
(a) Interval: g. Technology using the exact gives and , the same interval to the nearest tenth of a gram.
(b) Conclude. Every value in the interval is below 500, so 500 g is not a plausible value for the true mean fill weight. There is convincing evidence that the boxes average less than the labeled 500 g, by somewhere between about 0.4 g and 7.6 g.
(a) is off the table, so use and ; with and the 95% interval is g. (b) Yes: the whole interval lies below 500 g, so a mean fill of 500 g is not plausible.
Problem 5
A quality lab tests a random sample of 25 laptop batteries from one production run and finds a mean run time of minutes with minutes. Run times are roughly normal. Build the 90%, 95%, and 99% confidence intervals for the true mean run time, then say what changes and what does not as the confidence level rises.
Show the worked solution
State. Let be the true mean run time, in minutes, of all batteries in this production run. Estimate at three confidence levels from the same sample.
Plan. One-sample interval for a mean. Random: the 25 batteries are a random sample. 10%: 25 is less than 10% of the production run. Normal/large sample: , and the problem states run times are roughly normal.
Do. The standard error is set by the data, not by the confidence level: minutes, with for every level.
Do. At 90%, , so and the interval is , a width of 6.844 minutes.
Do. At 95%, , so and the interval is , a width of 8.256 minutes.
Do. At 99%, , so and the interval is , a width of 11.188 minutes.
Conclude. The center 240 minutes and the standard error 2 minutes never move, because they come from one sample; only changes. Going from 90% to 99% confidence stretches the interval from 6.844 to 11.188 minutes, about 63% wider. Higher confidence that the interval captures the true mean run time is paid for with a less precise estimate of it.
and throughout. 90%: ; 95%: ; 99%: . Only changes, so raising the confidence level widens the interval and lowers precision.
Problem 6
Continuing the battery study: a second random sample, this time of 100 batteries from the same production run, again gives minutes.
(a) Find the margin of error of a 95% confidence interval from this larger sample. (b) The sample size was multiplied by 4. Did the margin of error drop to exactly half of its old value? Explain what happened.
Show the worked solution
State and plan. Same parameter , the true mean run time in minutes for this production run, and the same 95% level; only changes. Random: a random sample of 100 from the run. 10%: 100 is less than 10% of the run. Normal/large sample: , so the large-sample condition covers the shape of the population.
(a) Standard error: minute, exactly half the from , since shrinks like and .
(a) Critical value: , which the table skips, since it prints 80 and then 100. Use , giving . So minutes. Technology at the exact gives and , which agrees to one decimal: 2.0 minutes either way, a difference of about 0.006 minutes. Using the row is the conservative choice, since it gives the slightly wider interval.
(b) Compare. At the margin was minutes. The ratio is , so the new margin is about 48% of the old one, slightly more than a halving.
(b) Explain. Two things moved. The standard error halved exactly, which is the rule at work. On top of that, fell from 2.064 to 1.990 because grew from 24 to 99, so the table row moves from 24 to 80, and the distribution tightens toward the standard normal as rises. Together they beat an exact halving by a small amount.
Conclude. Quadrupling the sample from 25 to 100 batteries cuts the 95% margin of error for the mean run time from about 4.1 minutes to about 2.0 minutes. Cutting it to about 1 minute would take roughly 16 times the original sample, near 400 batteries, which is the practical cost of the square root in the denominator.
(a) minute and using (the table skips ), so minutes. (b) No: it fell to about 48% of 4.128, a little past half, because the standard error halved and also shrank as grew.
Problem 7
A coffee roaster records the time, in minutes, from the start of the roast to first crack for a random sample of 8 batches: 12, 15, 11, 14, 16, 13, 12, 11. A dotplot of the times is roughly symmetric with no outliers.
(a) Construct a 95% confidence interval for the true mean time to first crack. (b) The roaster's guide claims the mean time is 15 minutes. Does the interval support that claim?
Show the worked solution
State. Let be the true mean time, in minutes, from the start of the roast to first crack for all batches roasted this way. Estimate with a 95% confidence interval.
Plan. One-sample interval for a mean. Random: the 8 batches are a random sample. 10%: 8 is less than 10% of all batches the roaster runs. Normal/large sample: , so lean on the dotplot, which is roughly symmetric with no outliers.
Do. Sample mean: minutes.
Do. Sample standard deviation. Deviations from 13 are , so the squared deviations are and sum to 24. Dividing by : minutes.
Do. Standard error: minutes. With , the 95% column gives , so minutes.
(a) Interval: minutes. We are 95% confident this interval captures the true mean time to first crack.
(b) Conclude. The claimed value 15 minutes sits above the upper bound of 14.548, so 15 is not a plausible value for the true mean. The interval does not support the guide's claim, and it points to a true mean below 15 minutes. A two-sided -test of at would reject for the same reason.
(a) , , , , , so the 95% interval is about minutes. (b) No: 15 minutes falls outside the interval, so the claim is not plausible at this confidence level.
Problem 8
A researcher measures the change in reading speed, in words per minute, for a random sample of 30 students who complete a training program, and reports a 95% confidence interval for the true mean improvement of words per minute.
(a) Find the sample mean improvement and the margin of error. (b) Recover the standard error and the sample standard deviation behind the interval. (c) At the 5% significance level, would a two-sided test of against reject the null hypothesis? Answer without computing a p-value. (d) Would a 99% interval from the same data still exclude 0?
Show the worked solution
(a) Center and half-width. words per minute, and words per minute. So the interval is .
Conditions. The reported interval, and the rebuilt one in (d), rest on the usual three: the 30 students are a random sample, 30 is well under 10% of all students who complete this program, and meets the large-sample threshold, so the sampling distribution of the mean change is approximately normal.
(b) Standard error. With , , and the 95% column gives . Since , invert it: words per minute.
(b) Sample standard deviation. From , words per minute.
(c) Decision from the interval. The 95% interval runs from 1.0 to 5.4 and does not contain 0, so 0 is not a plausible value for the true mean improvement. A two-sided test of at would therefore reject : a two-sided test at level and a confidence interval always agree.
(d) Rebuild at 99%. The center and standard error do not change, only : at the 99% column gives , so and the interval is . It still excludes 0, though with little room to spare, so a two-sided test at would also reject .
Cross-check with the table. The test statistic is at . That clears 2.756, the last entry in the row of the t-table, which carries a two-tail probability of 0.01. So the two-sided p-value is below 0.01, the same message the 99% interval sends by excluding 0 with little room to spare. Bounding a p-value between table columns rather than pinning it exactly is what the exam expects; software returns a single value.
Conclude. There is convincing evidence that the true mean change in reading speed for students who complete this program is positive, with plausible improvements running from about 1.0 to 5.4 words per minute at 95% confidence, or from about 0.2 to 6.2 at 99% confidence. Because there is no control group and students were not randomly assigned, this does not establish that the program caused the improvement.
(a) wpm, wpm. (b) at , so and wpm. (c) Yes: the 95% interval excludes 0, so the matching two-sided test rejects at . (d) Yes, barely: the 99% interval is about , and the two-sided p-value is below 0.01.