InterviewSolution
Saved Bookmarks
| 1. |
Two dice are thrown simultaneously at random. Find the probability of getting a sum of eight. |
|
Answer» Of all those outcomes, the ones for which a + b = 8 are: 2+ 6, 3 +5, 4 +4, 5 +3, 6 +2 or 5 outcomes P = 5/36 |
|