document.write( "Question 615019: Please help me answer the following:
\n" );
document.write( "(A) Find the binomial probability P(x = 4), where n = 12 and p = 0.40.
\n" );
document.write( "(B) Set up, without solving, the binomial probability P(x is at most 4) using probability notation.
\n" );
document.write( "(C) How would you find the normal approximation to the binomial probability P(x = 4) 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 #386863 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! (A) Find the binomial probability P(x = 4), where n = 12 and p = 0.40. \n" ); document.write( "P(x=4) = 12C4*0.4^4*0.6^8 = 0.2128 \n" ); document.write( "------------------------------------------------- \n" ); document.write( "(B) Set up, without solving, the binomial probability P(x is at most 4) using probability notation. \n" ); document.write( "P(0<= x <=4) = 12C0*0.4^0*0.6^12 + 12C1*0.4*0.6^11+...+12C4*0.4^4*0.6^8 \n" ); document.write( "=============================================================================== \n" ); document.write( "(C) How would you find the normal approximation to the binomial probability P(x = 4) 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 = 0.4*12 = 4.8 \n" ); document.write( "s = sqrt(npq) = sqrt(4.8*0.6) = 1.6971 \n" ); document.write( "----- \n" ); document.write( "Normal approx: P(3.5< x < 4.5) \n" ); document.write( "z(3.5) = (3.5-4.8)/1.6971 \n" ); document.write( "z(4.5) = (4.5-4.8)/1.6871 \n" ); document.write( "--- \n" ); document.write( "P(z(3.5)<= z \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |