Question: If a team scores 2 points for a win and 1 point for a draw, how many points does a team have if they have 4 wins and 3 draws?
Options:
Correct Answer: 11
Solution:
Points = (Wins * 2) + (Draws * 1) = (4 * 2) + (3 * 1) = 8 + 3 = 11.