Question 824079
If ten dice are rolled at once, what is the chance that there are exactly three sixes?
----------------
Ans:: 10C3(1/6)^3*(5/6)^7 = binompdf(10,1/6,3) = 0.1550
--------------------
Cheers,
Stan H.
=================