document.write( "Question 617662: Can you please help me in answering the following:
\n" );
document.write( "(A) Find the binomial probability P(x = 5), where n = 12 and p = 0.70.
\n" );
document.write( "(B) Set up, without solving, the binomial probability P(x is at most 5) using probability notation.
\n" );
document.write( "(C) How would you find the normal approximation to the binomial probability P(x = 5) in part A? Please show how you would calculate µ and σ in the formula for the normal approximation to the binomial, and show the final formula you would use without going through all the calculations. \n" );
document.write( "
Algebra.Com's Answer #388501 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A) Find the binomial probability P(x=5), where (n=13) and p=0.70. \n" ); document.write( "P(x=5) = 13C5(0.7)^5*0.3^8 = 0.0142 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "B) Set up, without solving, the binomial probability P(x is at most 5) using probability notation. \n" ); document.write( "P(x >= 5) = 1 - P(0<= x <=4) = 1-0.0034 = 0.9966 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "C) How would you find the normal approximation to the binomial probability \n" ); document.write( "P(x=5) in part A? Please show how you would caculate u and o in the formula for the normal approximation to the binomial, and show the final formula you would use without going through all the caculations. \n" ); document.write( "u = np = 13*0.7 = 9.1 \n" ); document.write( "sigma = sqrt(npq) = sqrt(9.1*0.3) = 1.6523 \n" ); document.write( "----------------------------------- \n" ); document.write( "Switching from Binomial to Normal: \n" ); document.write( "P(x = 5) = P(4.5 <= x <= 5.5) \n" ); document.write( "z(4.5) = (4.5-9.1)/1.6523 = -2.7840 \n" ); document.write( "z(5.5) = (5.5-9.1)/1.6523 = -2.1788 \n" ); document.write( "----------------------- \n" ); document.write( "P(4.5 <= x <= 5.5) = P(-2.7840<= z <= -2.1788) = 0.0120 \n" ); document.write( "====================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |