InterviewSolution
Saved Bookmarks
| 1. |
9 A coin is tossed two times successfully.Findtheprobabilityofgetting(a) exactly one headL(by no head tL(c) both heads |
|
Answer» The output can be { HH, HT, TH, TT} a) p( getting exactly 1 head)= 2/4 = 1/2 b) p(getting no head) = 1/4 c) p(getting both heads) = 1/4 |
|