How to Find a Critical Value on a TI‑84
Ever stared at the TI‑84 screen, pressed a few keys, and still weren’t sure if you’d actually gotten the “critical value” you needed? You’re not alone. Most students treat the calculator like a magic box—type something, hope for the best, and move on. The short version is: if you understand the steps, the TI‑84 will hand you the exact critical value every single time.
Below is the full, no‑fluff guide that walks you through everything—from what a critical value really is, to the exact key sequence, to the pitfalls most people fall into. Grab your calculator; let’s get into it Small thing, real impact..
What Is a Critical Value (on a TI‑84)?
When you hear “critical value” in a stats class, think of it as the cutoff point that separates the region you care about from the rest of the distribution. In a normal‑distribution test, it’s the z‑ or t‑score that corresponds to your chosen significance level (α) Practical, not theoretical..
On the TI‑84, you’re not pulling a number out of thin air; the calculator is simply looking up that cutoff in its built‑in tables. The process is the same whether you need a one‑tailed z critical value for a proportion test or a two‑tailed t critical value for a small‑sample mean test.
The Two Main Families
- Z‑critical values – used when the population standard deviation is known or the sample size is large (n ≥ 30).
- T‑critical values – used when you’re dealing with small samples and you have to estimate the standard deviation.
Both families live under the same “InvNorm” or “InvT” menus on the TI‑84, just with different inputs.
Why It Matters / Why People Care
If you miss the critical value, your whole hypothesis test can flip from “reject the null” to “fail to reject.” That’s a huge deal in research, business decisions, or even a high‑stakes exam.
Real‑world example: a marketing analyst runs a one‑tailed test to see if a new ad campaign lifts click‑through rates. Using the wrong z cutoff could mean they either keep a failing campaign or scrap a winning one.
In practice, the calculator does the heavy lifting, but you still need to feed it the right parameters: confidence level, degrees of freedom, tail direction, and whether you want a positive or negative cutoff. Get any of those wrong, and the output is meaningless Small thing, real impact..
Honestly, this part trips people up more than it should.
How It Works (Step‑by‑Step)
Below are the exact key sequences for the most common scenarios. I’ll break them down into bite‑size chunks so you can follow along without staring at the manual.
1. Finding a Z‑Critical Value
One‑tailed test (right side)
- Press 2nd → VARS (the DISTR menu).
- Choose 2:normalcdf( – but we actually need the inverse, so scroll down to 3:invNorm(.
- Enter the area to the left of the cutoff. For a right‑tailed test at α = 0.05, that area is
1‑0.05 = 0.95. - Hit ENTER.
The screen will show something like 1.On the flip side, 6449. That’s your critical z.
Two‑tailed test
- Same start: 2nd → VARS → 3:invNorm(.
- Compute the left‑tail area:
(α/2). For α = 0.05, that’s0.025. - Type
0.025and press ENTER.
You’ll get a negative number (e.g., ‑1.Still, 96). That's why the positive counterpart is just the absolute value. Those are your two critical z’s.
2. Finding a T‑Critical Value
The TI‑84 stores the t distribution under invT. You need the degrees of freedom (df = n‑1) Not complicated — just consistent..
One‑tailed test (right side)
- 2nd → VARS → scroll to 4:invT(.
- Input the left‑tail area:
1‑α. For α = 0.01, type0.99. - Add a comma, then the df. Example:
, 12. - Press ENTER.
Result: something like 2.681. That’s the t cutoff.
Two‑tailed test
- Same menu: 2nd → VARS → 4:invT(.
- Input
(α/2). For α = 0.10, type0.05. - Add a comma and the df.
- ENTER.
You’ll see a negative value; flip the sign for the positive critical value Worth keeping that in mind. But it adds up..
3. Quick Cheat Sheet (Copy‑Paste Friendly)
| Test | Tail | Function | Area Input | Example (α = 0.05, n = 15) |
|---|---|---|---|---|
| Z | Right | invNorm( |
1‑α → 0.95 |
invNorm(0.95) → 1.645 |
| Z | Two | invNorm( |
α/2 → 0.But 025 |
invNorm(0. 025) → ‑1.Day to day, 96 |
| T | Right | invT( |
1‑α → 0. Because of that, 95 |
invT(0. 95,14) → 1.In real terms, 761 |
| T | Two | invT( |
α/2 → 0. In practice, 025 |
invT(0. 025,14) → ‑2. |
Keep this table bookmarked; it’s the fastest way to avoid a mis‑type.
Common Mistakes / What Most People Get Wrong
- Mixing up left vs. right tail – The TI‑84 always returns the value to the left of the area you input. If you type
0.05for a right‑tailed test, you’ll get a huge negative number instead of the positive cutoff. - Forgetting the degrees of freedom – In a t test, entering the wrong df (or none at all) throws the whole calculation off. The calculator will still give a number, but it won’t match your sample size.
- Using
normalcdfinstead ofinvNorm–normalcdfintegrates the curve;invNormdoes the inverse lookup. Accidentally using the former leaves you with an area, not a critical value. - Rounding too early – Many students hit ENTER after typing the area, then round the result on the screen before copying it into their work. The TI‑84 shows up to 10 decimal places; keep at least four for hypothesis testing.
- Ignoring the sign – For two‑tailed tests you need both the negative and positive cutoffs. Some people only write down the negative one and assume the positive is “obvious.” In a report, you should list both.
Practical Tips / What Actually Works
- Set the mode to “float” with at least 4 decimal places (
MODE→FLOAT). This prevents the calculator from auto‑rounding to a whole number. - Store the result in a variable for later use. After you get the critical value, press STO► then a letter (e.g.,
A). Later you can recall it withALPHA+A. Handy for multi‑step problems. - Double‑check with a known value. For a 95 % confidence two‑tailed z test, you should see
‑1.96and1.96. If you get something else, you probably entered the wrong area. - Use the home screen for quick repeats. Instead of navigating the menu each time, type
invNorm(orinvT(directly. The TI‑84’s syntax auto‑completes, so you can typeinvNand hit ENTER to finish. - Keep a paper cheat sheet of the α‑to‑area conversions (e.g., α = 0.01 → right‑tail area = 0.99). It’s faster than doing mental math during an exam.
FAQ
Q1: Do I need to use invNorm for a one‑sample proportion test?
A: Yes. Even though the test deals with proportions, the underlying distribution is normal (or approximated as such). Use invNorm(1‑α) for a right‑tailed test, or invNorm(α/2) for two‑tailed.
Q2: My calculator shows “Error: DOMAIN” after I type invT(0.95,0). What’s wrong?
A: The degrees of freedom can’t be zero. You need at least one degree of freedom (df = n‑1 ≥ 1). Check your sample size And that's really what it comes down to..
Q3: How do I find a critical value for a chi‑square test?
A: The TI‑84 uses invChi2(. The syntax is invChi2(area, df). For a right‑tailed test, the area is 1‑α; for a left‑tailed test, it’s just α.
Q4: Can I get both tails at once?
A: Not directly. You’ll need to run invNorm or invT twice—once for the left tail, once for the right. Store each result if you need them together.
Q5: My teacher says to use “Z‑table” instead of the calculator. Why?
A: Historically, tables were the only option. The calculator is faster and less error‑prone, as long as you input the correct parameters. It’s perfectly acceptable unless the instructor explicitly forbids it.
Finding a critical value on a TI‑84 isn’t a mysterious art; it’s a series of tiny, repeatable steps. Once you internalize the area‑to‑tail relationship and remember the degrees‑of‑freedom requirement for t, the calculator becomes an extension of your brain, not a black box.
Next time you open a stats problem, you’ll know exactly which key to press, which number to type, and—most importantly—why you’re typing it. Good luck, and may your p‑values always be small enough to reject the null when you should!