[Math] A basic intuition on a probability problem

conditional probabilityintuitionprobability

Two players take turns shooting at a target, with each shot by player $i$ hitting the target with probability $p_i$, $i=1,2$. Shooting ends when two consecutive shots hit the target. Let $\mu_i$ denote the mean number of shots taken when player $i$ shoots first, $i=1,2$.

Now, I have calculated that $$\mu_1 – \mu_2 = \frac{p_2 – p_1}{p_1+p_2-p_1p_2-2}=\frac{q_2-q_1}{1+q_1q_2}$$

where $q_i=1-p_i, i=1,2 $

i.e. if the player with higher winning probability starts the game then the mean number of shots taken is higher than the case when the the player with lower winning probability starts the game. I don't understand the intuition behind this.

Best Answer

For the intuition, take an extreme case, where the better player is almost sure to hit, and the other player is quite a bit less accurate. If the bad player goes first, there are two chances for an end by the time $3$ shots have been taken. If the good player goes first, an end by the time $3$ shots have been taken is less likely.

Related Question