document.write( "Question 493497: A) Find the binomial probability P(x = 6), where n = 15 and p = 0.70.
\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. \n" );
document.write( "
Algebra.Com's Answer #335389 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.70. \n" ); document.write( "P(x=6) = 15C6(0.7)^6*(0.3)^9 = 0.0116 \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) = (0.3)^15 + 15C1(0.7)(0.3)^14+...+15C6(0.7)^6(0.3)^9 \n" ); document.write( "-------------------- \n" ); document.write( "(C) How would you find the normal approximation to the binomial probability P(x = 6) 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( "--- \n" ); document.write( "mean = u = np = 15*0.7 = 10.5 \n" ); document.write( "std = s = sqrt(npq) = sqrt(15*0.7*0.3) = 1.7748 \n" ); document.write( "------------ \n" ); document.write( "Using normal approximation: \n" ); document.write( "P(x = 6) = P(5.5 < x < 6.5) \n" ); document.write( "Find the z values 5.5 and of 6.5 \n" ); document.write( "Find the probability of z being between those z-values. \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |