Question 755033
A coin is tossed 8 times. Find the probability of obtaining the following. (Enter the probabilities as fractions.) 
(c) at most 2 tails
---------------------
Binomial Problem with n = 8 and P(tail) = 1/2
-----
P(0<= x <=2) = binomcdf(8,1/2,2) = 0.1445
========================
Cheers,
Stan H.
========================