In: Statistics and Probability
In the following problem, check that it is appropriate to use the normal approximation to the binomial. Then use the normal distribution to estimate the requested probabilities. What's your favorite ice cream flavor? For people who buy ice cream, the all-time favorite is still vanilla. About 20% of ice cream sales are vanilla. Chocolate accounts for only 10% of ice cream sales. Suppose that 175 customers go to a grocery store in Cheyenne, Wyoming, today to buy ice cream. (Round your answers to four decimal places.)
(a) What is the probability that 50 or more will buy vanilla?
(b) What is the probability that 12 or more will buy chocolate?
(c) A customer who buys ice cream is not limited to one container or one flavor. What is the probability that someone who is buying ice cream will buy chocolate or vanilla? Hint: Chocolate flavor and vanilla flavor are not mutually exclusive events. Assume that the choice to buy one flavor is independent of the choice to buy another flavor. Then use the multiplication rule for independent events, together with the addition rule for events that are not mutually exclusive, to compute the requested probability.
(d) What is the probability that between 50 and 60 customers will buy chocolate or vanilla ice cream? Hint: Use the probability of success computed in part (c).
(a)
Probability that a random person buys Vanilla, p = 0.20
np(1-p) = 175 * 0.2 * (1 - 0.2) = 28
Since np(1-p) > 10, it is appropriate to use the normal approximation to the binomial distribution.
Let X be the number of person out of 175 will buy vanilla. Then X ~ Binomial(n = 175, p = 0.20)
E(X) = np = 175 * 0.2 = 35
SD(X) = = 5.291503
Using Normal approximation, X ~ N(35, 5.291503)
P(X 50) = P(X > 49.5) (Using COntinuity correction)
= P[Z > (49.5 - 35)/5.291503]
= P[Z > 2.74]
= 0.0031
b)
Probability that a random person buys chocolate, p = 0.10
np(1-p) = 175 * 0.1 * (1 - 0.1) = 15.75
Since np(1-p) > 10, it is appropriate to use the normal approximation to the binomial distribution.
Let X be the number of person out of 175 will buy chocolate. Then X ~ Binomial(n = 175, p = 0.10)
E(X) = np = 175 * 0.1 = 17.5
SD(X) = = 2.598076
Using Normal approximation, X ~ N(17.5, 2.598076)
P(X 12) = P(X > 11.5) (Using COntinuity correction)
= P[Z > (11.5 - 17.5)/2.598076]
= P[Z > -2.31]
= 0.9896
(c)
P(Vanilla Chocolate) = P(Vanilla) + P(Chocolate) - P(Vanilla Chocolate)
= (Vanilla) + P(Chocolate) - P(Vanilla ) P(Chocolate) (The choice to buy one flavor is independent of the choice to buy another flavor)
= 0.2 + 0.1 - 0.2 * 0.1 = 0.28
(d)
Probability that a random person buys vanilla or chocolate, p = 0.28
np(1-p) = 175 * 0.28 * (1 - 0.28) = 35.28
Since np(1-p) > 10, it is appropriate to use the normal approximation to the binomial distribution.
Let X be the number of person out of 175 will buy vanilla or chocolate. Then X ~ Binomial(n = 175, p = 0.28)
E(X) = np = 175 * 0.28 = 49
SD(X) = = 5.939697
Using Normal approximation, X ~ N(49, 5.939697)
P(50 X 60) = P(X 60) - P(X 50) = P(X < 60.5) - P(X < 50.5) (Using COntinuity correction)
= P[Z < (60.5 - 49)/5.939697] - P[Z < (50.5 - 49)/5.939697]
= P[Z < 1.94] - P[Z < 0.25]
= 0.9738 - 0.5987
= 0.3751