Problem: To find all real solutions of the system: $$3a=(b+c+d)^3$$ $$3b=(c+d+e)^3$$ $$3c=(d+e+a)^3$$ $$3d=(e+a+b)^3$$ $$3e=(a+b+c)^3$$
My attempt: I tried to get a bound for positive solutions. Using AM$\geq$GM, $(x+y+z)^3\geq27xyz$, I get $$ abcde\leq \sqrt{\frac{1}{9^5}}=\frac{1}{3^5}$$ Also, by Jensen's inequality $\frac{x^3+y^3+z^3+u^3+v^3}{5}\geq(\frac{x+y+z+u+v}{5})^3$ I get $$a+b+c+d+e\leq5/3$$ Other than this, I cannot find any more information regarding the roots. This problem is not supposed to be a very tough one, so probably I am missing something here...