Module 6: Normal Distribution

Using the Normal Distribution

Barbara Illowsky & OpenStax et al.

Example

The shaded area in the following graph indicates the area to the left of
x. This area is represented by the probability P(X < x). Normal tables, computers, and calculators provide or calculate the probability P(X < x).

This is a normal distribution curve. A value, x, is labeled on the horizontal axis, X. A vertical line extends from point x to the curve, and the area under the curve to the left of x is shaded. The area of this shaded section represents the probability that a value of the variable is less than x.

The area to the right is then P(X > x) = 1 – P(X < x). Remember, P(X < x) = Area to the left of the vertical line through x. P(X < x) = 1 – P(X < x) = Area to the right of the vertical line through x. P(X < x) is the same as P(Xx) and P(X > x) is the same as P(Xx) for continuous distributions.

 

Calculations of Probabilities

Probabilities are calculated using technology. There are instructions given as necessary for the TI-83+ and TI-84 calculators. Additionally, this link houses a tool that allows you to explore the normal distribution with varying means and standard deviations as well as associated probabilities.  The following video explains how to use the tool.


Note

To calculate the probability without the use of technology, use the probability tables provided here. The tables include instructions for how to use them.

If the area to the left is 0.0228, then the area to the right is 1 – 0.0228 = 0.9772.

try it

If the area to the left of x is 0.012, then what is the area to the right?

1 − 0.012 = 0.988

Example

The final exam scores in a statistics class were normally distributed with a mean of 63 and a standard deviation of five.

  1. Find the probability that a randomly selected student scored more than 65 on the exam.
  2. Find the probability that a randomly selected student scored less than 85.
  3. Find the 90th percentile (that is, find the score k that has 90% of the scores below k and 10% of the scores above k).
  4. Find the 70th percentile (that is, find the score k such that 70% of scores are below k and 30% of the scores are above k).

Solution:

  1. LetX = a score on the final exam. X ~ N(63, 5), where μ = 63 and σ = 5
    1. Draw a graph. Then, find P(x > 65). P(x > 65) = 0.3446
      This is a normal distribution curve. The peak of the curve coincides with the point 63 on the horizontal axis. The point 65 is also labeled. A vertical line extends from point 65 to the curve. The probability area to the right of 65 is shaded; it is equal to 0.3446.

The probability that any student selected at random scores more than 65 is 0.3446.

    1. Go into 2nd DISTR. After pressing 2nd DISTR, press2:normalcdf. The syntax for the instructions are as follows:normalcdf(lower value, upper value, mean, standard deviation) For this problem: normalcdf(65,1E99,63,5) = 0.3446. You get 1E99 (= 10
      99) by pressing 1, the EE key (a 2nd key) and then 99. Or, you can enter10^99 instead. The number 1099 is way out in the right tail of the normal curve. We are calculating the area between 65 and 1099. In some instances, the lower number of the area might be –1E99 (= –1099). The number –1099 is way out in the left tail of the normal curve.[latex]displaystyle{z}=frac{{{65}-{63}}}{{5}}={0.4}[/latex]Area to the left is 0.6554.
      P(x > 65) = P(z > 0.4) = 1 – 0.6554 = 0.3446
    2. Calculate the z-score:*Press
      2nd Distr
      *Press 3:invNorm(*Enter the area to the left of z followed by )*Press ENTER.For this Example, the steps are2nd Distr3:invNorm(.6554) ENTERThe answer is 0.3999 which rounds to 0.4.
  1. Draw a graph. Then find P(x < 85), and shade the graph. Using a computer or calculator, find P(x < 85) = 1.normalcdf(0,85,63,5) = 1 (rounds to one)The probability that one student scores less than 85 is approximately one (or 100%).
  2. Find the 90th percentile. For each problem or part of a problem, draw a new graph. Draw the x-axis. Shade the area that corresponds to the 90th percentile.
    Let k = the 90th percentile. The variable k is located on the x-axis. P(x < k) is the area to the left of k. The 90th percentile k separates the exam scores into those that are the same or lower than k and those that are the same or higher. Ninety percent of the test scores are the same or lower than k, and ten percent are the same or higher. The variable k is often called a critical value.k = 69.4
    This is a normal distribution curve. The peak of the curve coincides with the point 63 on the horizontal axis. A point, k, is labeled to the right of 63. A vertical line extends from k to the curve. The area under the curve to the left of k is shaded. This represents the probability that x is less than k: P(x < k) = 0.90The 90th percentile is 69.4. This means that 90% of the test scores fall at or below 69.4 and 10% fall at or above. To get this answer on the calculator, follow this step:invNorm in 2nd DISTR. invNorm(area to the left, mean, standard deviation)For this problem, invNorm(0.90,63,5) = 69.4
  3. Find the 70th percentile. Draw a new graph and label it appropriately. k = 65.6The 70th percentile is 65.6. This means that 70% of the test scores fall at or below 65.5 and 30% fall at or above.invNorm(0.70,63,5) = 65.6

try it

The golf scores for a school team were normally distributed with a mean of 68 and a standard deviation of three.

Find the probability that a randomly selected golfer scored less than 65.

normalcdf(1099,65,68,3) = 0.1587

Example

A personal computer is used for office work at home, research, communication, personal finances, education, entertainment, social networking, and a myriad of other things. Suppose that the average number of hours a household personal computer is used for entertainment is two hours per day. Assume the times for entertainment are normally distributed and the standard deviation for the times is half an hour.

  1. Find the probability that a household personal computer is used for entertainment between 1.8 and 2.75 hours per day.
  2. Find the maximum number of hours per day that the bottom quartile of households uses a personal computer for entertainment.

Solution:

  1. Let X= the amount of time (in hours) a household personal computer is used for entertainment. X ~ N(2, 0.5) where μ = 2 and σ = 0.5. Find P(1.8 < x < 2.75).The probability for which you are looking is the area
    betweenx = 1.8 and x = 2.75. P(1.8 < x < 2.75) = 0.5886
    This is a normal distribution curve. The peak of the curve coincides with the point 2 on the horizontal axis. The values 1.8 and 2.75 are also labeled on the x-axis. Vertical lines extend from 1.8 and 2.75 to the curve. The area between the lines is shaded.normalcdf(1.8,2.75,2,0.5) = 0.5886The probability that a household personal computer is used between 1.8 and 2.75 hours per day for entertainment is 0.5886.
  2. To find the maximum number of hours per day that the bottom quartile of households uses a personal computer for entertainment, find the 25th percentile, k, where P(x < k) = 0.25.
    This is a normal distribution curve. The area under the left tail of the curve is shaded. The shaded area shows that the probability that x is less than k is 0.25. It follows that k = 1.67.invNorm(0.25,2,0.5) = 1.66The maximum number of hours per day that the bottom quartile of households uses a personal computer for entertainment is 1.66 hours.

try it

The golf scores for a school team were normally distributed with a mean of 68 and a standard deviation of three. Find the probability that a golfer scored between 66 and 70.

normalcdf(66,70,68,3) = 0.4950

Example

There are approximately one billion smartphone users in the world today. In the United States the ages 13 to 55+ of smartphone users approximately follow a normal distribution with approximate mean and standard deviation of 36.9 years and 13.9 years, respectively.

  1. Determine the probability that a random smartphone user in the age range 13 to 55+ is between 23 and 64.7 years old.
  2. Determine the probability that a randomly selected smartphone user in the age range 13 to 55+ is at most 50.8 years old.
  3. Find the 80th percentile of this distribution, and interpret it in a complete sentence.

Solution:

  1. normalcdf(23,64.7,36.9,13.9) = 0.8186
  2. normalcdf(–1099,50.8,36.9,13.9) = 0.8413
  3. invNorm(0.80,36.9,13.9) = 48.6 The 80th percentile is 48.6 years. 80% of the smartphone users in the age range 13 – 55+ are 48.6 years old or less.

try it

Use the information in Example 3 to answer the following questions.

  1. Find the 30th percentile, and interpret it in a complete sentence.
  2. What is the probability that the age of a randomly selected smartphone user in the range 13 to 55+ is less than 27 years old.

Let
X = a smart phone user whose age is 13 to 55+. X ~ N(36.9, 13.9)

  1. To find the 30th percentile, findk such that P(x < k) = 0.30.invNorm(0.30, 36.9, 13.9) = 29.6 yearsThirty percent of smartphone users 13 to 55+ are at most 29.6 years and 70% are at least 29.6 years.
  2. Find P(x < 27)
    This is a normal distribution curve. The peak of the curve coincides with the point 36.9 on the horizontal axis. The point 27 is also labeled. A vertical line extends from 27 to the curve. The area under the curve to the left of 27 is shaded. The shaded area shows that P(x < 27) = 0.2342.normalcdf(0,27,36.9,13.9) = 0.2342(Note that normalcdf(–1099,27,36.9,13.9) = 0.2382. The two answers differ only by 0.0040.)

Example

There are approximately one billion smartphone users in the world today. In the United States the ages 13 to 55+ of smartphone users approximately follow a normal distribution with approximate mean and standard deviation of 36.9 years and 13.9 years respectively. Using this information, answer the following questions (round answers to one decimal place).

  1. Calculate the interquartile range (IQR).
  2. Forty percent of the ages that range from 13 to 55+ are at least what age?

Solution:

  1. IQR = Q3Q1Calculate
    Q3 = 75th percentile and Q1 = 25thpercentile. invNorm(0.75,36.9,13.9) = Q3 = 46.2754invNorm(0.25,36.9,13.9) = Q1 = 27.5246
    IQR = Q3Q1 = 18.7508
  2. Find k where P(x > k) = 0.40 (“At least” translates to “greater than or equal to.”) 0.40 = the area to the right. Area to the left = 1 – 0.40 = 0.60. The area to the left of k = 0.60.invNorm(0.60,36.9,13.9) = 40.4215. k = 40.42. Forty percent of the ages that range from 13 to 55+ are at least 40.42 years.

try it

Two thousand students took an exam. The scores on the exam have an approximate normal distribution with a mean
μ = 81 points and standard deviation σ = 15 points.

  1. Calculate the first- and third-quartile scores for this exam.
  2. The middle 50% of the exam scores are between what two values?
  1. Q1 = 25th percentile = invNorm(0.25,81,15) = 70.9
    Q3 = 75th percentile = invNorm(0.75,81,15) = 91.9
  2. The middle 50% of the scores are between 70.9 and 91.1.

Example

A citrus farmer who grows mandarin oranges finds that the diameters of mandarin oranges harvested on his farm follow a normal distribution with a mean diameter of 5.85 cm and a standard deviation of 0.24 cm.

  1. Find the probability that a randomly selected mandarin orange from this farm has a diameter larger than 6.0 cm. Sketch the graph.
  2. The middle 20% of mandarin oranges from this farm have diameters between ______ and ______.
  3. Find the 90th percentile for the diameters of mandarin oranges, and interpret it in a complete sentence.

Solution:

  1. normalcdf(6,10^99,5.85,0.24) = 0.2660
    This is a normal distribution curve. The peak of the curve coincides with the point 2 on the horizontal axis. The values 1.8 and 2.75 are also labeled on the x-axis. Vertical lines extend from 1.8 and 2.75 to the curve. The area between the lines is shaded.
  2. 1 – 0.20 = 0.80 The tails of the graph of the normal distribution each have an area of 0.40. Find k1, the 40th percentile, and k2, the 60th percentile (0.40 + 0.20 = 0.60). k1 = invNorm(0.40,5.85,0.24) = 5.79 cm k2 = invNorm(0.60,5.85,0.24) = 5.91 cm
  3. 6.16: Ninety percent of the diameter of the mandarin oranges is at most 6.15 cm.

try it

Using the information from Example 5, answer the following:

  1. The middle 45% of mandarin oranges from this farm are between ______ and ______.
  2. Find the 16th percentile and interpret it in a complete sentence.
  3. The middle area = 0.40, so each tail has an area of 0.30.1 – 0.40 = 0.60The tails of the graph of the normal distribution each have an area of 0.30.Find k1, the 30th percentile and k2, the 70th percentile (0.40 + 0.30 = 0.70).k1 = invNorm(0.30,5.85,0.24) = 5.72 cmk2 = invNorm(0.70,5.85,0.24) = 5.98 cm
  4. normalcdf(5,1099,5.85,0.24) = 0.9998

References

“Naegele’s rule.” Wikipedia. Available online at http://en.wikipedia.org/wiki/Naegele’s_rule (accessed May 14, 2013).

“403: NUMMI.” Chicago Public Media & Ira Glass, 2013. Available online at http://www.thisamericanlife.org/radio-archives/episode/403/nummi (accessed May 14, 2013).

“Scratch-Off Lottery Ticket Playing Tips.” WinAtTheLottery.com, 2013. Available online at http://www.winatthelottery.com/public/department40.cfm (accessed May 14, 2013).

“Smart Phone Users, By The Numbers.” Visual.ly, 2013. Available online at http://visual.ly/smart-phone-users-numbers (accessed May 14, 2013).

“Facebook Statistics.” Statistics Brain. Available online at http://www.statisticbrain.com/facebook-statistics/(accessed May 14, 2013).

Concept Review

The normal distribution, which is continuous, is the most important of all the probability distributions. Its graph is bell-shaped. This bell-shaped curve is used in almost all disciplines. Since it is a continuous distribution, the total area under the curve is one. The parameters of the normal are the mean
µ and the standard deviation σ. A special normal distribution, called the standard normal distribution is the distribution of z-scores. Its mean is zero, and its standard deviation is one.

Formula Review

Normal Distribution:
X ~ N(µ, σ) where µ is the mean and σ is the standard deviation.

Standard Normal Distribution:
Z ~ N(0, 1).

Calculator function for probability: normalcdf (lower
x value of the area, upper x value of the area, mean, standard deviation)

Calculator function for the
kth percentile: k = invNorm (area to the left of k, mean, standard deviation)

License

Icon for the Creative Commons Attribution 4.0 International License

Using the Normal Distribution Copyright © 2018 by Barbara Illowsky & OpenStax et al. is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book