SOLUTION: Three coins are tossed. What is the probability of two tails and one head?

Algebra ->  Probability-and-statistics -> SOLUTION: Three coins are tossed. What is the probability of two tails and one head?      Log On


   



Question 27580: Three coins are tossed. What is the probability of two tails and one head?
Answer by longjonsilver(2297) About Me  (Show Source):
You can put this solution on YOUR website!
just by thinking of all the possible outcomes, we could get...

TTT
-----------
TTH
THT
HTT
-----------
THH
HTH
HHT
-----------
HHH

Each roll has a probability of 1/2...3 in a row is (1/2)*(1/2)*(1/2) --> 1/8

So Each of the 8 possible outcomes above has probability of 1/8.

We want P(2 tails) = P(HTT) + P(THT) + P(TTH)
--> 1/8 + 1/8 + 1/8
-->3/8

jon.