Prove that there are no integers $x, y, z$ such that $x+y+z=0$ and $\frac1x+\frac1y+\frac1z=0$
My thinking was that since the numbers are integers, then there can't be $2$ negative values that cancel out the positive or $2$ positive numbers to cancel the negative. One integer would have to cancel out the second, and the third wouldn't make the sum zero. Am I right?
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.