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 after 3 wins and 2 draws?
Options:
Correct Answer: 30
Solution:
The total points are calculated as (3 wins * 10 points) + (2 draws * 5 points) = 30 points.