SOLUTION: Find the requested probability.What is the probability that 15 rolls of a fair die will show three fives?

Algebra ->  Probability-and-statistics -> SOLUTION: Find the requested probability.What is the probability that 15 rolls of a fair die will show three fives?       Log On


   



Question 817927: Find the requested probability.What is the probability that 15 rolls of a fair die will show three fives?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find the requested probability.What is the probability that 15 rolls of a fair die will show three fives?
Binomial Problem with n = 15 and P(5) = 1/6
-----
P(x = 3) = 15C3(1/6)^3*(5/6)^12 = binompdf(15,1/6,3) = 0.2363
------------------
Cheers,
Stan H.
------------------