Consider the following problem:
Problem. Suppose that real numbers $a$, $b$ and $c$ satisfy the condition $a+b+c=0$. Prove the following identities: $$ \frac{a^5+b^5+c^5}{5}=\frac{a^3+b^3+c^3}{3}\cdot\frac{a^2+b^2+c^2}{2}, \\ \frac{a^7+b^7+c^7}{7}=\frac{a^5+b^5+c^5}{5}\cdot\frac{a^2+b^2+c^2}{2}. $$
Perhaps, the shortest solution I can think of is as follows: plug $c=-a-b$ into the equation but instead of expanding everything use the following identities $$ (a+b)^3-a^3-b^3=3ab(a+b), \\ (a+b)^5-a^5-b^5=5ab(a+b)(a^2+ab+b^2), \\ (a+b)^7-a^7-b^7=7ab(a+b)(a^2+ab+b^2)^2. $$ However, these identies are coming out of nowhere and moreover, in order to prove them one still needs to do some computations.
Question. Is it possible to solve this problem in a "smart" way (i.e. avoiding computations and preferrably elementary since it is almost a high school problem)? Any other solutions are also welcome.
Comment. It should be also noted that it is unclear (at least for me) how those identies were invented. It seems there is no nice similar identities for $\frac{a^p+b^p+c^p}{p}$ for $p$ other than 2, 3, 5, 7.