SOLUTION: Find the probability of obtaining at least one 6 when (1) 5 dice are thrown, (2) n dice are thrown.

Algebra ->  Probability-and-statistics -> SOLUTION: Find the probability of obtaining at least one 6 when (1) 5 dice are thrown, (2) n dice are thrown.      Log On


   



Question 970744: Find the probability of obtaining at least one 6 when (1) 5 dice are thrown, (2) n dice are thrown.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find the probability of obtaining at least one 6 when
(1) 5 dice are thrown,
Ans: P(1<=x<=5) = 1 - P(x = 0) = 1-(5/6)^5 = 0.598
-------------------------------
(2) n dice are thrown.
Ans: P(1<=x<=n) = 1 - P(x=0) = 1 - (5/6)^n
-----------------
Cheers,
Stan H.
--------------