0

Today I came across this problem.

The sum of n real numbers is zero and the sum of their pairwise products is also zero. Prove that the sum of the cubes of the numbers is zero.

I tried to solve it in the following way $$a_1+a_2+\ldots+a_n = 0$$ Squaring both sides $$a_1^2+a_2^2+\ldots+a_n^2+2(0)=0$$ $$a_1^2+a_2^2+\ldots+a_n^2=0$$ However I am unable to move further and get any close to $a_1^3+a_2^3+\ldots+a_n^3=0$. Any help would be appreciated. Also this is a part of an exercise on the topic "No Square is Negative".

KKT
  • 272

1 Answers1

2

For every $a_k\in \mathbb{R}$ $a_k^2 \geq 0$ holds.
Hence $\sum_{k=1}^n a_k^2 =0$ implies $a_k=0$ for every $k=1,...,n$. And of course $a_k^3=0^3=0$ follows aswell.