Question 672420
A die is rolled 15 times. What is the probability of at least two 2's appearing? (Round your answer to four decimal places.)
------------
Binomial Problem with n = 15 and p(2) = 1/6
-----
P(2<= x <=15) = 1 - P(0<= x <=1) = 1-binomcdf(15,1/6,1) = 0.7404
===========
Cheers,
Stan H.
===========