

InterviewSolution
Saved Bookmarks
1. |
A dice is thrown. Find the probability that number appear on dice is greater than 4. |
Answer» Total result obtained in throwing a dice. S = {1,2, 3, 4, 5, 6} then n(S) = 6 and n{E) = Total result to get digit more than 4 = 2 Thus, required probability = n(E)/n(s) = 2/6 = 1/3 |
|