Download presentation
Presentation is loading. Please wait.
Published byDonna Conley Modified over 6 years ago
1
Section 6.3 Finding Probability Using a Normal Distribution
With a few little improvements and extras by D.R.S, University of Cordele. Section 6.3 Finding Probability Using a Normal Distribution IMPORTANT: “Area” is “_____________” IMPORTANT: “Probability” is “_________”.
2
Kinds of Problems: “Find the probability that…”
Probability that x is less than some given value Probability that x is greater than some given value Probability that x is between two given values Probability that x will be in the tails, more extreme, that is not between two given values. Probability that x will be within some given distance of some given value. Probability that x will differ from some given value by more than a certain amount. Can you draw pictures to represent all of these cases?
3
Example 6.12: Finding the Probability that a Normally Distributed Random Variable Will Be Less Than a Given Value Body temperatures of adults are normally distributed with a mean of °F and a standard deviation of 0.73 °F. What is the probability of a healthy adult having a body temperature less than 96.9 °F? Solution We are interested in finding the probability that a person’s body temperature X is less than 96.9 °F, written mathematically as P(X < 96. 9). The following graphs illustrate this. First, we need to convert 96.9 to a standard score.
4
Example 6.12: Finding the Probability that a Normally Distributed Random Variable Will Be Less Than a Given Value (cont.) Remember TI-84 doesn’t know that you used the ÷ key for the fraction bar, so you have to put in extra ( ) around the complicated numerator to enforce Order Of Operations.
5
Example 6.12: Finding the Probability that a Normally Distributed Random Variable Will Be Less Than a Given Value (cont.) Second, we need to find the area to the left of z −2.33, written mathematically as P(z < −2.33). The picture on the right shows this portion under the standard normal curve. Either looking up in the cumulative normal table or using a calculator, we see that the shaded region has an area of approximately Thus, the probability of a healthy adult having a body temperature less than 96.9 °F is approximately
6
TI-84 normalcdf talks in both z and x language
In z-language: normalcdf(low z, high z) gives you the area, that is, the probability In x-language, you can give it the x values, but tell it the mean and standard deviation, too: normalcdf(low x, high x, μ, σ) This gives you the area, that is, the probability, without having to change the x into z yourself. The calculator does x-to-z conversions transparently.
7
Example 6.12: Finding the Probability that a Normally Distributed Random Variable Will Be Less Than a Given Value (cont.) Alternate Calculator Method Note that when using a TI-83/84 Plus calculator to solve this problem, it is not necessary to first convert 96.9 to a standard score. The probability can be found in one step by entering normalcdf(-1û99, 96.9,98.60,0.73), as shown in the screenshot. SUPERB SHORTCUT !!!
8
Example 6.12 again, using Excel
Body temperatures of adults are normally distributed with a mean of °F and a standard deviation of 0.73 °F. What is the probability of a healthy adult having a body temperature less than 96.9 °F? =NORM.DIST(x value, mean, standard dev., TRUE)
9
Excel NORM.S.DIST and NORM.DIST
For z problems, use NORM.S.DIST The “.S” stands for “Standard” As in “The Standard Normal Distribution” NORM.S.DIST(z) = area to left of that z score For x problems, use NORM.DIST In general, for any normal distribution NORM.DIST(x, mean, standard deviation) = area to the left of that x data value
10
Example 6.13: Finding the Probability that a Normally Distributed Random Variable Will Be Greater Than a Given Value Body temperatures of adults are normally distributed with a mean of °F and a standard deviation of 0.73 °F. What is the probability of a healthy adult having a body temperature greater than 97.6 °F? Solution (THEY DEMONSTRATE THE LONG WAY FIRST) This time, we are interested in finding the probability that a person’s body temperature X is greater than 97.6 °F, written mathematically as P(X > 9.76). The following graph illustrates this. First, convert 97.6 to a standard score.
11
Example 6.13: Finding the Probability that a Normally Distributed Random Variable Will Be Greater Than a Given Value (cont.) This is unnecessarily complicated. You should understand how it works, but use the SHORTCUT instead.
12
Example 6.13: Finding the Probability that a Normally Distributed Random Variable Will Be Greater Than a Given Value (cont.) Second, we need to find the area under the standard normal curve to the right of z −1.37, which we denote mathematically as P(z > −1.37). The right graph in the previous figure shows this region under the curve. Using a calculator or the cumulative normal tables, we find that this area is approximately Hence, the probability of a healthy adult having a body temperature greater than 97.6°F is approximately
13
Example 6.13: Finding the Probability that a Normally Distributed Random Variable Will Be Greater Than a Given Value (cont.) Alternate Calculator Method When using a TI-83/84 Plus calculator to solve this problem, it is not necessary to first convert 97.6 to a standard score. The probability can be found in one step by entering normalcdf (97.6,1û99, 98.60,0.73), as shown in the screenshot in next slide. Note that by solving for the probability in one step on the calculator, we eliminate the rounding error that is introduced when we first round the standard score to z −1.37. SUPERB SHORTCUT !!!
14
Example 6.13: Finding the Probability that a Normally Distributed Random Variable Will Be Greater Than a Given Value (cont.) Thus, the calculator gives the more accurate value of approximately for the probability when this method is used.
15
Example with Excel Body temperatures of adults are normally distributed with a mean of °F and a standard deviation of 0.73 °F. What is the probability of a healthy adult having a body temperature greater than 97.6 °F? Use 1-NORM.DIST(x, mean, stdev, TRUE))
16
Example 6.14: Finding the Probability that a Normally Distributed Random Variable Will Be between Two Given Values Body temperatures of adults are normally distributed with a mean of °F and a standard deviation of 0.73 °F. What is the probability of a healthy adult having a body temperature between 98 °F and 99 °F? Solution We are now interested in finding the probability that a person’s body temperature X is between 98 °F and 99 °F, written mathematically as P(98 < X < 99). The left graph in the following figure illustrates this region under the normal curve. First, convert both 98 and 99 to standard scores.
17
Again, use the SHORTCUT instead !
Example 6.14: Finding the Probability that a Normally Distributed Random Variable Will Be between Two Given Values (cont.) Again, use the SHORTCUT instead !
18
Example 6.14: Finding the Probability that a Normally Distributed Random Variable Will Be between Two Given Values (cont.) We now need to calculate the area between z1 and z2 0.55, written mathematically as P( −0.82 < z < 0.55). The picture on the right illustrates this area under the standard normal curve. Finally, remember that to find area between two z-scores you simply enter the two z-scores in a TI-83/84 Plus calculator as normalcdf(-0.82,0.55), which yields a value of approximately , as shown in the screenshot on next slide.
19
Example 6.14: Finding the Probability that a Normally Distributed Random Variable Will Be between Two Given Values (cont.) Thus, the probability of a healthy adult having a body temperature between 98 °F and 99 °F is approximately
20
Example 6.14: Finding the Probability that a Normally Distributed Random Variable Will Be between Two Given Values (cont.) Alternate Calculator Method When using a TI-83/84 Plus calculator to solve this problem, it is not necessary to first convert 98 and 99 to standard scores. The probability can be found in one step by entering normalcdf(98,99,98.60, 0.73), as shown in the screenshot on next slide. Note that by solving for the probability in one step on the calculator, we eliminate the rounding error that is introduced when we first round the standard scores to z1 −0.82 and z2 0.55. SUPERB SHORTCUT !!!
21
Example 6.14: Finding the Probability that a Normally Distributed Random Variable Will Be between Two Given Values (cont.) Thus, the calculator gives the more accurate value of approximately for the probability when this method is used.
22
Example 6.14 with Excel Body temperatures of adults are normally distributed with a mean of °F and a standard deviation of 0.73 °F. What is the probability of a healthy adult having a body temperature between 98 °F and 99 °F? NEED TO SUBTRACT TWO NORM.DIST() VALUES
23
Example 6.15: Finding the Probability that a Normally Distributed Random Variable Will Be in the Tails Defined by Two Given Values Body temperatures of adults are normally distributed with a mean of °F and a standard deviation of 0.73 °F. What is the probability of a healthy adult having a body temperature less than 99.6 °F or greater than °F?
24
Example 6.15: Finding the Probability that a Normally Distributed Random Variable Will Be in the Tails Defined by Two Given Values (cont.) Solution We are interested in finding the probability that a person’s body temperature X is either less than 99.6 °F or greater than °F. We can denote this mathematically as P(X < 99.6 or X > 100.6). The picture on the left below on next slide shows the area under the normal curve in which we are interested. First, convert each temperature to a standard score.
25
Again, use the SHORTCUT instead !
Example 6.15: Finding the Probability that a Normally Distributed Random Variable Will Be in the Tails Defined by Two Given Values (cont.) Again, use the SHORTCUT instead !
26
Example 6.15: Finding the Probability that a Normally Distributed Random Variable Will Be in the Tails Defined by Two Given Values (cont.) We now need to calculate the sum of the areas to the left of z1 1.37 and to the right of z2 This may be denoted mathematically as P(z < 1.37 or z > 2.74). The right graph in the previous figure illustrates these areas under the standard normal curve.
27
Example 6.15: Finding the Probability that a Normally Distributed Random Variable Will Be in the Tails Defined by Two Given Values (cont.) Using a TI-83/84 Plus calculator, we find each area required as shown below and in the screenshot. normalcdf(-1û99,1.37) ≈ normalcdf(2.74,1û99) ≈
28
Example 6.15: Finding the Probability that a Normally Distributed Random Variable Will Be in the Tails Defined by Two Given Values (cont.) Adding these together, we have ≈ Thus, the probability of a healthy adult having a body temperature either less than 99.6 °F or greater than °F is approximately
29
Example 6.15: Finding the Probability that a Normally Distributed Random Variable Will Be in the Tails Defined by Two Given Values (cont.) Alternate Calculator Method Note that when using a TI-83/84 Plus calculator to solve this problem, it is not necessary to first convert 99.6 and to standard scores. The probability can be found in one step by entering 1Þnormalcdf(99.6,100.6,98.60,0.73), as shown in the screenshot. SUPERB SHORTCUT !!!
30
Example 6.16: Finding the Probability that a Normally Distributed Random Variable Will Differ from the Mean by More Than a Given Value Body temperatures of adults are normally distributed with a mean of °F and a standard deviation of 0.73 °F. What is the probability of a healthy adult having a body temperature that differs from the population mean by more than 1 °F? Solution Because we want the temperatures to differ from the population mean by more than 1 °F, we need to add 1 °F to and subtract 1 °F from the mean of 98.6 °F to get the temperatures in which we are interested.
31
Example 6.16: Finding the Probability that a Normally Distributed Random Variable Will Differ from the Mean by More Than a Given Value (cont.) Doing this tells us we are interested in finding the probability that a person’s body temperature X is less than 97.6 °F or greater than 99.6 °F. We can denote this mathematically as P(X < 97.6 or X > 99.6). The left graph in the next slide shows the area under the normal curve in which we are interested. Just as we did in the previous example, we first convert each temperature to a standard score.
32
Again, use the SHORTCUT instead of going thru z !
Example 6.16: Finding the Probability that a Normally Distributed Random Variable Will Differ from the Mean by More Than a Given Value (cont.) Again, use the SHORTCUT instead of going thru z !
33
Example 6.16: Finding the Probability that a Normally Distributed Random Variable Will Differ from the Mean by More Than a Given Value (cont.) We now need to calculate the sum of the areas to the left of z1 −1.37 and to the right of z2 This may be denoted mathematically as P(z < −1.37 or z > 1.37). The graph on the right in the previous figure illustrates these areas under the standard normal curve. Notice that these z-scores are equal distances from the mean. Because of the symmetry of the curve, the shaded areas must then be equal.
34
Example 6.16: Finding the Probability that a Normally Distributed Random Variable Will Differ from the Mean by More Than a Given Value (cont.) The easiest way to calculate the total area is to find the area to the left of z1 −1.37 and simply double it. We then have (0.0853)(2) = Thus, the probability of a healthy adult having a body temperature either less than 97.6 °F or greater than 99.6 °F is approximately
35
Example 6.16: Finding the Probability that a Normally Distributed Random Variable Will Differ from the Mean by More Than a Given Value (cont.) Alternate Calculator Method When using a TI-83/84 Plus calculator to solve this problem, it is not necessary to first convert 97.6 and 99.6 to standard scores. The probability can be found in one step by entering 1Þnormalcdf(97.6,99.6, 98.60,0.73), as shown in the screenshot on next slide. Note that by solving for the probability in one step on the calculator, we eliminate the rounding error that is introduced when we first round the standard scores to z1 −1.37 and z2 1.37. SUPERB SHORTCUT !!!
36
Example 6.16: Finding the Probability that a Normally Distributed Random Variable Will Differ from the Mean by More Than a Given Value (cont.) Thus, when this one-step method is used, the calculator gives the more accurate value of approximately for the probability.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.