

InterviewSolution
Saved Bookmarks
1. |
Two coins are thrown at the same time. Find the probability that the top faces of coins will contain maximum two tails. |
Answer» Tossing two coins at the same time. Total possible outcomes = HH, HT, TH, TT ∴ Total number of possible outcomes = 4 Favourable outcomes of getting maximum one tail are HT, TH and TT. ∴ Number of favourable outcomes = 3 ∴ Required probability = \(\frac { 3 }{ 4 }\) |
|