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