Question 765027
If a coin is flipped three times, what is the probability of the coin landing on TAILS fewer than 2 times? Express your answer as a reduced fraction in the form "A/B"
------
Binomial Problem with n = 3 and p(tail) = 1/2
-----------------------------
P(0<=x<=1) = binomcdf(3,0.5,1) = 1/2
=====================
Cheers,
Stan H.
=====================