document.write( "Question 605416: A fair coin is tossed 500times,find the probability that the number of heads will not differ from 250 by (1)more than 10 (2)more than 30 \n" ); document.write( "
Algebra.Com's Answer #381682 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A fair coin is tossed 500times,find the probability that the number of heads will not differ from 250 by (1)more than 10 (2)more than 30 \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 500 and p(heads) = 1/2 \n" ); document.write( "----- \n" ); document.write( "P(240<= x <= 260) = binomcdf(500,1/2,260) - binomcdf(500,1/2,240) = 0.6284 \n" ); document.write( "============================== \n" ); document.write( "P(220<= x <= 280) = same procedure \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |