SOLUTION: A die is rolled 15 times. What is the probability of at least two 2's appearing? (Round your answer to four decimal places.)

Algebra ->  Probability-and-statistics -> SOLUTION: A die is rolled 15 times. What is the probability of at least two 2's appearing? (Round your answer to four decimal places.)      Log On


   



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.)
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
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.
===========