Area Under the Normal Curve and the Binomial Distribution The General Normal Distribution and Area Typically the probability distribution does not follow the standard normal distribution, but does follow a general normal distribution. When this is the case, we compute the z-score first to convert it into a standard normal distribution. Then we can use the table.
Example The Tahoe Natural Coffee Shop morning customer load follows a normal distribution with mean 45 and standard deviation 8. Determine the probability that the number of customers tomorrow will be less than 42.
Solution We first convert the raw score to a z-score. We have
42 - 45 Next, we use the table to find the probability. The table gives .3520. (We have rounded the raw score to -0.38). We can conclude that P(x < 42) = .352 That is there is about a 35% chance that there will be fewer than 42 customers tomorrow.
Example A study was done to determine the stress levels that students have while taking exams. The stress level was found to be normally distributed with a mean stress level of 8.2 and a standard deviation of 1.34. What is the probability that at your next exam, you will have a stress level between 9 and 10?
Solution We want P(9 < x < 10) We compute the z-scores for each of these
9 - 8.2 10 - 8.2
Now we want P(0.60 < z < 1.34) This is the "in between" type hence we subtract P(0.60 < z < 1.34) = P(z < 1.34) - P(z < 0.60) We use the table to get P(0.60 < z < 1.34) = .9099 - .7257 = .1842 We conclude that there is about an 18 percent chance that the stress level will be between nine and ten.
Example Suppose that your wife is pregnant and due in 100 days. Suppose that the probability density distribution function for having a child is approximately normal with mean 100 and standard deviation 8. You have a business trip and will return in 85 days and have to go on another business trip in 107 days.
Solution:
x - 100 Multiply both sides by 8 to get -18.64 = x - 100 Add 100 to both sides to get x = 81.36 We must return from our business trip in 81 days.
Using the Normal Distribution to Approximate the Binomial Distribution The Binomial Distribution is easy to calculate as long as we only need a few values. However, if we need many values, the computation can be extremely tedious.
Example Suppose you throw a die 1000 times. What is the probability of having it roll a 6 fewer than 160 times?
Solution The horrible way of figuring this out is to calculate C1000,r (1/6)r (5/6)1000 - r for every r between 0 and 159. We have better things to do with our time than do this. Instead we will approximate the answer. The graph of the distribution is shown on the right. It was created with this program. As you may have already guessed, this distribution is very close to being normal. We give the following theorem
Now we can continue with our example. We have np = (1000)(1/6) = 166.67 > 5 and nq = (1000)(5/6) = 833 > 5 Thus we can use the normal distribution. We have m = np = (1000)(1/6) = 166.67 and npq = (1000)(1/6)(5/6) = 138.89 Taking a square root gives s = 11.79 Now we can compute the z-score, since we want P(x < 160). We have
160 - 166.67 Now we use the table to find the probability. We get .2843. Thus there is about a 28% chance that we will roll a six fewer than 160 times.
Continuity Correction We can achieve a slightly more accurate approximation with what is called the continuity correction. We looked at P(x < 160). However this is the same as P(x < 159.5) or any such fraction. When using the normal distribution to approximate the binomial distribution, we correct by this .5 value.
Example Each year a squirrel has a 35% chance of surviving the winter. Suppose in patch of land there are 200 squirrels. What is the probability that between 65 and 80 of these squirrels will survive the winter?
Solution We first check np = (200)(.35) = 70 > 5 and nq = (200)(.65) = 130 > 5 Thus we can use the normal curve approximation. We have m = np = (200)(.35) = 70 and npq = (200)(.35)(.65) = 45.5 Taking a square root gives s = 6.7 Instead of using P(65 < x < 80), we use the continuity correction and find P(64.5 < x < 80.5). We compute the two z-scores.
64.5 - 70 and
80.5 - 70 Now we use the table to find the probabilities. We get .2061 and .9418. Since we want the middle area, we subtract these .9418 - .2061 = .7357 Thus there is about a 73% chance that there will be between 65 and 80 surviving squirrels.
Handout of additional examples and exercises
Back to the Probability Home Page Back to the Elementary Statistics (Math 201) Home Page |