16.6 C
London
Thursday, July 4, 2024
HomeTI-84Probability Distributions in TI-84How to Calculate Normal Probabilities on a TI-84 Calculator

How to Calculate Normal Probabilities on a TI-84 Calculator

Related stories

Learn About Opening an Automobile Repair Shop in India

Starting a car repair shop is quite a good...

Unlocking the Power: Embracing the Benefits of Tax-Free Investing

  Unlocking the Power: Embracing the Benefits of Tax-Free Investing For...

Income Splitting in Canada for 2023

  Income Splitting in Canada for 2023 The federal government’s expanded...

Can I Deduct Home Office Expenses on my Tax Return 2023?

Can I Deduct Home Office Expenses on my Tax...

Canadian Tax – Personal Tax Deadline 2022

  Canadian Tax – Personal Tax Deadline 2022 Resources and Tools...

The normal distribution is the most commonly used distributions in all of statistics. This tutorial explains how to use the following functions on a TI-84 calculator to find normal distribution probabilities:

normalpdf(x, μ, σ) returns the probability associated with the normal pdf where:

  • = individual value
  • μ = population mean
  • σ = population standard deviation

normalcdf(lower_x, upper_x, μ, σ) returns the cumulative probability associated with the normal cdf between two values.

where:

  • lower_x = lower individual value
  • upper_x = upper individual value
  • μ = population mean
  • σ = population standard deviation

Both of these functions can be accessed on a TI-84 calculator by pressing 2nd and then pressing vars. This will take you to a DISTR screen where you can then use normalpdf() and normalcdf():

Normal probability distribution in TI-84 calculator

The following examples illustrate how to use these functions to answer different questions.

Example 1: Normal probability greater than x

Question: For a normal distribution with mean = 40 and standard deviation = 6, find the probability that a value is greater than 45.

Answer: Use the function normalcdf(x, 10000, μ, σ):

normalcdf(45, 10000, 40, 6) = 0.2023

Note: Since the function requires an upper_x value, we just use 10000.

Example 2: Normal probability less than x

Question: For a normal distribution with mean = 100 and standard deviation = 11.3, find the probability that a value is less than 98.

Answer: Use the function normalcdf(-10000, x, μ, σ):

normalcdf(-10000, 98, 100, 11.3) = 0.4298

Note: Since the function requires a lower_x value, we just use -10000.

Example 3: Normal probability between two values

Question: For a normal distribution with mean = 50 and standard deviation = 4, find the probability that a value is between 48 and 52.

Answer: Use the function normalcdf(smaller_x, larger_x, μ, σ)

normalcdf(48, 52, 50, 4) = 0.3829

Example 4: Normal probability outside of two values

Question: For a normal distribution with mean = 22 and standard deviation = 4, find the probability that a value is less than 20 or greater than 24

Answer: Use the function normalcdf(-10000, smaller_x, μ, σ) + normalcdf(larger_x, 10000, μ, σ)

normalcdf(-10000, 20, 22, 4) + normalcdf(24, 10000, 22, 4) = 0.6171

Subscribe

- Never miss a story with notifications

- Gain full access to our premium content

- Browse free from up to 5 devices at once

Latest stories