Question: In a sports league, if the points system awards 3 points for a win and 1 point for a draw, how many points does a team have if they won 4 matches and drew 3?
Options:
Correct Answer: 15
Solution:
Points = (Wins * 3) + (Draws * 1) = (4 * 3) + (3 * 1) = 12 + 3 = 15.