document.write( "Question 522062: A coin is tossed 300 times. What is the probability that heads will appear more than 140 times & less than 150 times? \n" ); document.write( "
Algebra.Com's Answer #346685 by stanbon(75887) ![]() You can put this solution on YOUR website! A coin is tossed 300 times. What is the probability that heads will appear more than 140 times & less than 150 times? \n" ); document.write( "-------- \n" ); document.write( "Binomial Problem with n = 300 and p = 1/2 \n" ); document.write( "--- \n" ); document.write( "P(141<= x <=149) = binomcdf(300,1/2,149)-binomcdf(300,1/2,140) = 0.3407 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " |