

InterviewSolution
Saved Bookmarks
1. |
Examine, Iftwo coins are tossed at the same time, there are 3 possible outcomestwoheads, two tails, or one of each. Therefore, for each outcome, theprobability of occurrence is 1//3. |
Answer» <P> ` therefore ` P(two heads )= `(1)/(4), ` P(two TAILS )`= (1)/(4) ` and P( one of each )` = (2)/(4)=(1)/(2), ` |
|