football teams, each of the teams played exactly one game against each of the other teams. Each game may end in a win, loss or draw. It happened that each team won exactly three games and also there were not three teams , , such that beat , beat and beat . For how many values of in the set is this situation possible?
In a round-robin tournament involving
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.
Represent each team as a vertex of a graph, and trace an arrow from A to B , A → B , if team A beat team B in the corresponding game. If the game ended in a draw we do not trace any arrow.
We will use graph theory terminology. Thus, in this problem, each vertex has outdegree 3, and there is no 3-cycle.
Since each vertex has outdegree 3, we can take a vertex A 1 with indegree at least 3. Suppose that there are arrows from A 2 , A 3 , A 4 to A 1 , and suppose that there are arrows from A 1 to A 5 , A 6 , A 7 , then the vertices A 1 , A 2 , A 3 , A 4 , A 5 , A 6 , A 7 are pairwise distinct.
Since A 5 A 6 A 7 is not a directed 3-cycle we note that one of A 5 , A 6 , A 7 didn't beat the two other teams. W.l.o.g suppose that A 5 didn't beat A 6 and A 5 didn't beat A 7 . Since A 5 won exactly three times, there are teams A 8 , A 9 , A 1 0 who were beaten by A 5 .
It is clear that sets { A 8 , A 9 , A 1 0 } and { A 1 , A 5 , A 6 , A 7 } are disjoint. Now we will prove that { A 8 , A 9 , A 1 0 } and { A 2 , A 3 , A 4 } are disjoint. Suppose, for example, that A 8 = A 2 , then we have the 3-cycle A 2 → A 1 → A 5 → A 8 = A 2 which is not possible. Therefore the sets { A 8 , A 9 , A 1 0 } and { A 2 , A 3 , A 4 } are disjoint, and this means that there are at least 10 teams, i.e. n ≥ 1 0 .
Let's construct an example for each n ≥ 1 0 . Consider a circle with circumference n and place the vertices A 1 , A 2 , … , A n on that circle such that all the small arcs have length 1. From each A i trace three arrows to the vertices A i + 1 , A i + 2 , A i + 3 (indexes are considered module n ). Suppose that this directed graph has a 3-cycle A i → A j → A k → A i , thus the complete cirumference is divided into three arcs: A i A j , A j A k , A k A i , this is a contradiction since the length of the circumference is n ≥ 1 0 and the length of each arc is 1, 2 or 3.
Therefore, the possible values of n are { 1 0 , 1 1 , 1 2 , … , 1 0 0 } , thus the answer is 1 0 0 − 1 0 + 1 = 9 1 .