Confusion regarding a Probability Question on a Knockout Tournament

combinatoricsprobability

The following is a part of an old STEP question.

A tennis tournament is arranged for $2^n$ players. It is organised as a knockout tournament, so that only the winners in any given round proceed to the next round. Opponents in each round except the final are drawn at random, and in any match either player has a probability $\frac 12$ of winning. Two players are chosen at random before the start of the first round. Find the probability that they play each other in the first round.

The solution reads

Call the two players $P_1$ and $P_2$. Once $P_1$ has been given a slot, there are $2^n −1$ slots for $P_2$, in only one of which will he or she play $P_1$.
The probability of $P_1$ playing $P_2$ is therefore $\frac{1}{2^n -1}$.
Note that this works for $n = 1$ and $n = 2$.

I don’t exactly get what they have done. To my understanding, the total number of pairings for the first round is $\binom{2^n}{2} $, only one of which will constitute the pair $P_1, P_2$. So, shouldn’t the probability be $$\frac{1}{\binom{2^n}{2}}= \frac{1}{2^{n-1} (2^n -1)}$$ ?

Best Answer

$\frac{1}{\binom{2^n}{2}}$ is the probability that a given match, say the first, is between players $P_1$ and $P_2$. Altogether, there are $2^{n-1}$ matches and so the overall probability is $\frac{2^{n-1}}{\binom{2^n}{2}} = \frac{1}{2^n -1}$.