Question: In a round-robin tournament with 8 teams, each team plays every other team once. How many matches are played in total?
Options:
Correct Answer: 28
Solution:
In a round-robin tournament, the number of matches is given by the formula n(n-1)/2, where n is the number of teams. Here, n = 8, so the total matches = 8(8-1)/2 = 28.