Organizing a chess tournament

Six players are participating in a chess tournament. In the first phase of the tournament, each player plays against three other players. By double counting, there are 6 × 3 2 = 9 \frac{6 \times 3 }{2} = 9 games that are held.

How many different possibilities are there for the set of 9 different games to be played?

Details and assumptions

The order the games are played in does not matter, just which pairs of players compete.

As an explicit example, here is a possible set of 9 games: Player i i plays against player i 1 , i + 1 i-1, i+1 and i + 3 i + 3 , where calculations are done modulo 6.


The answer is 70.

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.

3 solutions

Guillaume Filion
Sep 23, 2013

Consider that each chess player is the vertex of a graph and each game is an edge between them. We have to find how many graphs with 6 6 vertices have exactly 3 3 edges per vertex with 3 3 distinct neighbors. This is the same as the number of graphs with 2 2 edges per vertex because we could consider that edges are the games that are not played.

The only graphs with degree 2 2 at each vertex are closed cycles. We either have one cycle of 6 6 vertices or 2 2 cycles of 3 3 vertices. All the other cases create cycles of 1 1 or 2 2 vertices, which are not possible in this case because a players do not play against themselves, nor do they play twice against the same player.

Each ordering of 6 6 vertices corresponds to a unique cycle. However, the reverse ordering and every circular permutation corresponds to the same cycle. So there are 6 ! 2 6 = 60 \frac{6!}{2\cdot6} = 60 cycles of 6 6 vertices. To specify a pair of cycles of 3 3 vertices you only need to choose 3 3 vertices among 6 6 . However, choosing the complement specifies the same pair of cycles. So there are ( 6 3 ) / 2 = 10 {6 \choose 3} / 2 = 10 pairs of cycles of 3 3 vertices. The final answer is thus 70 70 .

Hi! I used a similiar method... But i didnt simplify it into degree 2, i used a degree 3 graph to represent the games that have been played. And i realize there is only one way to represent the graph. Then i permutate combination of the circle but i got 90. In addition, may i ask, in your method, how 2 rings each with 3 vertex a reprensentation of games that have not been played? Thank you so much!

Siyu Ren - 7 years, 8 months ago

Log in to reply

Hi Siyu!

Actually there are two ways to plot the graph, even though they look visually similar. Label the 6 vertices from A A to F F . The first graph is defined by the edges { A , C } \{A,C\} , { A , D } \{A,D\} , { A , E } \{A,E\} , { B , D } \{B,D\} , { B , E } \{B,E\} , { B , F } \{B,F\} , { C , F } \{C,F\} , { C , E } \{C,E\} , { D , F } \{D,F\} and the second is defined by the edges { A , C } \{A,C\} , { A , D } \{A,D\} , { A , E } \{A,E\} , { B , C } \{B,C\} , { B , D } \{B,D\} , { B , E } \{B,E\} , { C , F } \{C,F\} , { D , F } \{D,F\} , { E , F } \{E,F\} . If you plot the first graph, you will see that it contains cycles of 3 3 vertices while the second graph does not (the shortest cycles have 4 vertices). So they are not isomorphic.

Your idea of permuting the nodes is very good but you have to be careful. For instance, you can see that graph 1 is invariant under the permutation A B C D E F ABCDEF to B C D E F A BCDEFA , but graph 2 is not. You could check that graph 1 is invariant under the circular permutations (of the kind above) and under the inversions (for instance A B C D E F ABCDEF to A F E D C B AFEDCB ). Graph 2 is invariant under circular permutations of the vertices 1 1 , 2 2 and 6 6 (for instance A B C D E F ABCDEF to F A C D E D FACDED ), circular permutations of the vertices 2 2 , 3 3 and 4 4 (for instance A B C D E F ABCDEF to A B E C D F ABECDF ) and under the inversions. In the end 60 60 permutations transform graph 1 and 10 10 permutations transform graph 2.

Guillaume Filion - 7 years, 8 months ago

Hi! May I ask why you divide 2 2 in the 6 ! 2 6 \dfrac{6!}{2 \cdot 6} ?

Fan Zhang - 7 years, 3 months ago
Russell Few
Sep 23, 2013

Label the players from 1 1 to 6 6 Without loss of generality, assume that Player 1 1 plays against Players 2 2 , 3 3 , and 4 4 . There are ( 5 3 = 10 ) 5\choose3 =10 ways to choose the people who Player 1 1 will play, and the other 9 9 cases are analogous. We then multiply the total number of cases by 10 10 .

Now we consider cases for the people Player 2 2 will play with.

Case 1 1 : Player 2 2 players with Players 3 3 and 4 4

Now Players 5 5 and 6 6 has no one to play with yet, while both of them could not play with Player 1 1 or 2 2 since their games have already been filled. Hence they have to take all the remaining possible 3 3 games. Thus Players 5 5 and 6 6 will both player against both players 3 3 and 4 4 . However, this is not possible, since player 3 3 will end up playing 4 4 games.

Case 2 2 : Player 2 2 plays one of Players 3 3 and 4 4 and one of Players 5 5 and 6 6

Without loss of generality, we assume that Player 2 2 plays Player 3 3 and Player 5 5 . The other 3 3 cases are analogous, so we just multiply the total number of ways for this case by 4 4 .

Player 6 6 does not have anyone to play with yet, and he is not allowed to play with Players 1 1 or 2 2 since they already have 3 3 games arranged. Thus he has to play with Players 3 3 , 4 4 , and 5 5 .

Player 5 5 will play with Players 2 2 and 6 6 , but cannot play with Players 1 1 and 3 3 since they already have 3 3 games arranged. Hence he must play with Player 4 4 .

Thus it turns out that there is only one way for this arrangement. There are 4 4 ways, considering the analogous configurations.

Case 3 3 . Player 2 2 plays with Players 5 5 and 6 6

Now we consider cases on whom Player 3 3 will play with.

Case 3.1 3.1 . Player 3 3 plays with Player 4 4 and one of Players 5 5 or 6 6 .

Without loss of generality, we assume that Player 3 3 plays with Players 4 4 and 5 5 . We just account for the other analogous case by multiplying the number of ways for this subcase by 2 2 .

Player 6 6 cannot play with Players 1 1 and 3 3 . Thus, he must play with Players 2 2 , 4 4 , and 5 5 . There are no other games that are left to match.

There is only 1 1 way, so considering the other analogous case, there are 2 2 ways for this subcase.

Case 3.2 3.2 . Player 3 3 plays with Players 5 5 and 6 6 .

Player 4 4 cannot play with Players 2 2 or 3 3 since they already have 3 3 games arranged.

Hence Player 4 4 must play with Players 1 1 , 5 5 , and 6 6 .

There are no other games to be arranged, so there is one way.

For Case 3 3 , there are 3 3 ways in all.

Adding up all the cases, there are 4 + 3 = 7 4+3=7 ways if Player 1 1 played Players 2 2 , 3 3 , and 4 4 . Since there are 10 10 ways to chose who Player 1 1 will play with, there are ( 7 ) ( 10 ) = 70 (7)(10)=\boxed{70} possibilities for the set of 9 9 games to be played.

I want to ask, does this problem originate from 2012 AMC 10A Problem 23?

Jeffrey Huang - 7 years, 8 months ago

Log in to reply

Nope. I do not stay updated with AMC (or AIME) problems, in part to remove their influence on the questions that I create.

Given the number of questions that we have posed in the past year, there inevitably will be similarities with other questions.

Calvin Lin Staff - 7 years, 8 months ago

Small typo: ( 5 3 = 10 ) 5\choose3=10 should be ( 5 3 ) 5\choose3 = 10 =10

Russell FEW - 7 years, 8 months ago
William Cui
Sep 26, 2013

We can count in an organized fashion:

Case 1: P1 plays P2, P3, P4 (He can play any 3 of these 5, for a total of ( 5 3 ) = 10 \binom{5}{3}=10 choices. P2 plays P1, P3, P5 (In this case, P2 plays one of the players than P1 has played. There are 2 × 2 = 4 2\times2=4 choices, because P2 can play either P3 or P4 and either P5 or P6. P3 plays P1, P2, P6 (From this point forward, there is only one case for each one. P4 plays P1, P5, P6 P5 plays P2, P4, P6 P6 plays P3, P4, P5

There are 10 × 4 = 40 10\times4=40 ways for this to happen in Case 1.

Case 2: P1 plays P2, P3, P4 (Still the same 10 ways) P2 plays P1, P5, P6 (There is only one way; P2 plays the people P1 did not play) P3 plays P1, P4, P5 (3 ways, because P3 plays 2 of the 3 other people {4,5,6}) P4 plays P1, P3, P6 (From this point on, only 1 case for each) P5 plays P2, P3, P6 P6 plays P2, P4, P5

This case contains 10 × 3 = 30 10\times3=30 ways.

So, in total, there are 30 + 40 = 70 30+40=\boxed{70} different ways that these matches can be played.

(Note that P2 cannot play P1, P3, and P4, for then P5 and P6 will not have enough games)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...