Finding Z Score On Ti 84

Author tweenangels
7 min read

Finding Z Score on TI-84: A Complete Step-by-Step Guide

Understanding how to find a z-score on a TI-84 calculator is an essential skill for anyone studying statistics, psychology, sociology, business, or any field that relies on data analysis. The z-score, or standard score, tells you exactly how many standard deviations a particular data point is from the mean of its distribution. This simple yet powerful number allows you to compare scores from different normal distributions on a common scale, determine probabilities, and identify outliers. While you can calculate a z-score manually using the formula ( z = \frac{(X - \mu)}{\sigma} ), your TI-84 graphing calculator streamlines the process, especially when working backward from a probability to find a critical z-value. This guide will walk you through every scenario, transforming you from a novice to a confident user capable of tackling homework, exams, and real-world data problems.

What is a Z-Score and Why Do You Need It?

Before diving into button presses, let's solidify the core concept. A z-score quantifies the position of a raw score ( X ) within its distribution. A positive z-score means the data point is above the mean; a negative z-score means it's below. The magnitude tells you how far away it is in terms of standard deviation units. For example, a z-score of 1.5 indicates the value is 1.5 standard deviations above the mean.

The primary reasons for finding z-scores are:

  1. Standardization: To compare scores from different tests or datasets. An SAT score of 1200 and an ACT score of 25 are incomparable on their own, but their z-scores reveal which is relatively better compared to their respective test-taker populations.
  2. Probability Determination: To find the probability of a value occurring within a normal distribution using the standard normal table (or the calculator itself).
  3. Identifying Outliers: Data points with z-scores beyond ±3 are often considered potential outliers in a normal distribution.

Your TI-84 is equipped with built-in functions to handle both directions of this process: converting a raw score to a z-score (and vice-versa) and finding z-scores from given probabilities or areas under the curve.

Scenario 1: Calculating a Z-Score from a Raw Score (X)

This is the most straightforward application. You have a specific data value ( X ), the population mean ( \mu ), and the population standard deviation ( \sigma ). You want the z-score.

Method A: Using the Formula Manually (Quick Calculation)

You can simply compute the arithmetic on your calculator's home screen.

  1. Turn on your TI-84.
  2. Press the ( key, then type your raw score ( X ).
  3. Press the subtraction key -.
  4. Type the mean ( \mu ).
  5. Press the division key ÷.
  6. Type the standard deviation ( \sigma ).
  7. Press ENTER.

Example: Find the z-score for ( X = 85 ) where ( \mu = 80 ) and ( \sigma = 5 ). You would type: (85 - 80) / 5 and press ENTER. The result is 1. This means 85 is exactly 1 standard deviation above the mean.

Method B: Storing and Using Variables (For Repeated Calculations)

If you are working with a dataset and need to find multiple z-scores, storing values is more efficient.

  1. Store the mean in a variable, say M. Press 80, then STO→, then ALPHA, then M (the M is above the , key).
  2. Store the standard deviation in a variable, say S. Press 5, then STO→, then ALPHA, then S.
  3. Now, for any raw score X, you can type (X - M) / S and press ENTER.

Example: For X = 75, type (75 - M) / S and press ENTER. The calculator uses the stored values and returns -1.

Scenario 2: Finding a Raw Score (X) from a Z-Score

Sometimes you know the z-score and need to find the original raw score. This is just rearranging the formula: ( X = \mu + (z \times \sigma) ).

  1. Ensure your mean M and standard deviation S are stored (as in Method B above).
  2. Type M + (z * S) and press ENTER.

Example: Find the raw score for a z-score of -2 with ( \mu = 50 ) and ( \sigma = 10 ). First, store 50 to M and 10 to S. Then type: M + (-2 * S) and press ENTER. The result is 30. A z-score of -2 corresponds to a raw score 20 points below the mean.

Scenario 3: Finding a Z-Score from a Probability (The Most Common Exam Question)

This is where students often struggle. The question asks: "What z-score separates the top 10% of the standard normal distribution from the bottom 90%?" or "Find the z-score such that the area to the left is 0.925." You are given a probability (an area under the normal curve) and need the corresponding z-score. This is the

most common type of question on standardized tests.

Method: Using a Z-Table (The Traditional Approach)

Z-tables provide pre-calculated z-scores corresponding to various probabilities. Here’s how to use them:

  1. Understand the Table: Z-tables typically show the z-score for a given area to the left of the curve. The table entries are organized by the area under the curve.
  2. Find the Matching Probability: Determine the probability you’re given. In our example, we want the area to the left of the z-score that corresponds to the top 10% (or 0.10).
  3. Locate the Probability in the Table: Find the row in the table that contains the given probability (0.10 in our case).
  4. Read the Corresponding Z-Score: The column corresponding to that row will show the z-score. In this case, the z-score for 0.10 is approximately -1.28.

Example: Find the z-score that corresponds to a probability of 0.925 (the area to the left of the curve). Looking up 0.925 in a z-table, you’ll find a z-score of approximately 1.645. This means a raw score of 1.645 corresponds to the 92.5% of the population below it.

Method: Using a Calculator (More Efficient)

Many scientific calculators have a built-in function to directly calculate the z-score from a probability.

  1. Access the Function: The function is usually labeled normalcdf or something similar. Consult your calculator’s manual for the exact wording.
  2. Enter the Parameters: The syntax will vary slightly depending on the calculator, but generally you’ll need to input:
    • Lower bound: -Infinity (or a very small negative number)
    • Upper bound: The raw score you’re trying to find the z-score for.
    • Lower cumulative probability: 0 (since we want the area to the left)
    • Upper cumulative probability: The given probability (e.g., 0.925)
  3. Calculate: Press ENTER to display the z-score.

Example: Using the calculator to find the z-score for a probability of 0.925: normalcdf(-∞, raw_score, 0, 0.925) (Replace raw_score with the actual raw score you’re solving for).

Scenario 4: Finding the Probability from a Z-Score (Less Common, but Important)

This is the reverse of Scenario 3. You are given a z-score and need to find the probability associated with that z-score. You’ll use the z-table again.

  1. Locate the Z-Score in the Table: Find the row in the z-table that contains the given z-score.
  2. Read the Corresponding Probability: The column corresponding to that row will show the area under the curve to the left of the z-score.

Example: Find the probability associated with a z-score of 0.5. Looking up 0.5 in a z-table, you’ll find a probability of approximately 0.6915. This means 69.15% of the population falls below a z-score of 0.5.

Conclusion:

Understanding z-scores is a fundamental skill in statistics. By mastering the methods outlined above – calculating z-scores from raw scores, finding raw scores from z-scores, and determining probabilities from z-scores – you’ll be well-equipped to interpret and analyze data, and confidently tackle a wide range of statistical problems. Practice with various examples and utilize z-tables or calculator functions to solidify your understanding and improve your speed and accuracy. Remember to always carefully read the problem and identify whether you are given the raw score, the z-score, or the probability, and then select the appropriate method to solve for the unknown variable.

More to Read

Latest Posts

You Might Like

Related Posts

Thank you for reading about Finding Z Score On Ti 84. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home