InterviewSolution
Saved Bookmarks
| 1. |
A coin tossed twice. Find the probability of getting exactly one head |
|
Answer» `therefore S={HH,HT,TH,T T}, |S|=4` Let A be the event of getting EXACTLY one head. `thereforeA={HT,TH}implies|A|=2` `P(A)=|A|/|S|=2/4=1/2` |
|