1

$a,b,c,d$ are real numbers summing to zero. Let $M=ab+bc+cd$ and $N=ac+ad+bd$. Prove that at least one of the sums $20M+17N$ and $20N+17M$ is non-positive.

Parcly Taxel
  • 103,344

1 Answers1

2

You have that $ (a+b+c+d)^{2}=a^{2}+b^{2}+c^{2}+d^{2}+2(M+N) $ so since $ a+b+c+d=0 $, you get that $ 2(M+N)=-(a^{2}+b^{2}+c^{2}+d^{2}) \leq 0 $.

Now let $ S_{1}=20M+17N $ and $ S_{2}=20N+17M $. Then $ S_{1}+S_{2}=37(M+N) \leq 0 $ by the above so at least one of them must be non-positive, otherwise their sum would be greater than $ 0 $ , which is clearly absurd by the above.

Andrei
  • 1,073