Question: In a chess tournament, each player plays every other player once. If there are 12 players, how many games are played?
Options:
Correct Answer: 66
Solution:
The number of games played is given by n(n-1)/2. For 12 players, it is 12(12-1)/2 = 66 games.