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.
Since the correctness of the OP's formula for $\mu_1-\mu_2$ has been questioned here is a roundup of the argument that leads to it:
Consider $\mu_i$ as the expected number of remaining shots when it is $P_i$'s turn and there is no immediately foregoing hit, and similarly let $\lambda_i$ be the expected number of remaining shots when it is $P_i$'s turn and there is an immediately foregoing hit. Then we have the following equations: $$\eqalign{\mu_1&=1+p_1\lambda_2+(1-p_1) \mu_2 \cr \mu_2&=1+p_2\lambda_1+(1-p_2) \mu_1 \cr \lambda_1&=1+p_1\cdot 0+(1-p_1)\mu_2\cr \lambda_2&=1+p_2\cdot 0+(1-p_2)\mu_1\ .\cr}$$ Solving this system for the $\lambda_i$, $\>\mu_i$ leads to $$\mu_1-\mu_2={p_1-p_2\over 1+q_1q_2}\ ,$$ where $q_i=1-p_i$.
The fact that $p_1>p_2$ implies $\mu_1>\mu_2$ can intuitively be explained as follows: Since a hit by the weaker player is necessary to end the game, letting him begin gives him an extra chance to shoot and will, on the average, shorten the game.