In a table tennis championship each contestant has to play during the primary qualifications against all other contestants, except for himself (as it is simply impossible to play against yourself). The primary qualifications games are already over. It is known that there were 66 of those games. Knowing this number, is it possible to know the number of contestants?
2026-03-22 01:32:35.1774143155
figuring out the number of contestants that took part in the primary qualifications
18 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let's say there were $n$ contestants. Every one of those had to play $n-1$ matches, and every match was between two contestants. Hence there were $\frac{n(n-1)}{2}$ matches played. Setting $\frac{n(n-1)}{2} = 66$ yields $n=12$ or $n=-11$. Since the number of contestants had to be positive, there were $12$ of them.