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