Prove that there are no integers $x, y, z$ such that $x+y+z=0$ and $1/x+1/y+1/z=0$

The statement remains to be true even when one allow $x, y, z$ to be real numbers.

In order for the second condition $\frac{1}{x} + \frac{1}{y} + \frac{1}{z} = 0$ to make sense, none of $x, y, z$ can be zero.
If the first condition $x + y + z = 0$ is also satisfied, we will have

$$x^2 + y^2 + z^2 = (x+y+z)^2 - 2\left(\frac1x + \frac1y + \frac1z\right)xyz = 0^2 - 0 = 0$$ As long as $x,y,z$ are real numbers, this forces $x = y = z = 0$ and makes second condition absurd.


We can assume that $gcd(x,y,z)=1$;

$(1/x+1/y+1/z)xyz=xy+xz+yz=x(y+z)+yz$, $x+y+z=0$ implies that $y+z=-x$, we have $x(y+z)+yz=-x^2+yz=0$. We deduce that $x^2=yz$, let $p$ be a prime which divides $x$, $p$ divides $yz$ implies that $p$ divides $y$ or $z$, suppose that $p$ divides $y$, $-x/p=-y/p+z/p$ implies $p$ divides $z$, contradiction. We deduce that $x=1$ or $x=-1$, the same argument shows that $y,z\in\{-1,1\}$. This is impossible.


Another proof using symmetric polynomials/Vieta's formulas. This generalizes to any field.

Let $\sigma_1=x+y+z$, $\sigma_2=xy+yz+xz$, and $\sigma_3=xyz$ be the elementary symmetric polynomials. In order to make sense of $\frac{1}{x}+\frac{1}{y}+\frac{1}{z}=0$, we can assume that $xyz\ne 0$. Then $\sigma_3(\frac{1}{x}+\frac{1}{y}+\frac{1}{z})=\sigma_2$, so $\sigma_2=0$. Thus we know $\sigma_2=\sigma_3=0$. Now by Vieta's formulas, $x$, $y$, and $z$ are the roots of the cubic polynomial $t^3-\sigma_1t^2+\sigma_2t-\sigma_3=t^3-xyz$. Hence $x^3-xyz=0$, and similarly for $y$ and $z$, so we get $$x^3=y^3=z^3=xyz.$$ Dividing this equation by $x^3$, we get $$\newcommand{\of}[1]{\left({#1}\right)}1=\of{\frac{y}{x}}^3=\of{\frac{z}{x}}^3=\frac{y}{x}\frac{z}{x}.$$

Now there are two cases. The first case is that $y/x=z/x=1$, in which case $x=y=z$. Together with $x\ne 0$ and $x+y+z=3x=0$, we see that $3=0$, so this case can only happen if the characteristic of the field is 3. In that case, $x=y=z=c$ for any nonzero constant $c$ gives a solution. In particular this can't happen for $\Bbb{Q}$, so there are no integral solutions to the equation in this case.

The other case is that $y/x=\omega$ where $\omega\ne 1$, but $\omega^3=1$. This can only happen when the characteristic of $K$ is not three, since in characteristic three $(t^3-1)=(t-1)^3$, so in characteristic three, the only cube root of unity is 1. (Note that $\omega^3=1$ and $\omega\ne 1$, together imply that $\omega$ satisfies the polynomial $1+t+t^2$.) Then for any nonzero constant $c$, $x=c$, $y=\omega c$, $z=\omega^2 c$ gives a valid solution and these are the only solutions, since $x+y+z=c+\omega c+\omega^2 c= c(1+\omega+\omega^2)=0$, and $\frac{1}{x}+\frac{1}{y}+\frac{1}{z} = \frac{1}{c}+\frac{1}{c\omega}+\frac{1}{c\omega^2}=\frac{1}{c}\of{1+\omega^2+\omega}=0$. However, once again, there are no primitive cube roots of one in $\Bbb{Q}$, so this case cannot yield any integral solutions.

Note however that there are solutions over $\Bbb{C}$ (namely $1,\omega,\omega^2$, where $\omega=e^{2\pi i/3}$).

To summarize, we have a complete description of solutions to these equations for any field $K$.

The form of the solutions depends on the characteristic of $K$. If the characteristic is 3, the solutions are of the form $x=y=z=c\ne 0$ for any nonzero constant $c$. Otherwise, there are solutions in $K$ if and only if the equation $1+t+t^2$ has a solution $\omega$ in $K$, in which case the solutions are precisely of the form $x=c$, $y=c\omega$, $z=c\omega^2$ for any nonzero constant $c$.