document.write( "Question 481453: Answer the following:
\n" );
document.write( "(A) Find the binomial probability P(x = 5), where n = 14 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\r
\n" );
document.write( "\n" );
document.write( "Thanks
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #329663 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Answer the following: \n" ); document.write( "(A) Find the binomial probability P(x = 5), where n = 14 and p = 0.70. \n" ); document.write( "Ans: 14C5(0.7)^5(0.3)^9 = binompdf(14,0.7,5) = 0.00660.7746 \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(0<= x <=5) = 14C0(0.7)^0*(0.3)^14+14C1(0.7)*(0.3)^13+ etc. \n" ); document.write( "------------------------- \n" ); document.write( "(C) How would you find the normal approximation to the binomial probability P(x = 5) in part A? \n" ); document.write( "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( "u = np = 14*0.7 = 2 \n" ); document.write( "s = sqrt(npq) = sqrt(2*0.3) = 0.7746 \n" ); document.write( "--------------- \n" ); document.write( "binomial probability (x = 5) \n" ); document.write( "equals normal approximation probability (4.5 < x < 5.5) \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " \n" ); document.write( " |