document.write( "Question 598197: Consider a binomial experiment with 20 trials and probability 0.45 on a single trial. Use an approximatation to the normal distribution to find the probability of exactly 10 successes. Round your answer to the thousandths place. \n" ); document.write( "
Algebra.Com's Answer #378494 by stanbon(75887) ![]() You can put this solution on YOUR website! Consider a binomial experiment with 20 trials and probability 0.45 on a single trial. Use an approximatation to the normal distribution to find the probability of exactly 10 successes. Round your answer to the thousandths place. \n" ); document.write( "--- \n" ); document.write( "u = np = 20*0.45 = 9 \n" ); document.write( "s = sqrt(npq) = sqrt(9*0.55) = 2.22 \n" ); document.write( "----- \n" ); document.write( "z(9.5) = (9.5-9)/[2.22/sqrt(20) = 1.007 \n" ); document.write( "z(10.5) = (10.5-9)/[2.22/sqrt(20)] = 3.0217 \n" ); document.write( "----------- \n" ); document.write( "P(x = 10) ~ P(1.007< z < 3.0217) = 0.1557 \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |