
Vas S. answered 06/22/16
Tutor
5
(48)
Carnegie Mellon Tutor Specializing in Statistics, Finance and Math
The chances of winning $1 is when the number occurs on only one of the die. The probability it occurs on one die is 1/6 so you want P(X = 1) out of a sample of n = 3 die. This is a binomial event which has probability P(X = k) = (n C k) p^k (1-p)^k = P(X = 1) = (3 C 1) (1/6)^1 (5/6)^2 = 0.3472222. It's a binomial event since the probability of your number coming up on each die is constant (1/6) and you have a fixed sample (3 die). The event that you roll your number on each die is binary (it either comes up or not).
Similarly, if they win $2 this means out of any 2 die, their number occurred in both cases which is P(X = 2) = (n C k) p^k (1-p)^k = P(X = 2) = (3 C 2) (1/6)^2 (5/6)^1 = 0.06944444.
Finally, if they win $3 this means out of any 3 die, their number occurred in all cases which is P(X = 3) = (n C k) p^k (1-p)^k = P(X = 3) = (3 C 3) (1/6)^3 (5/6)^0 = 0.00462963.