Official Solution:
Teams A, B, C, and D are participating in a tournament where each team plays against every other team once. A victory earns a team 3 points, a draw earns 1 point, and a defeat earns 0 points. The current standings are as follows:
Team B: 7 points;
Team C: 4 points;
Team A: 0 points;
Team D: 0 points;
How many games are yet to be played in the tournament?
A. 0
B. 1
C. 2
D. 3
E. it cannot be determined from the information given
With four teams in the tournament, each team must play three games, resulting in a total of 6 games (4C2 = 6).
Let's examine each team's points.
Team B must have played all its three games, as it is not possible to accumulate 7 points in fewer than 3 games. Thus, Team B played three games: 2 wins and 1 draw. Since Teams A and D have 0 points each, Team B must have drawn with Team C, with each team earning 1 point from the draw.
To accumulate 4 points, Team C must have played 2 games: 1 win (against either A or D) and 1 draw (against B). (Note that Team C cannot have played 3 games - 1 win, 1 draw, and 1 loss - because it cannot lose to Team B since they drew, and it cannot lose to Team A or Team D since these teams have 0 points).
Consequently, there are two games yet to be played: Team C against either Team A or Team D (whichever it has not yet played) and the match between Team A and Team D.
Answer: C