57.7k views
4 votes
The Reds and the Cubs are playing 3 games. In each game the probability that the Reds win is 0.54. The probability of the Reds winning is not affected by who has won any previous games.

(a) What is the expected value for the number of games the Reds will win? (Give your answer correct to two decimal places.) _______

(b) What is the expected value for the number of games the Cubs will win? (Give your answer correct to two decimal places.) _______

User Mike Heinz
by
5.3k points

1 Answer

1 vote

Answer:

(a) 1.6197

(b) 1.3803

Explanation:

(a) Let X denote the number of games the Reds win. If Reds win exactly one it means that in the other two games Reds lost i.e Cubs won. Now, the probability of the Reds losing is determined by
1 -\text{probability of winning} = 1-0.54 = 0.46. So, if X wins exactly
i times, then we should multiply the probabilities associated with


P(X=0) = \binom{3}{0} * 0.46 * 0.46 * 0.46 = 0.0973


P(X=1) = \binom{3}{1} 0.54 * 0.46 * 0.46 = 0.3429


P(X=2) = \binom{3}{2} 0.54 * 0.54 * 0.46 = 0.4023


P(X=3) = \binom{3}{3} 0.54 * 0.54 * 0.54 = 0.1574

Now,


E(X) = \sum_(i=0)^(3) i * P(X=i) = 1.6197

(b) Let Y denote the number of games won by Cubs. Then by the similar logic as above,


P(Y=3) = \binom{3}{0} 0.46 * 0.46 * 0.46 = 0.0973


P(Y=2) = \binom{3}{1} 0.54 * 0.46 * 0.46 = 0.3429


P(Y=1) = \binom{3}{2} 0.54 * 0.54 * 0.46 = 0.4023


P(Y=0) = \binom{3}{3} 0.54 * 0.54 * 0.54 = 0.1574

Now


E(Y) = \sum_(j=0)^(3) j * P(Y=j) = 1.3803