Question: If a team scores 3 points for a win, 1 point for a draw, and 0 points for a loss, how many points does a team have if it has 2 wins, 3 draws, and 1 loss?
Options:
Correct Answer: 8
Solution:
Points = (2 wins * 3 points) + (3 draws * 1 point) + (1 loss * 0 points) = 6 + 3 + 0 = 9 points.