document.write( "Question 475492: Consider a binomial experiment with 20 trials and probability 0.45 on a single trial. Use an approximation to the normal distribution to find the probability of exactly 10 successes. Round your answer to the thousandths place. (Remember this means you will need to find the endpoints and then find a z-score for each and subtract the two areas). \n" ); document.write( "
Algebra.Com's Answer #326053 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 approximation to the normal distribution to find the probability of exactly 10 successes. Round your answer to the thousandths place. (Remember this means you will need to find the endpoints and then find a z-score for each and subtract the two areas). \n" ); document.write( "---- \n" ); document.write( "u = np = 20*0.45 = 9 \n" ); document.write( "std = sqrt[npq] = sqrt[9*0.55] = 2.1 \n" ); document.write( "----- \n" ); document.write( "P(x = 10) = P(9.5 < x < 10.5) \n" ); document.write( "--- \n" ); document.write( "z(9.5) = (9.5-9)/2.1 = 0.5/2.1 = 0.2381 \n" ); document.write( "z(10.5) = (10.5-9)/2.1 = 0.7143 \n" ); document.write( "---------------- \n" ); document.write( "P(x=10) = P(0.2381 < z < 0.7143) = 0.1684 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |