SOLUTION: 6 coins are tossed simultaneously.what is the probability of getting at least 4 heads?

Algebra ->  Probability-and-statistics -> SOLUTION: 6 coins are tossed simultaneously.what is the probability of getting at least 4 heads?       Log On


   



Question 758360: 6 coins are tossed simultaneously.what is the probability of getting at least 4 heads?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
6 coins are tossed simultaneously.what is the probability of getting at least 4 heads?
-----
Binomial Problem with n = 6 and p(head) = 1/2
-----
P(4<= x <=6) = 1 - binomcdf(6,1/2,3) = 0.3438
==============================
Cheers,
Stan H.
==================