InterviewSolution
Saved Bookmarks
| 1. |
A coin tossed twice. Find the probability of getting at most 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,T T}implies|A|=3` `P(A)=|A|/|S|=3/4` |
|