In a certain sport, teams receive 3 points for each win, 1 point for each draw, and no points for losses. In a five-team tournament in this sport, in which each of teams G, H, J, K, and L played each other team exactly once, did team L finish the tournament with the highest point total?"¨
"¨(1) Team L finished with 8 points."¨
"¨(2) The sum of all five teams’ point totals for the tournament was 23 points.
Dear Ron,
I feel so dump with this problem, especially when it comes to combining both statements.
Here is my thought process:
Conditions:
5 teams: G-H-J-K-L, each plays each other team once.
- win: 3 points
- draw: 1 point
- lose: 0 point
Goal: whether L has the highest point?
(1) "L finished with 8 points"
- Specifying the statement:
+ 5 teams: "G-H-J-K-L, each plays each other team once" means: there are 5C2=10 games, and each team plays 4 games.
+ "L finished with 8 points" means L wins 2 games and draws 2 games (only this case is possible)
- Whether L has the highest point?
YES: in case no other team wins 2 plays, so the second-highest team can have: 3+1+1+1 = 6 points.
NO: in case one team, e.g H, loses to L, but wins 3 remaining games. So the point H can get is 9.
→ Insufficient!
(2) The sum of all five teams’ point totals for the tournament was 23 points.
3W + 1D + 0L = 23
Although we have only 1 value of for W and D: W=7, D=2
But too many cases can happen.
E.g:
- YES: L wins 4 games, and the second-highest team wins 3 games & draws 1 game
- NO: L doesn't win any game, and 7 winning-rewards distribute to 3 remaining teams.
(in general, W & D can run from 1 to 10, but will exclude some value in the relationship with other variables)
(1)&(2): I want to checked to see whether 2 cases in (1) can happen when total points was 23.
3W + 1D + 0L = 23 and L gets 8 points
Case "YES": Ehem... I got stuck here! Because I thought too many cases can happen. (I ended up with E in the CAT)
Please help me with how I can use common sense to "see through" this step.
The answer is C.