Skip to main content
OlympiadHQ

Browse · MathNet

Print

2022 China Team Selection Test for IMO

China 2022 counting and probability

Problem

Given a positive integer , find all -tuples of real numbers such that attains its minimum.
Solution
We divide the set into: , where Let denote the number of elements in . Then Set and . Then . Removing the absolute value signs and summing them in groups, we consider We estimate , by canceling appropriate terms. Consider the sizes of and note that and that the coefficients of is palindromic. Since , we have This shows that and . Choose , we have The coefficient of in the above square bracket is . So the expression in the square bracket is a constant . Therefore, is always true, and when , the equality holds. Moreover, the equality holds precisely when terms in the formula above are all zero, i.e. the inner product of with an arbitrary vector in is 1. The only such is when .
Final answer
x1 = x2 = ... = xn = 1/(n+1)

Techniques

Generating functionsCombinatorial optimizationPolynomial operations