SOLUTION: We roll a fair die for ten times. What is the probability that we get the number "6" exactly twice?

Algebra ->  Probability-and-statistics -> SOLUTION: We roll a fair die for ten times. What is the probability that we get the number "6" exactly twice?      Log On


   



Question 911147: We roll a fair die for ten times. What is the probability that we get the number "6" exactly
twice?

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
probability that we get the number "6" exactly twice?
p = 1/6, n = 10
P(x = 2) = binompdf(10,1/6,2)