Question 633310
What is the probability of getting at least 3 tails when tossing a coin 6 times.
------
P(3<= x <=6) = 1 - binomcdf(6,1/2,2) = 0.6563
------
Cheers,
Stan H.