Question: If Team A wins 3 matches, loses 2, and draws 1 in a league of 6 teams, what is their total points assuming a win gives 3 points, a draw gives 1 point, and a loss gives 0 points?
Options:
Correct Answer: 10
Solution:
Points = (Wins * 3) + (Draws * 1) = (3 * 3) + (1 * 1) = 9 + 1 = 10.