[Math] Question about Probability of Winning Two Times in a Row out of Three

probabilitypuzzle

Okay, so I came across an interesting probability question that has left me stumped to come to a solid conclusion.

Assume that you are playing a card game with two opponents, $A$ and $B$. Assume that the probability of winning against $A$ is greater than winning against $B$. Probabilities of winning against $A$ or $B$ are independent. You will play these opponents one at a time in alternating order. You receive a payout only if you are able to win two games in a row out of a three game series.

Given the choice, would you choose to pick $A$ (i.e. Would play $ABA$) or $B$ first (Would play $B A B$)

My instinct tells me that you would be better of choosing $A$ first, but since any two wins in a row would involve beating $A$ and $B$, I am not convinced that it matters.

I am curious if there is a more mathematical explanation than my instinct.

Best Answer

Let $p$ be the probability of winning a round against $A$, and $q$ that against $B$, for some $p>q$.

The probabilility of winning two games in a row out of three, if you start playing $A$ is: $$P_A~{=\mathsf P(wwl\cup www\cup lww\mid ABA)\\= pq+(1-p)qp\\= (2-p)pq}$$

The probabilility of winning two games in a row out of three, if you start playing $B$ is: $$P_B~{=\mathsf P(wwl\cup www\cup lww\mid BAB)\\= qp+(1-q)pq\\= (2-q)pq}$$

Since $p>q$ , therefore $P_A<P_B$

Intuitively, you chances of winning two rounds in a row is improved if the outside rounds are the easiest to win; since you must certainly win the middle round if you wish to win the game.   If you can win that, then you have two oportnities win against the other player; so make those the easiest.

Or in simpler terms: to win the game you must win against one player twice and the other player once, and the best way to manage this is to choose the easiest target as the one to play against twice.