document.write( "Question 479012: What is the probability of getting at least 3 tails when tossing a coin 6 times? \n" ); document.write( "
Algebra.Com's Answer #328237 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the probability of getting at least 3 tails when tossing a coin 6 times? \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 6 and p = 1/2 \n" ); document.write( "--- \n" ); document.write( "P(3<= x <=6) = 1-binomcdf(6,1/2,2) = 0.6562 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |