SOLUTION: 3. Assume a binomial probability distribution has p = .60 and n = 200. a. What are the mean and standard deviation? b. Is this situation one in which binomial probabilities can b

Algebra ->  Probability-and-statistics -> SOLUTION: 3. Assume a binomial probability distribution has p = .60 and n = 200. a. What are the mean and standard deviation? b. Is this situation one in which binomial probabilities can b      Log On


   



Question 861562: 3. Assume a binomial probability distribution has p = .60 and n = 200.
a. What are the mean and standard deviation?
b. Is this situation one in which binomial probabilities can be approximated by the normal probability distribution?
c. What is the probability of 100 to 110 successes?
d. What is the probability of 130 or more successes?
e. What is the advantage of using the normal probability distribution to approximate the binomial probabilities?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Assume a binomial probability distribution has p = .60 and n = 200.
a. What are the mean and standard deviation?
mean = np = 200*0.6 = 120
std: = sqrt(npq) = sqrt(120*0.4) = sqrt(48) = 4sqrt(3)
--------------------------------------------------------------
b. Is this situation one in which binomial probabilities can be approximated by the normal probability distribution?
Yes:: Both np and qp > 5
------------------------------------
c. What is the probability of 100 to 110 successes?
Find P(99.5 <= x <= 110.5)
z(99.5) = (99.5-120)/sqrt(48) = -2.95
z(110.5) = (110.5-120)/sqrt(48) = -1.37
P(99.5<= x <=110.5) = P(-2.95<= z <=-1.37) = 0.0838
======
Use the same procedure on the next problem.
d. What is the probability of 130 or more successes?
-----------------------------------
e. What is the advantage of using the normal probability distribution to approximate the binomial probabilities?
Check your textbook to discuss these advantages.
==========================
Cheers,
Stan H.
=================