SOLUTION: If a fair die is rolled 7 times, what is the probability, rounded to 7 decimal places, of getting at least 5 fives?

Algebra ->  Probability-and-statistics -> SOLUTION: If a fair die is rolled 7 times, what is the probability, rounded to 7 decimal places, of getting at least 5 fives?      Log On


   



Question 818431: If a fair die is rolled 7 times, what is the probability, rounded to 7 decimal places, of getting at least 5 fives?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
If a fair die is rolled 7 times, what is the probability, rounded to 7 decimal places, of getting at least 5 fives?
--------------------
Binomial Problem with n = 7 and p(5) = 1/6
-----
P(5<= x <=7) = binomcdf(7,1/6,7)-binomcdf(7,1/6,4) = 0.4986
==============
Cheers,
Stan H.
==============