InterviewSolution
Saved Bookmarks
| 1. |
If you roll a pair of dice, what is the probability that (at least) one of the dice is a 4 or the sum of the dice is 7? |
|
Answer» 15/36 These are the POSSIBILITIES of the REQUIRED event to occur. {(4,1), (4,2), (4,3), (4,4), (4,5), (4,6), (1,4), (2,4), (5,4), (6,4), (1,6), (2,5), (3, 4), (5,2), (6,1)} |
|