SOLUTION: You roll a fair 6-sided die 8 times. What is the probability that you will roll at least four “4’s”?

Algebra ->  Probability-and-statistics -> SOLUTION: You roll a fair 6-sided die 8 times. What is the probability that you will roll at least four “4’s”?      Log On


   



Question 878781: You roll a fair 6-sided die 8 times. What is the probability that you will roll at least four “4’s”?
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
p(four) = 1/6, n = 8
P(x ≥ 4) = 1 - binomcdf(8, 1/6, 3) = 1 - .9693 = .0307