InterviewSolution
Saved Bookmarks
| 1. |
UWWIL TIL UJUMINE IRIS R.79.10) In a single throw of two dice find the propability of getting a total of greater then 8 on the jace of dice. |
|
Answer» When two dice are thrown Then, Total outcomes= 6*6 = 36 Possible outcomes that sum of number is greater than 8 are (4,5), (5,5), (5,6), (6, 6), (5,4), (6,5) Therefore, Probability of getting sum greater than 8 = 6/36 = 1/6 |
|