Question: If a football tournament has 16 teams and each team plays every other team once, how many matches are played in total?
Options:
Correct Answer: 120
Solution:
The total number of matches is calculated using the formula n(n-1)/2, where n is the number of teams. Here, it is 16(15)/2 = 120.