SOLUTION: A fair die is tossed five times.What is the probability of obtaining EXACTLY three 3's? SHOW WORK.

Algebra ->  Probability-and-statistics -> SOLUTION: A fair die is tossed five times.What is the probability of obtaining EXACTLY three 3's? SHOW WORK.       Log On


   



Question 455018: A fair die is tossed five times.What is the probability of obtaining EXACTLY three 3's? SHOW WORK.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A fair die is tossed five times.What is the probability of obtaining EXACTLY three 3's?
----
Binomial Problem with n = 5 and p = 1/6
----
P(x = 3) = 5C3(1/6)^3(5/6)^2 = binompdf(5,1/6,3) = 0.0322
=================
Cheers,
Stan H.
=================