Let x1,x2,...,x6 be non-negative real numbers such that x1+x2+x3+x4+x5+x6=1, and x1x3x5+x2x4x6≥5401. Let p and q be positive relatively prime integers such that qp is the maximum possible value of x1x2x3+x2x3x4+x3x4x5+x4x5x6+x5x6x1+x6x1x2. Find p+q.
解析
Solution
Solution 1
Note that neither the constraint nor the expression we need to maximize involves products xixj with i≡j(mod3). Factoring out say x1 and x4 we see that the constraint is x1(x3x5)+x4(x2x6)≥5401, while the expression we want to maximize is x1(x2x3+x5x6+x6x2)+x4(x2x3+x5x6+x3x5). Adding the left side of the constraint to the expression, we get: (x1+x4)(x2x3+x5x6+x6x2+x3x5)=(x1+x4)(x2+x5)(x3+x6). This new expression is the product of three non-negative terms whose sum is equal to 1. By AM-GM this product is at most 271. Since we have added at least 5401 the desired maximum is at most 271−5401=54019. It is easy to see that this upper bound can in fact be achieved by ensuring that the constraint expression is equal to 5401 with x1+x4=x2+x5=x3+x6=31—for example, by choosing x1 and x2 small enough—so our answer is 540+19=559.
An example is:
x3x1x5=x6=61=x2=305−20=x4=305+20
Another example is
x1=x3=31x2=6019,x5=601x4=x6=0
Solution 2 (Not legit)
There's a symmetry between x1,x3,x5 and x2,x4,x6. Therefore, a good guess is that a=x1=x3=x5 and b=x2=x4=x6, at which point we know that a+b=1/3, a3+b3≥1/540, and we are trying to maximize 3a2b+3ab2. Then,
3a2b+3ab2=(a+b)3−a3−b3≤271−5401=54019
which is the answer.
This solution is extremely lucky; if you attempt to solve for a and b you receive complex answers (which contradict the problem statement), but the final answer is correct.