Question: In a round-robin tournament, each player plays against every other player exactly once. If there are 10 players, how many matches will be played?
Options:
Correct Answer: 45
Solution:
The number of matches is given by n(n-1)/2, which for 10 players is 10(9)/2 = 45.