Solve the following system of equations $$\begin{cases} \sin(a)+2\sin(a+b+c)=0 \\ \sin(b)+3\sin(a+b+c)=0 \\ \sin(c)+4\sin(a+b+c)=0 \end{cases}$$
I added all the three equations and got $$\frac{\sin(a)+\sin(b)+\sin(c)}{9}+\sin(a+b+c)=0.$$ Then, I have very vague view on how to continue is using something like Jensen's inequality... Any help is appreciated.
Expand out $\sin(a+b+c)$, take $\sin(a)=s_a$, $\cos(a)=c_a$, etc., adjoin the relations $ s_a^2 + c_a^2 - 1 = 0$ etc, and we can solve using Groebner basis methods. All solutions have $\sin(a) = \sin(b) = \sin(c) = 0$, i.e. $a,b,c$ are integer multiples of $\pi$.