document.write( "Question 403996: Find the normal approximation for the binomial probablity that x = 4. where n = 12 and p = 0.6. \n" ); document.write( "
Algebra.Com's Answer #285566 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the normal approximation for the \n" ); document.write( "binomial probablity that x = 4. where n = 12 and p = 0.6. \n" ); document.write( "---- \n" ); document.write( "mean = np = 12*0.6 = 2 \n" ); document.write( "std = sqrt(npq) = sqrt(2*0.4) = sqrt(0.8) \n" ); document.write( "------- \n" ); document.write( "z(3.5) = (3.5-2)/sqrt(0.8) = 1.6771 \n" ); document.write( "--- \n" ); document.write( "z(4.5) = (4.5-2)/sqrt(0.8) = 2.7951 \n" ); document.write( "--- \n" ); document.write( "P(x = 4) = P(1.6771< z < 2.7951) = 0.0442 \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========= \n" ); document.write( " \n" ); document.write( " |