Answer:
a. To obtain the expression for p(x) for x = 10, 11, ..., 19, we need to consider the possible sequences of wins and losses that could result in each number of games played.
For x = 10, it means that one player won all 10 games. This can only happen if player A wins all 10 games or if player B wins all 10 games. So, for x = 10, we have:
p(10) = P(A wins all 10 games) + P(B wins all 10 games)
= p^10 + (1/2 - p)^10
For x = 11, it means that one player won 10 games and the other player won 1 game. This can happen in two ways: either player A wins 10 games and player B wins 1 game, or player B wins 10 games and player A wins 1 game. So, for x = 11, we have:
p(11) = P(A wins 10 games and B wins 1 game) + P(B wins 10 games and A wins 1 game)
= 10 * p^10 * (1/2 - p) + 10 * (1/2 - p)^10 * p
Similarly, you can continue this process for x = 12, 13, ..., 19, considering all possible combinations of wins and losses.
b. If a draw is possible, the possible values of X would range from 10 to 20, as a game can end in a draw after the 10th game. P(20 ≤ X) can be calculated using the hint provided:
P(20 ≤ X) = 1/2 * P(X ≥ 20)
= 1/2 * [1 - P(X < 20)]
= 1/2 * [1 - (p(10) + p(11) + ... + p(19))]
You can substitute the expressions for p(x) obtained in part a to calculate the final result for P(20 ≤ X).
Explanation: