I have system of polynomial equations, say,
$$(a+b)x + (c+a)x^2 +(a+2d)x^3 = 0.$$
My idea is that an equivalent condition to solving this system, for $x\neq 0$ and where $x$ is not a root of the equation, would be equivalent to saying
$$a+b = 0,\; c+a = 0,\; a+2d = 0.$$
My idea is to add all the coefficients then solve the resulting diophantine equation,
$$3a + b + c +2d = 0. $$
Would the solution of this system be equivalent to the system of polynomial equations above?