document.write( "Question 440007: If a fair coin is tossed 200 times what is the probability that you will see between 80 and 120 heads? If the Normal approximation to the Binomial distribution applies, use it. If not use the Binomial distribution methods. \n" ); document.write( "
Algebra.Com's Answer #304092 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a fair coin is tossed 200 times what is the probability that you will see between 80 and 120 heads? If the Normal approximation to the Binomial distribution applies, use it. If not use the Binomial distribution methods. \n" ); document.write( "---------------- \n" ); document.write( "Use approx because np and nq are both greater than 10. \n" ); document.write( "--- \n" ); document.write( "Find P(79.5 <= x <= 120.5) \n" ); document.write( "--- \n" ); document.write( "mean = np = 200(1/2) = 100 \n" ); document.write( "std = sqrt(npq) = sqrt(100(1/2)) = 5sqrt(2) \n" ); document.write( "------------------- \n" ); document.write( "z(79.5) = (79.5-100)/5sqrt(2) = -5.798 \n" ); document.write( "--- \n" ); document.write( "z(120.5) = (120.5-100)/5sqrt(2) = 5.798 \n" ); document.write( "-------------- \n" ); document.write( "P(80 < x < 120) = P(-5.798 < z < 5.798) is approximately 1.0000 \n" ); document.write( "------------- \n" ); document.write( "Using the binomial dist I get P(80< x <12) = 0.9964 \n" ); document.write( "======================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |