Sixteen players participated in a round-robin tennis tournament. Each of them won a different number of games. How many games did the player finishing sixth win?
I got some idea here:Round Robin Tournament
The post here suggests that if there are $2^{n}$ players, then at least one player won $\dfrac{2^{n}(2^{n}-1)/2}{2^{n}}$ (and round up) games.
I believe this can also be applied any $n$ players.
So for us, at least one player won 8 games. However, by hypothesis that each player cannot win the same number of games. We can conclude that there must be a unique player who won 8 games.
I do not think this attempt has any help to this question, and I don't know how to do the next.
Also, how could I use the fact that "player finishing sixth"?
Thank you!