document.write( "Question 319371: What is the probability of getting between 3 and 6 heads in 10 tosses of a fair coin? \n" ); document.write( "
Algebra.Com's Answer #228688 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the probability of getting between 3 and 6 heads in 10 tosses of a fair coin? \n" ); document.write( "------------------ \n" ); document.write( "P(3<= x <=6) = binomcdf(10,0.5,6)-binomcdf(10,0.5,2) = 0.7734 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |