Problem: In a football tournament where n>2 teams participate, each team plays a match against each other. The number of matches won and drawn by each team is the same. For example, one team may have won 5 games and finished 5 games in a draw, while another team may have won 8 games and finished 8 games in a draw. Determine the values that n can take.
Solution (Lokman Gökçe):
Each team plays n−1 matches. Let the teams win a1,a2,…,an games and lose b1,b2,…,bn games, respectively. 2a1+b1=n−1,2a2+b2=n−1, … ,2an+bn=n−1.
If we add these equations together, we get
n∑i=1(2ai+bi)=n(n−1).
Also n∑i=1ai=n∑i=1bi is an invariant for us. Therefore we find that
n∑i=1ai=n(n−1)3
∙ If n=3k+2 (k∈Z+), n(n−1)3 is not a positive integer. Thus, n can not in the form 3k+2.
∙ If n=3k+1 (k∈Z+), we can find a suitable configuration that satisfy all conditions. Let A1,A2,…,An be teams. If team Ai has won against Aj, we will show this with Ai→Aj. If their match ends in a draw, we will not draw a line between them. (You can draw dashed lines if you want, but the shape may look a bit complicated.) For the sake of simplicity, I will draw a graph for the case k=3,n=10.

(A1→A2,A1→A3,A1→A4);(A2→A3,A2→A4,A2→A5);…;(A10→A1,A10→A2,A10→A3)
Thus, in this configuration each team team has 3 wins, 3 losses, and 3 draws. Easily we can adapted this configuration to n=3k+1 form. Each team team will have k wins, k losses, and k draws.
∙ For n=3 case, easily we can see that there is a suitable configuration. For the teams A1,A2,A3, if A1→A2 then A1 and A3 have a draw game. So, A3→A2. For n=3k and k≥2,we can find a configuration. An loses all matches. Matches between other n−1 teams result in m−1 wins, m−1 losses, m draws. From (m−1)+(m−1)+m=n−2=3k−2, we get m=k. Thus, n can be in the form 3k.
Below we see an example graph for the case k=3,n=9. In the figure, A9 lost to every other team.

Aslo, (A1→A2,A1→A3);(A2→A3,A2→A4);…;(A7→A8,A7→A1);(A8→A1,A8→A2)
When n=3k, k≥2, An will loss to the others. If the indexes {1,2,…,n−1} in \pmod {n-1}, A_i wins to A_{i+1}, A_{i+2},\dots , A_{i+k-1} and A_i loss to A_{i-1}, A_{i-2}, A_{i-k+1}. Other matches will end in a draw. This is a suitable configuration for n=3k, k\geq 2 case.
In summary, for k\geq 1 integers, if n = 3k+1 or n = 3k then there is a suitable configuration. When n=3k+2, there is no suitable configuration.
Notlar:
1. Problemi yabancı bir siteye gönderecektim. Çözüm üzerindeki kısmi ilerlemelerimi yazarken, problemin tamamını çözdüm sanıyorum. Site kuralları gereği çözümünü bildiğimiz soruyu göndermemiz uygun olmuyordu. Bu sebeple soruyu yabancı sitede sormaktan vazgeçtim.
2. Lise olimpiyatları düzeyinde bir sorudur. Yazıp bitirdiğim için paylaşım amaçlı burada sunmak faydalı olur. Daha sonra Türkçe çevirisini de paylaşabilirim. Hata veya düzeltme gerektiren kısımlar varsa belirtirseniz sevinirim. Problem farklı çözümlere de açıktır.
3. Problemi, kaynak olarak Refail Alizade'nin Sonlu Matematik isimli kitabından alıp genişlettim. Kitapta (1) denklemine ulaşılması amaçlanan biçimde soru soruluyor. Burada n nin tüm mümkün değerlerini araştırmış olduk.