document.write( "Question 662152: how many ways can a person toss a coin 14 times so the number of heads is between 8 and 10 inclusive \n" ); document.write( "
Algebra.Com's Answer #412002 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how many ways can a person toss a coin 14 times so the number of heads is between 8 and 10 inclusive \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 14 and P(heads) = 1/2 \n" ); document.write( "---------------- \n" ); document.write( "P(8<= x <=10) = binomcdf(14,0.5,10) - binomcdf(14,0.5,7) = 0.3666 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |