SOLUTION: A die is tossed 12 times. What is the probability of getting exactly three 3's?

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

Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!
This is a binomial distribution problem with p = 1/6 (that's the probability of rolling a single 3), n = 12


In this case, x = 3 since we want exactly 3 threes.


Now compute n C x = 12 C 3 = (12!)/(3!*(12-3)!) = 220. This is the binomial coefficient.


So we'll then have 220*p^(x)*(1-p)^(n-x) = 220*(1/6)^(3)*(1-1/6)^(12-3) = 0.19739571242092


So the probability of getting exactly 3 threes is approximately 0.19739571242092 (roughly 19.73957%)

RELATED QUESTIONS

An unbiased die is tossed three times. Find the probability of getting a. Three 6’s... (answered by Edwin McCravy)
A fair die is tossed five times.What is the probability of obtaining EXACTLY three 3's?... (answered by stanbon)
What is the probability of rolling a die three times and getting three... (answered by richwmiller)
A fair die is tossed three times in succession. Find the probability that the three... (answered by solver91311)
Suppose a coin is tossed three times: a. What is the probability of getting exactly... (answered by ewatrrr,drvidmar)
Find the probability of getting exactly three 5s if a die is rolled 5... (answered by edjones)
A single die is tossed thirteen times. Find the probability that exactly eleven of the... (answered by edjones)
A single die is tossed thirteen times. Find the probability that exactly eleven of the... (answered by stanbon)
10. A coin is tossed 20 times, what’s the probability of getting exactly 10 heads? What... (answered by rothauserc)