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