document.write( "Question 698767: (A) Find the binomial probability P(x = 6), where n = 15 and p = 0.50.
\n" );
document.write( "(B) Set up, without solving, the binomial probability P(x is at most 6) using probability notation.
\n" );
document.write( "(C) How would you find the normal approximation to the binomial probability P(x = 6) 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( "somebody please help me \n" );
document.write( "
Algebra.Com's Answer #431029 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! (A) Find the binomial probability P(x = 6), where n = 15 and p = 0.50. \n" ); document.write( "---- \n" ); document.write( "P(x=6) = 15C6*0.5^6*0.5^9 = 15C6/2^15 = 5005/32758 = 0.1527 \n" ); document.write( "---------------------------------------- \n" ); document.write( "(B) Set up, without solving, the binomial probability P(x is at most 6) using probability notation. \n" ); document.write( "P(0<= x <=6) = binomcdf(15,0.5,6) \n" ); document.write( "---------------------------------------- \n" ); document.write( "(C) How would you find the normal approximation to the binomial probability P(x = 6) 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( "--- \n" ); document.write( "u = np = 15*0.5 = 7.5 \n" ); document.write( "s = sqrt(npq) = sqrt(7.5*0.5) = 1.936 \n" ); document.write( "-------- \n" ); document.write( "P(x = 6) = P(5.5< x <6.5) \n" ); document.write( "z(5.5) = (5.5-7.5)/1.936 = -1.0331 \n" ); document.write( "z(6.5) = (6.5-7.5)/1.936 = -0.5165 \n" ); document.write( "---- \n" ); document.write( "P(x = 6) = P(5.5< x < 6.5) = P(-1.0331< z < -0.5165) = 0.1520 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |