InterviewSolution
Saved Bookmarks
| 1. |
12. A dice is rolled 100 times and its outcomes are as followsOutcomes 1Frequency 12Find the probability of gettinga. A multiple of 3.1514 212018 |
|
Answer» Probability = possible outcomes/ total outcomes If dice is rolled 100 times then total outcomes = 100*6 = 600 possible outcomes for multiple of 3 = 20 + 16 = 36 Probability of multiple of 3= 36/600 = 6/100 =.06 |
|