Question 866650: A die is tossed 12 times. What is the probability of getting exactly three 3's? Found 2 solutions by stanbon, jim_thompson5910:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
----------------------