In a round-robin tournament (all contestants play against all others), a win is scored with 1 point, a draw with 0.5 points and a loss with 0 points. In a game of 5 contestants, it is known that:
Can you deduce the final scores of these contestants?
Input your answer by concatenating the scores of each contestant A, B, C, D, E and removing any decimal points. E.g. if their score was 3.5, 3, 2.5, 2, 1, then enter your answer as 3532521.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The order in which the players won starting from the winner to the last place is as stated A , B , C , D , E.
Considering this it would be useful to start in an organized manner by observing the possible scores A could have gained such that he anyway is in the 1st place.
Therefore , if A won the maximum number of points he could have obtained at most 4 points which would have meant that A won in all his matches with the other players. Yet , it is known that B is the only one who never lost a game meaning that A couldn't have won in all the matches and therefore A couldn't have obtained 4 points.
If A would have obtained 3,5 points then it would have meant that A won in all his matches but had a draw with B but then again A wouldn't have lost any game.
Now , considering the match between A and B there are 2 possible cases. Because B never lost a game the match between A and B can end either as a lose for A (1) or in a draw(2) which have to be analyzed.
Case 1. The only possible result of the match between A and B is 0 - 1 (A losses and B wins) and A has obtained at most 3 points. Now (make the following reasoning) , because B didn't lost any match and won the match with A he must have obtained at least (by making a draw with all the other players and therefore obtaining the minimum number of points from 4 games in 3 games) 1 + 3 * 0,5 = 2,5 points meaning that A couldn't have obtained less than 3 points because then A would have either lesser or an equal score with B.
This means therefore that A has 3 points losing to B and winning to C , D , E anyway.
Also , as observed from the above for B to not have the same or a greater score than A B must have obtained 2,5 points drawing in his matches with C , D , E and obtaining 0,5 points in each.
C and D have by now the same score of 1,5 points since they have a draw with B and have a win known from the problem's statement as E is the only one who never lost a game.
The game between C and D can't be a draw because then they should both win against E and would obtain the same number of points.
Between C and D then either C won or D won. If D would have won then he would have obtained at least 2 points since he can't lose against E (as E doesn't have any win) and C at most 1,5 points which would be contradictory.
Therefore C won against D and D won against E as D must have won at least a game and he didn't win from the matches with A , B or C any. If C would have won against E then C would have obtained from having wins (with D and E) and 1 draw (with B) 2,5 points which is the same score as B. Because of course C has lesser points than B C can't win against E and because he can't defeat E C must make a draw anyway.
By this the final order is A 3 points B 2,5 points C 2 points D 1,5 points E 1 point anyway.
Case 2. A and B have a draw. Then A can obtain at most 2,5 points and B's minimum score must be as B didn't lose any match obtained only from draws in all his 4 matches obtaining 2 points. To have the order considered in the table the only possible score would be C 1,5 points D 1 point E 0,5 points. Yet anyway considering this D has at least 1,5 points a draw with B and at least a win because just E never won. Therefore this leads to a contradiction this case being inconsistent and therefore impossible anyway.
By the above analysis the only possible consistent situation is the one presented in case 1 anyway.
That meaning A 3 points , B 2,5 points C 2 points D 1,5 points E 0,5 points the answer being 32521505 anyway.
As an observation it can be interesting to understand such problems more generally that is understanding for what kind of restrictions and given information and some number of contestants is a unique solution.