SOLUTION: What is the probability of getting at least 3 tails when tossing a coin 6 times?

Algebra ->  Finance -> SOLUTION: What is the probability of getting at least 3 tails when tossing a coin 6 times?      Log On


   



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