InterviewSolution
Saved Bookmarks
| 1. |
92. Two dice are thrown simultaneously.The probability of getting a total score5 is: |
|
Answer» When two dice are thrown total number of outcomes = 6*6= 36 Possible outcomes for score 5 are (1,4), (2,3), (3,2), (4,1) Therefore,Probability of getting score of 5 when two dice are thrown= 4/36 = 1/9 P (sum as 5) 4/36=1/9 |
|