Solve for $\begin{cases}\frac{1}{x} +\frac{1}{y}+\frac{1}{z}=0\\\frac{4}{x} +\frac{3}{y}+\frac{2}{z}=5\\\frac{3}{x} +\frac{2}{y}+\frac{4}{z}=-4\end{cases}$
I turn the equations into $\begin{cases}yz+xz+xy=0\\4yz+3xz+2xy=5xyz\\3yz+2xz+4xy=-4xyz\end{cases}$
Not sure if I am doing fine
If the reciprocals are freaking you out, just let $t=\frac1x,u=\frac1y,v=\frac1z,$ so you have the system $$\begin{cases}t +u+v=0\\4t +3u+2v=5\\3t +2u+4v=-4\end{cases}$$ Once you've solved this, as long as none of $t,u,v$ is $0,$ you can simply let $x=\frac1t,y=\frac1u,z=\frac1v.$ If one or more of $t,u,v$ is $0,$ then the system has no solution.