A chess tournament is going on in which each player plays with every other player once. Winner gets +1 point and the loser gets no points. On a tie both player get +1/2 point. If the total of the score of 4 players is 17.5 points and the scores of all other players is same. Find the number of people competing in the tournament.
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.
First of all , we should understand that
(number of matches played) = (number of points distributed)
Let the total number of players be n
Total matches played = 1 + 2 + 3 + . . . . . + ( n − 2 ) + ( n − 1 ) = 2 n ∗ ( n − 1 )
Thus 2 n ∗ ( n − 1 ) = 2 3 5 + ( n − 4 ) x ; where x is the score of each of the remaining player!
2 ( n − 4 ) n 2 − n − 3 5 = x
Now x is either a multiple of 0 . 5 or an integer. But we can completely assure that 2 x is an integer.
2 x = n − 4 n 2 − n − 3 5 ⇒ I N T E G E R
Dividing by long division method , we get 2 x = ( n + 3 ) − n − 4 2 3
Now ( n + 3 ) is already an integer . So for 2 x to be an integer n − 4 2 3 should be an integer.
That is possible only if ( n − 4 ) = 1 or ( n − 4 ) = 2 3
If ( n − 4 ) is 1 then x comes out to be -ve , which is not possible.
Thus ( n − 4 ) = 2 3 And so n = 2 7