Question: In a chess tournament, if each player plays against every other player exactly once, and there are 10 players, how many games are played?
Options:
Correct Answer: 45
Solution:
The number of games played is given by the combination formula n(n-1)/2. For 10 players, it is 10(10-1)/2 = 45 games.