document.write( "Question 1105592: A coin is tossed 5 times; find the
\n" ); document.write( "probability of getting at least 1 tail. Would you consider
\n" ); document.write( "this event likely to happen? Explain your answer
\n" ); document.write( "

Algebra.Com's Answer #720462 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
Probability (P) (of getting at least one tail in 5 tosses) = 1 - P(0 tails in 5 tosses)
\n" ); document.write( ":
\n" ); document.write( "use binomial probability formula
\n" ); document.write( ":
\n" ); document.write( "P (k successes in n trials) = nCk * p^(k) * (1-p)^(n-k), where nCk = n! / (k! * (n-k)!)
\n" ); document.write( ":
\n" ); document.write( "for this problem, p = 0.5, n = 5, k = 0
\n" ); document.write( ":
\n" ); document.write( "P (o tails in 5 tosses) = 5C0 * (0.5)^0 * (0.5)^(5-0) = 1 * 1 * (0.5)^5 = 0.03125
\n" ); document.write( ":
\n" ); document.write( "Probability (P) (of getting at least one tail in 5 tosses) = 1 - 0.03125 = 0.96875
\n" ); document.write( ":
\n" ); document.write( "yes, assuming we have a fair coin, we expect to have 5/2 tails when tossing 5 times which is > 1
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );