document.write( "Question 1079639: Suppose a coin is tossed 6 times, find the probability of obtaining between 4 and 6 heads inclusively. \n" ); document.write( "
Algebra.Com's Answer #693868 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Probability-and-statistics/1079639 (2017-05-04 12:58:49): Suppose a coin is tossed 6 times, find the probability of obtaining between 4 and 6 heads inclusively. \n" ); document.write( "-------------------- \n" ); document.write( "Binomial Problem with n = 6 and p(head) = 1/2 \n" ); document.write( "-------- \n" ); document.write( "P(4<= x <= 6) = 1 - P(0<= x <=3) = 1- binomcdf(6,.0.5,3) = 0.3438 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |