Question: If a player scores 10 points for a win and 5 points for a draw in a tournament, how many points does a player have if they won 3 matches and drew 2?
Options:
Correct Answer: 30
Solution:
Points = (Wins * 10) + (Draws * 5) = (3 * 10) + (2 * 5) = 30.