InterviewSolution
Saved Bookmarks
| 1. |
a dice is rolled 1oo times and its outcomes are as followsoutcomes 1 2 3 4 5 6frequency 12 15 20 14 21 18find the probability of gettinga multiple of 3. |
|
Answer» Favourable outcomes = (20+18) = (38) Total outcomes = 100Probability of getting a multiple of 3 = 38/100 =0.38 |
|