Question: In a chess match, there are 16 contestants. Every player has to be each other player (like a round-robin). The player with the most wins/points wins the tournament.
a) How many games must be played until there is a victor?
b) If every player has to team up with each other player to play doubles chess. How many games must now be played until one of the teams is a victor?
My Attempt:
a) Each of the 16 player would have to verse 15 other people, but Player 1 vs Player 16 is same as Player 16 vs Player 1. Hence, $(16*15)/2$
b) No idea
Official Answer:
a) ${}^{16}C_2$
b) ${}^{16}C_2/2$
My Problem:
a) ${}^{16}C_2$ is the same as my answer, however I thought combination would mean, how many different ways you can choose 2 people out of 16 people. However the question asks how many games have to played, so how does how many games have to be played mean the same thing as how many ways you can choose 2 people out of 16?
b) No idea
a) If I choose any two people there has to be one game between them, so the number of games is the same as the number of ways to choose two people. (The reason you use combination instead of permutation here is that it doesn't matter who is black and who is white.)
b) I can't see how the answer given is plausible for any interpretation of the question.
If the intended meaning was that every player teams up with one other player and a round-robin between the teams is played, there would be $8$ contestants (the teams) and so by the same argument as (a) you need ${}^8C_2={}^{16/2}C_2$ games.
On the other hand, if they really mean all possible teams are competing, there are ${}^{16}C_2$ possible teams, and each has to play each other, so it looks like you need ${}^{{}^{16}C_2}C_2$. However, this includes games where there is one player on both teams, which doesn't make much sense, so perhaps a better interpretation is that every team has to play every other team that neither of its players are on. This would give ${}^{16}C_2\times{}^{14}C_2/2$ games, because for each team there are ${}^{14}C_2$ teams they can play taken from the other $14$ players, and then you can swap the two teams to get the same game.