Find all quadruples of real numbers $(a,b,c,d)$ satisfying the system of equations
$(b+c+d)^{2010}=3a$
$(a+c+d)^{2010}=3b$
$(a+b+d)^{2010}=3c$
$(a+b+c)^{2010}=3d$
I tried to find the solutions using hit and trial and by using some logic also I find two solutions which are $(0,0,0,0)$ and $(\frac{1}{3},\frac{1}{3},\frac{1}{3},\frac{1}{3})$
I think these are the only solutions that exist.
All solutions must be non-negative because $2010$ is even.
Suppose $d \gt a$. This would lead to a contradiction comparing $(a+b+c)^{2010}$ and $(b+c+d)^{2010}$.
So all four must be equal and non-negative, say $x$ and you have $(3x)^{2010}=3x$, which only has the solutions $3x=0$ and $3x=1$, i.e. $$a=b=c=d=0$$ or $$a=d=c=d=\frac13$$