Question 866650
A die is tossed 12 times. What is the probability of getting exactly three 3's?
-------
Binomial Problem with n = 12 and P(3) = 1/6
-------------------
P(x = 3) = 12C3(1/6)^3*(5/6)^9 = binompdf(12,1/6,3) = 0.1974
----------------------
Cheers,
Stan H.
----------------------