SOLUTION: 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"

Algebra ->  Probability-and-statistics -> SOLUTION: 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"       Log On


   



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"

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
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.
=====================