Round Robin Tournament

A round robin tournament was played among thirteen teams. Each team played every other team exactly once. At the conclusion of the tournament, it happened that each team won six games and lost six games.

Define a circular triangle in a round robin tournament to be a set of three different teams in which none of the three teams beat both of the other two teams. How many circular triangles are in this tournament?


The answer is 91.

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.

2 solutions

Happy Melodies
Aug 21, 2014

First, WLOG, label the teams 1 , 2 , , 13 1,2, \ldots,13 . Then, to represent the problem in matrix (or table) form, see the picture below:

Matrix Matrix where 1 1 represents a win for the team represented in the column and 0 0 represents a loss for the team also in the column. For example, if Team 1 1 wins against Team 2 2 we place a 1 1 in the cell ( 1 , 2 ) (1,2) and a 0 0 at cell ( 2 , 1 ) (2,1) where cell ( x , y ) (x,y) is found at the intersection of column x x and row y y .

In the matrix, each column (row too) will have 6 1 1 s and 0 0 s. Hence, there will two "symmetrically inverse" triangles (each with equal numbers of 1 1 and 0 0 as each other) in the matrix over the yellow coloured diagonals (where the team are matched against itself). Symmetric in the sense that if in one triangle has a cell ( x 1 , y 1 ) (x_1,y_1) with 1 1 , then the cell in the other triangle reflected over the yellow diagonal will be 0 0 or the opposite of 1 1 . ( Can you explain why? )

As such, we only need to focus on one triangle, namely the blue one highlighted above. Notice that for a circular triangle to be found in a set of 3 3 unordered and distinct teams say ( A , B , C ) (A,B,C) then, every team has to win 1 1 game in that set.

  • A wins B.
  • B wins C. (forced since B already lost once.)
  • C wins A.

In addition to satisfy the conditions for a circular triangle, we see that the triangle must have a 0 0 and 1 1 in the column with 2 2 cells and 1 1 in the other as shown - refer to the green triangle (sry the matrix as a whole doesn't make sense): ( Can you see why? - Hint: Try to plot the above ABC team above )

Example triangle Example triangle

Thus, we just need to find number of triangles of the form above in our matrix to be done!

Lemma Realise that the matrix shows one example of a possible configuration of loss and wins among the teams. Now, I claim that the number of circular triangles for 13 13 teams will be the same no matter how I rearrange the 1 1 s and 0 0 s in my matrix. I don't have a vigorous proof for this but you can see it as the teams are not ordered meaning that if I put Team 1 1 won against Team 2 2 here, it could jolly well mean the same thing as saying that Team 5 5 in another matrix won against Team 7 7 .

Solutions! So, I arrange the wins and losses in the matrix above to facilitate counting of the triangles of the form above. Notice that if the first cell I choose is ( 1 , 2 ) (1,2) , then, I can only have cells ( 1 , 8 ) (1,8) and cell ( 2 , 8 ) (2,8) to form a circular triangle. If I chose cell ( 1 , 3 ) (1,3) , then, I can have 2 choices: cells ( 1 , 8 ) (1,8) and ( 3 , 8 (3,8 or cells ( 1 , 9 ) (1,9) and ( 3 , 9 ) (3,9) . Repeating this we can just get: - For column C 1 C1 : there are 1 + 2 + 3 + 4 + 5 + 6 = 21 1+2+3+4+5+6 = 21 circular triangles formed.

  • For C 2 C2 : 1 + 2 + 3 + 4 + 5 + 5 = 20 1+2+3+4+5+5 = 20
  • For C 3 C3 : 1 + 2 + 3 + 4 + 4 + 4 = 18 1+2+3+4+4+4 = 18
  • For C 4 C4 : 1 + 2 + 3 + 3 + 3 + 3 = 15 1+2+3+3+3+3 = 15
  • For C 5 C5 : 1 + 2 + 2 + 2 + 2 + 2 = 11 1+2+2+2+2+2 = 11
  • For C 6 C6 : 1 + 1 + 1 + 1 + 1 + 1 = 6 1+1+1+1+1+1 = 6
  • For C 7 C7 to C 13 C13 notice that there are no circular triangles because there simply isn't a 0 0 in these columns! (this is unlike the green triangle example given).

Hence, adding up we get total number of circular triangles is 21 + 20 + 18 + 15 + 11 + 6 = 91 21+20+18+15+11+6 = \boxed{91} .

Thoughts/Motivations I was thinking of using graph theory to solve this question when I realised I couldn't represent this problem into a graph! (I thought of colouring vertices and edges for playing a game but I realise I cannot colour the same vertex - team - more than once though each team played 12 games...) This was when I thought of a brilliant idea (for me haha cuz it's my first time attempting such qns): Use matrix! :)

Happy Melodies - 6 years, 9 months ago
Omm Yucatan
Aug 26, 2014

We say a player "blocks" a triangle when it loses to other 2 players or wins over 2 players:

Now, every player blocks binomial(6,2) triangles among its 6 loses and blocks binomial(6,2) triangles among its 6 wins.

So every player blocks 15+15=30 triangles. Therefore there are 30*13 = 390 blocked triangles

WAIT NO! Each triangle is blocked twice, so there are 390/2 = 195 blocked triangles.

Since the total of triangles is binomial(13,3) =286, we conclude there are 286 - 195 = 91 circular triangles.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...