

InterviewSolution
Saved Bookmarks
1. |
Three coins are tossed together. Find the probability of getting (i) exactly two tails (ii) at least one head (iii) at least one head and one tail |
Answer» Total number of outcomes = (HHH),(HHT),(HTH),(THH),(TTH),(TTT),(THT),(HTT) (i) P(exactly two tails) = 3/8 (ii) P(at least one head) = 7/8 (iii) P(at least one head and one tail) = 1 |
|