In a school chess tournament, everyone played against everyone else exactly once. Each player scored the same number of points against the girls as against the boys. Prove that the number of participants is a perfect square. (1 point for a win; 0.5 points for a draw; 0 points for a loss.)
翻译完成,如需进一步帮助请告知。
This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.
Solution. Let the number of girls be L, and the number of boys be F. The girls played a total of (2L) matches among themselves. Since exactly 1 point is awarded in each match, the girls scored a total of (2L) points against each other. According to the problem, the girls also scored a total of (2L) points in their matches against the boys. Similarly, the boys scored a total of (2F) points against the girls. Since there were LF girl-boy matches, we have
LF=(2L)+(2F)
which simplifies to 2LF=L(L−1)+F(F−1). From this equality, the total number of boys and girls participating in the competition is L+F=L2+F2−2LF=(L−F)2, which is indeed a perfect square.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.