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".