How to run a t-test on the TI-84 and read the output
By Jude Wallis · Updated
Press STAT, arrow right to TESTS, then choose T-Test for one sample or 2-SampTTest for two independent samples. For paired data, subtract the pairs first and run T-Test on the differences. Output: the statistic t, the p-value, x-bar, Sx, and n.
AP Statistics: Unit 4 (topics 4.4 Setting Up a Test for a Population Mean or Population Mean Difference, 4.5 Carrying Out a Test for a Population Mean or Population Mean Difference, 4.10 Carrying Out a Test for the Difference Between Two Population Means). One-sample, matched pairs, and two-sample t-tests are Unit 4 topics in the Fall 2026 AP Statistics course, where a graphing calculator with statistical capabilities is expected on both sections of the exam.
Where the t-test lives on the TI-84
Every inference procedure on a TI-84 sits behind one key. Press STAT, arrow right twice to the TESTS tab, and scroll the list of procedures by name. Choose T-Test when you have one sample and a claim about a population mean (mu), and 2-SampTTest when you have two independent samples.
The t procedures are the right family whenever the population standard deviation (sigma) is unknown, which is almost always true with real data. If a problem hands you outright, the z procedures on the same menu apply instead. The guide on t-test vs z-test sorts out that choice.
The wording below is TI-84 wording, but the statistics do not depend on the device. Menu names and key sequences vary between calculators; the inputs each test needs and the meaning of each output line do not.
Data or Stats: the input choice that trips people up
The first line of the T-Test screen is Inpt, with two options, Data and Stats. Highlight one, press ENTER, then fill in the fields that appear underneath.
Choose Data when the raw values are already typed into a list. The screen asks for (mu-nought, the hypothesized mean from the null hypothesis), the List holding your values (usually L1), and Freq (leave it at 1 unless you have a separate column of counts). The calculator computes the sample mean and sample standard deviation from the list for you.
Choose Stats when the problem gives you summary numbers instead of raw data. The screen then asks for , (x-bar, the sample mean), (the sample standard deviation), and (the sample size).
The last two lines are identical either way. Set to , , or so it matches your alternative hypothesis, then highlight Calculate and press ENTER. Draw returns the same numbers with the tail area shaded on a picture of the t-distribution.
What every line of the output means
Calculate returns a short results screen. Here is the one-sample T-Test output, line by line.
- The alternative hypothesis, echoed at the top, for example . Read this first, because a wrong tail choice changes the p-value while leaving every other line untouched.
- , the test statistic. It counts how many standard errors separate your sample mean from the hypothesized mean: .
- , the p-value. This is the probability of a sample result at least as extreme as yours when the null hypothesis is true. It is not a sample proportion or a population proportion, so never report it as the proportion of anything in your data.
- , the sample mean, echoed back from your list or your typed input.
- , the sample standard deviation, the version that divides by .
- , the sample size.
The one-sample screen does not print a degrees of freedom line, and you still have to report one. For a one-sample t-test, , so a sample of 25 gives . Work it out and write it down.
Watch for scientific notation in the p-value. A display of 3.2E-4 means 0.00032, a very small p-value rather than a large one. For output across the other procedures, see reading calculator output.
Two independent samples with 2-SampTTest
2-SampTTest compares the means of two groups made of different individuals, such as a treatment group and a control group. Under Data it asks for List1 and List2. Under Stats it asks for , , , then , , .
Two prompts appear that the one-sample screen does not have. Set to , , or for your alternative. Then answer Pooled, which asks whether to merge the two sample standard deviations into a single estimate; leave it on No unless a problem states that the population variances are equal. The guide on pooling or not on a two-sample t-test explains why No is the safe default.
The output is longer. You get the alternative, , , , then , , , , , and , so scroll to the bottom before you copy anything. This screen does print , and it will not be a whole number.
Why the two-sample df comes back as a decimal
A one-sample df is a count, . A two-sample df is an approximation, so the calculator returns something like 24.2267 instead of a tidy integer. Nothing is broken. The TI-84 uses the Welch approximation, which weights each sample variance by its own sample size:
Try it with , , , and . Then and , so the numerator is and the denominator is . Dividing gives .
The AP course states that the two-sample degrees of freedom fall between the smaller of and and the value , and that technology finds them. Here that range runs from 11 to 25, and 24.2267 sits inside it. Report the decimal exactly as the screen gives it, and see why df is a decimal on a two-sample t-test for the full story.
Paired data is a one-sample T-Test on the differences
This is the most common TI-84 error in an AP Statistics classroom. When each value in one group is matched to a specific value in the other, such as a before and after measurement on the same person, the two samples are not independent. Running 2-SampTTest on that data throws the pairing away and usually understates the evidence.
The fix takes three moves. Press STAT, choose EDIT, and put the first measurement in L1 with each matched second measurement beside it in L2. Arrow up onto the L3 column header, type L2 - L1 (the list names are 2nd then 2, and 2nd then 1), and press ENTER to fill L3 with the differences.
Now run T-Test on L3 with Inpt: Data, List: L3, and . You are testing a claim about (mu-d, the population mean difference), and where counts the pairs, not the individual measurements. The AP course puts it the same way: for a matched pairs design with two dependent samples, you calculate differences between pairs to produce one sample of differences, and the procedure is a one-sample t-test for the population mean difference.
Decide your order of subtraction before you start, since it fixes the sign of and the direction of a one-sided alternative. The paired vs two-sample t-test comparison shows how to tell the two designs apart from the wording of a problem.
What to write down after you press Calculate
The screen is a source of numbers, not a finished answer. Copy the test statistic, the degrees of freedom, and the p-value, then write a conclusion in your own words. A bare menu name with no numbers beside it does not show any reasoning.
Round the statistic to two or three decimals and keep the p-value to three or four. Compare that p-value to your significance level (alpha, the cutoff you chose in advance, usually 0.05), then say what the decision means for the original question rather than only for , the null hypothesis.
Before you trust any output, check the echoed , , and against your data. A single mistyped value shows up on those lines immediately. If you have raw data and want those summary numbers on their own, 1-Var Stats reports x-bar and Sx without running a test at all.
How this fits the Fall 2026 AP course
A graphing calculator with statistical capabilities is expected on both sections of the AP Statistics exam that takes effect in Fall 2026, with the first exam in May 2027. Formulas and tables are provided, so the work on exam day is choosing the right procedure and reading its output, not recalling critical values.
One-sample and matched pairs t-tests are Unit 4 topics 4.4 and 4.5, Setting Up and Carrying Out a Test for a Population Mean or Population Mean Difference. Two independent samples are topics 4.9 and 4.10. Unit 4, Inference for Quantitative Data: Means, carries 10 to 20 percent of the multiple-choice section, and free-response Question 3 is an inference question every year.
Conditions still come before the calculator. A one-sample t procedure needs data from a random sample or a randomized experiment, the 10 percent condition when sampling without replacement, and either an approximately normal population, , or sample data free from strong skewness and outliers. For matched pairs, that count applies to the number of differences, not the number of measurements.
One-sample T-Test in Stats mode
A coach claims the mean resting heart rate of the athletes in her program is 50 beats per minute. A random sample of 25 athletes gives and . Test against at on the TI-84, then confirm the output by hand.
Set up the screen. Press STAT, arrow right to TESTS, choose T-Test, and set Inpt: Stats. Enter , , , and , select the alternative , then highlight Calculate and press ENTER.
Confirm the standard error by hand: beats per minute.
Confirm the test statistic: .
Work out the degrees of freedom yourself, since the one-sample screen does not print them: .
Read the p-value. The calculator returns , the two-tailed area beyond on a t-distribution with 24 degrees of freedom. Each tail holds about 0.0358, and .
Compare and decide. Since , you fail to reject .
The output is with , and from . Because , you fail to reject , so the sample does not give convincing evidence that the mean resting heart rate of these athletes differs from 50 beats per minute.
Paired data: T-Test on the list of differences
Six students chosen at random from a school's enrollment take a reading speed test before and after a two-week practice program. Words per minute before: 210, 195, 220, 188, 202, 205. Words per minute after, in the same student order: 212, 200, 223, 195, 206, 208. Test at whether mean reading speed increased over the two weeks.
Recognize the design. Each after value belongs to the same student as the before value beside it, so the two samples are dependent and 2-SampTTest is the wrong menu item.
Enter the data. Press STAT, choose EDIT, put the before values in L1 and the matched after values in L2. Arrow up onto the L3 header, type L2 - L1, and press ENTER.
L3 fills with the differences, after minus before: 2, 5, 3, 7, 4, 3. The mean difference is words per minute.
Find the standard deviation of the differences. The deviations from 4 are , 1, , 3, 0, , and their squares are 4, 1, 1, 9, 0, 1, which add to 16. Then .
Check the conditions, then run the test. Randomization first: the six students are a random sample of the school's enrollment, so the sample-of-differences condition is met. Then the sample data: with only 6 differences you need them free from strong skewness and outliers, and the sorted differences 2, 3, 3, 4, 5, 7 show no gap and no extreme value. Run T-Test with Inpt: Data, , List: L3, Freq: 1, and the alternative .
Confirm the statistic: , so with .
Read the p-value: . Since , you reject .
T-Test on the list of differences gives , , and . At there is convincing evidence that mean reading speed increased, with an estimated mean gain of 4 words per minute. Stop the claim there. Every student did the program and there was no control group and no random assignment, so the increase cannot be attributed to the program; ordinary practice, maturation, or familiarity with the test would produce the same result. Running 2-SampTTest on the same 12 numbers would have answered a different question.
Frequently asked questions
Why does 2-SampTTest give degrees of freedom with decimals?
Because the two-sample df is an approximation, not a count. The TI-84 uses the Welch formula, which weights each sample variance by its sample size and rarely lands on a whole number. Report the decimal the calculator shows, such as .
Should I pick Data or Stats on the T-Test screen?
Pick Data when you have the individual values typed into a list, and Stats when the problem gives you (x-bar), , and instead. Data is safer with raw values because the calculator computes the mean and standard deviation itself, removing one place to mistype.
Can I use 2-SampTTest on before and after measurements from the same people?
No. Those measurements are paired, so the correct procedure is a one-sample T-Test on the list of differences with . Subtract in a fixed order, store the differences in a third list, and use the number of pairs for .
The one-sample T-Test screen has no df line. What do I report?
Compute it yourself: for a one-sample t-test, and also for a matched pairs test where is the number of differences. A sample of 25 gives . Of the t-test screens, only 2-SampTTest prints a df line, and that one is a decimal.
What is the difference between Calculate and Draw?
They run the same test. Calculate lists the numbers on a results screen, while Draw plots the t-distribution, shades the tail area matching your alternative, and prints and on the graph. Draw is useful for seeing whether a p-value is one-tailed or two-tailed.