Question: How many rational number ordered triples $(x, y, z)$ satisfying the equation system $x + y + z = 0, xyz + z = 0$ and $xy + yz + zx + y = 0$?
My partial solution:
First simplify the $2$nd equation to be $xyz = -z$ and the $3$rd equation to be $xy + yz + zx = -y$.
We then notice something about the equations. If we let $x, y$, and $z$ be the roots of a cubic polynomial, then by Vieta's, the polynomial would be $x^3 + 0x^2 - yx + z$.
We can simplify this cubic polynomial to $x^3 - yx + z$.
Hence, we just need to solve the equation $x^3 - yx + z = 0$ for the rational numbers $x, y$, and $z$.
However, this is the part on where I am stuck with the problem. Maybe I could set values for $x$ and then solve for $y$ and $z$? I don't know.
Any help is appreciated. Thank you in advance.