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