Question 822691
A fair die is to be rolled 12 times. What is the probability of getting at most two fives?
---------------------
Binomial Problem with n = 12 and p(5) = 1/6
----
P(0<= x <=5) = binomcdf(12,1/6,5) = 0.9921
===========
Cheers,
Stan H.
==============