An interesting question on combinations.

The rules of a chess tournament say that each contestant must play every other contestant exactly once. How many games will be played if there are 18 18 participants in total ?


The answer is 153.

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.

4 solutions

Since "each contestant must play every other contestant exactly once", it is essentially the same problem to find the number of ways to choose 2 players from 18, which is ( 18 2 ) = 153 \displaystyle {18\choose2} =153 .

Elijah Frank
Apr 2, 2021

This problem is solved by starting with the first person in which we will have (n-1 = 17) and so on with each person until reaching 1 since each iteration of each person is increased by playing with the next person as -1. The formula is a summation (17 * 18) / 2

Ethan Mandelez
Apr 2, 2021

The number of games will be simply 17 + 16 + 15 + . . . + 2 + 1 17 + 16 + 15 + ... + 2 + 1 , which is equal to 18 × 8 + 9 = 153 18 \times 8 + 9 = 153

Vishruth K
Apr 18, 2021

Player one will play 17 matches because he can't play against himself. Player two only needs to play 16 matches because he already had one with player one. This continues all the way to player 17, who'll only need to play player 18 because all of the others played him. And player 18 doesn't need to play any matches because he already played with all of the other contestants. The equation comes out to 17 + 16 + 15 + 14 + 13 + 12 + 11 + 10 + 9 + 8 + 7 + 6 + 5 + 4 + 3 + 2 + 1 = 153 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...