Question: In a round-robin tournament with 8 teams, each team plays every other team once. If Team A won 5 matches, lost 2, and drew 1, what is Team A\'s total points if a win gives 3 points, a draw gives 1 point, and a loss gives 0 points? (2023)
Options:
Correct Answer: 16
Exam Year: 2023
Solution:
Team A\'s points = (5 wins * 3 points) + (1 draw * 1 point) = 15 + 1 = 16 points.