

InterviewSolution
Saved Bookmarks
1. |
Three coins are tossed. If one of them shows tail,then find the probability that all three coins show tail. |
Answer» Correct Answer - `1//7` Let E be the event which all three coins show tail and F be the event in which a coin shown tail. Therefor, `F={HHT}.` Hence, the required probability is `thereforeP(E//F)=(P(EnnF))/(P(E))=(1)/(7)` |
|