InterviewSolution
Saved Bookmarks
| 1. |
An unbiased die is tossed .find the probability of getting a multiple of 3. |
|
Answer» Here S={1,2,3,4,5,6} Let E be the event of getting the multiple of 3 then ,E={3,6} P(E)=n(E)/n(S)=2/6=1/3 |
|