

InterviewSolution
Saved Bookmarks
1. |
Two dice are rolled together. Write all the possible outcomes and find the probability of getting (i) a number greater than 4 on each die. (ii) a doubtlet (the same number appearing on each of the die) |
Answer» (i) (5,5),(5,6),(6,5),(6,6) P(a number greater than 4 on each die) = 4/36 (ii) (1,1),(2,2),(3,3),(4,4),(5,5),(6,6) P(a doubtlet (the same number appearing on each of the die)) = 6/36 |
|