Question 758360
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.
==================