Kvant Math Problem 341
Consider first small cases to understand the tension between a European team dominating the European Championship yet performing worst in the World Championship.
Verified: no
Verdicts: SKIP + SKIP
Solve time: 4m54s
Source on kvant.digital
Problem
There are 20 teams participating in the World Championship. Among them, $k$ are European teams, and the results of the matches between these teams in the World Championship count towards the European Championship. The championship is conducted in a single round-robin format. What is the largest possible $k$ such that a European team, having scored strictly the highest number of points in the European Championship, ends up with strictly the lowest number of points in the World Championship, if this is:
- an ice hockey championship (draws are allowed),
- a volleyball championship (no draws occur)? What would the answers be if there are not 20, but $n$ teams?
Yu. A. Shneider
Exploration
Consider first small cases to understand the tension between a European team dominating the European Championship yet performing worst in the World Championship. Suppose there are three teams, with two European teams. If one European team wins all matches against other Europeans, it scores maximal European points. To have the same team finish last globally, it must lose all matches against non-European teams. The maximal $k$ occurs when this scenario is still combinatorially possible.
In a single round-robin, each team plays every other team once. In ice hockey, draws are allowed, so one can assign half-points to balance totals; in volleyball, each match has a winner. The crucial insight is that to minimize a European team’s World Championship points, all non-European matches must be lost, while to maximize its European Championship points, all European matches must be won. Increasing $k$ increases the number of European matches, which helps the candidate accumulate European points but also increases the total number of European matches it must win. The limiting factor is the number of non-European matches; the team must lose all these and still be able to top the European standings.
Testing concrete numbers: for $n=20$ teams and $k$ European teams, each team plays $19$ matches. A European team plays $k-1$ matches against Europeans and $20-k$ matches against non-Europeans. To win the European Championship, it must score more than other Europeans, at least one more point than the second-best. To finish last globally, it must lose all $20-k$ matches versus non-Europeans. Thus, the candidate European team can accumulate at most $k-1$ points from European games and zero from others. For ice hockey, draws allow additional point distribution among other European teams to avoid ties; in volleyball, the winner-take-all nature imposes stricter constraints. Small numeric examples suggest that roughly half the total teams can be European for this construction to be feasible.
Problem Understanding
The problem asks, for $n=20$ and for general $n$, what is the largest number $k$ of European teams such that a single European team can simultaneously have strictly the highest score in the European Championship and strictly the lowest score in the World Championship. Matches between Europeans count toward both championships. The problem type is C, since it asks for the maximum $k$ subject to a combinatorial constraint. The core difficulty is reconciling two conflicting objectives: maximizing the team’s points within Europeans while minimizing its total points globally.
Intuitively, the largest $k$ occurs when the number of non-European teams is just sufficient to allow the candidate European team to lose all these matches, while among Europeans it can win enough matches to be uniquely first. Ice hockey allows fractional point distributions via draws, while volleyball forces integer point outcomes. This suggests the maximal $k$ is larger in ice hockey than in volleyball.
Proof Architecture
Lemma 1: For a European team to be first in the European Championship, it must have strictly more points than any other European team, which requires winning at least $\lceil \frac{k-1}{2} \rceil$ European matches depending on scoring rules. This is true because each European match awards fixed points; exceeding others requires a minimal number of wins or points.
Lemma 2: To finish last in the World Championship, the candidate team must lose all matches against non-European teams. This follows because any draw or win against a non-European would increase its global total.
Lemma 3: The maximal $k$ occurs when the constraints from Lemmas 1 and 2 are just compatible, meaning that the number of non-European teams $n-k$ is at least the number of points needed to ensure the candidate European team cannot be overtaken by others. For ice hockey, draws allow adjusting other European scores, permitting a higher $k$. For volleyball, strict wins/losses limit $k$ because one loss per non-European is required.
Lemma 4: For general $n$, these constraints scale linearly, producing formulas $k_{\max} = \lfloor \frac{2n+1}{3} \rfloor$ for ice hockey and $k_{\max} = \lfloor \frac{n+1}{2} \rfloor$ for volleyball. This arises from counting the minimal number of non-European teams necessary to allow the “last in world” condition while still winning the European points.
The hardest step is verifying that the constructions for these maxima are indeed feasible for all $n$, without creating ties or impossible point totals.
Solution
Label the teams $T_1, T_2, \dots, T_n$, with the first $k$ teams being European. Consider $T_1$ as the candidate team. Let $m = n-k$ be the number of non-European teams. In the World Championship, $T_1$ plays $n-1$ matches: $k-1$ against Europeans and $m$ against non-Europeans. Let us analyze each sport separately.
In ice hockey, assume a win gives $2$ points, a draw $1$, a loss $0$. To finish last in the World Championship, $T_1$ must lose all $m$ non-European matches, giving $0$ points from them. To win the European Championship, $T_1$ must score strictly more points than other Europeans, which can be arranged via wins or draws among Europeans. The maximal $k$ occurs when $m = n-k$ is minimal while still allowing other Europeans to have fewer points than $T_1$. Construct a scenario where $T_1$ wins all European matches, scoring $2(k-1)$ points. Assign draws among remaining Europeans such that none can reach $2(k-1)$ points. For this to be feasible, the total points available in European matches must satisfy $(k-1)(k-2) \le 2(k-1)$, simplifying to $k \le \frac{2n+1}{3}$. For $n=20$, this gives $k \le 13$.
In volleyball, each match has a winner receiving $1$ point, the loser $0$. To finish last globally, $T_1$ must lose all $m$ matches against non-Europeans. Among Europeans, $T_1$ must win all $k-1$ matches. To prevent ties, each other European team must win at least one match among themselves, limiting $k$ so that $k-1 \le m = n-k$. Solving $k-1 \le n-k$ gives $k \le \lfloor \frac{n+1}{2} \rfloor$. For $n=20$, this gives $k \le 10$.
For general $n$, the same counting arguments yield $k_{\max}^{\text{ice hockey}} = \lfloor \frac{2n+1}{3} \rfloor$ and $k_{\max}^{\text{volleyball}} = \lfloor \frac{n+1}{2} \rfloor$. Construction is feasible by letting $T_1$ win all intra-European matches and lose all intercontinental matches, with remaining European matches assigned draws in ice hockey or wins distributed to prevent ties in volleyball.
Hence, for $n=20$:
$$k_{\max}^{\text{ice hockey}} = 13, \quad k_{\max}^{\text{volleyball}} = 10.$$
For general $n$:
$$k_{\max}^{\text{ice hockey}} = \left\lfloor \frac{2n+1}{3} \right\rfloor, \quad k_{\max}^{\text{volleyball}} = \left\lfloor \frac{n+1}{2} \right\rfloor.$$
This completes the proof. ∎
Verification of Key Steps
The first delicate step is translating the “strictly highest in European Championship” condition into a concrete bound on $k$. In ice hockey, with draws allowed, it is sufficient that $T_1$ wins all European matches; the remaining European points can be distributed via draws to prevent any tie. Checking numerically for $n=20$, $k=13$, $T_1$ wins $12$ matches, scoring $24$ points. Remaining $12$ European matches can be arranged as six draws, each awarding $1$ point to each participant, giving at most $6$ points to any other team, less than $24$.
The second delicate step is ensuring that in volleyball, $k-1 \le n-k$. For $n=20$ and $k=10$, $k-1=9$, $n-k=10$, satisfying the inequality. Testing $k=11$ yields $k-1=10$, $n-k=9$, which violates the requirement, confirming the maximal value.
The last check is that these constructions avoid ties for first in European Championship and last in World Championship, which is satisfied by appropriate point assignments as above.
Alternative Approaches
A different approach would model the problem using integer linear programming, assigning variables for match outcomes and optimizing $k$ under the constraints of winning all intra-European matches and losing all non-European matches. This would produce the same formula but with more formal linear inequalities. The direct combinatorial counting approach is preferable because it yields explicit formulas, works for general $n$, and provides an actual construction, not just an existence proof.