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