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?
--------------------
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.
==============