Question: In a round-robin format, each team plays every other team once. If there are 8 teams, how many games will be played?
Options:
Correct Answer: 28
Solution:
The number of games is calculated using the formula n(n-1)/2. For 8 teams, it is 8(7)/2 = 28.