Question 1182520
<br>
With four teams each playing each other team once, there were C(4,2)=6 games played.<br>
For each game in which one team won, a total of 3+0=3 points were awarded; for each game that ended in a draw, a total of 1+1=2 points were awarded.<br>
The total points awarded were 6+4+4+3 = 17.<br>
Informally, 6 integers each either 2 or 3 with a sum of 17 means five 3's and one 2, meaning one game ended in a draw.<br>
ANSWER: 1 game ended in a draw.<br>
Formally....<br>
Let x be the number of games that ended in a draw
Let y be the number of games in which one team won<br>
[1] x+y=6
[2] 2x+3y=17<br>
[3] 3x+3y=18 [1], times 3<br>
[4] x=1 [3] minus [2]<br>
ANSWER: The number of games that ended in a draw was x=1.<br>