If you roll a die #100# times and get #15# ones, what is the probability that the die is not fair? What about if you get #5# ones?
1 Answer
Use the Binomial distribution
Explanation:
A fair die, you expect
Getting 15 ones is not too far off from 17, so that would not be an unusual occurrence (
However, a result of only 5 ones would be quite rare ...
The problem did not state any hypothesis testing . However, if one assumes say an alpha = 0.05 with a left tail test, then for a Binomial with 100 trials and p = 1/6, the critical value = 10. That is, a roll of 10 "ones" or less has a probability of 4.3% which is as close as we can get to an alpha of 5% with a "discrete" distribution. Since, the value of 5 ones falls within the critical area , one can conclude that the die is not fair.
Hope that helps