InterviewSolution
Saved Bookmarks
| 1. |
Two different dice are tossed together. Find the probability :(i) of getting a doublet(ii) of getting a sum 10, of the numbers on the two dice. |
|
Answer» total 36 possibilities i) doublet (1,1),(2,2),(3,3),(4,4),(5,5),(6,6) so probability = 6/36 = 1/6 ii) sum of 10 so possibilities (4,6),(5,5),(6,4) so probability = 3/36 = 1/12 |
|