Skip to main content
OlympiadHQ

Browse · MathNet

Print

China-TST-2025A

China 2025 counting and probability

Problem

There are people and given colors. Each person has balls, one of each color, with a total weight of for all balls. Find the smallest real number such that, no matter how the balls are weighted, one can always select exactly one ball from each person so that for every color, the total weight of the selected balls of that color does not exceed .
Solution
Let's generalize the problem by replacing with and with . For any positive integers , define:

We prove the lemma by induction on . For , , and the statement holds. Assume the statement holds for , and consider the case with colors. For , let be the weight of the first color ball for person , and assume without loss of generality that . Choose non-negative integer such that Then . Therefore, for people ( people), the total weight of their balls (colors ) is at most This inequality holds because By the induction hypothesis, we can select one ball (from colors ) from each of such that the total weight of each color among the selected balls is at most . This completes the induction.

Substituting in the lemma, we see that satisfies the requirement.

If , consider the following scenario: For each person, the weight of their -th color ball is and the total weight of each person's balls is . In this case, the number of selected balls of color is at most , so the total number of selected balls would be at most , which is a contradiction. Therefore, the minimal is . Let where , i.e., . Since is convex, the sum is minimized when consist of copies of and copies of . Thus, In particular, when and , the required is .
Final answer
248/517

Techniques

Coloring schemes, extremal argumentsInduction / smoothingJensen / smoothingCombinatorial optimization