Let $x,y,z\in\mathbb R$, such that $\frac{xy}{y+2x}=2,\frac{xz}{z+3x}=3,\frac{zy}{3y+2z}=12$
Then, find the values of $x,y,z$.
My attempts:
$$xy=2y+4x\implies x=\frac{2y}{y-4}\\ xz=3z+9x\implies z=\frac{9x}{x-3}\\ zy=36y+24z\implies y=\frac{24z}{z-36} $$
But I don't know how to continue from here.
Is there any clever way to do this?
Substituting the variables we obtain $3x=8$, $y=16$ and $z=-72$. More precisely, substituting $y$ and $z$ by $$ y=\frac{4x}{x-2},\quad z=\frac{9x}{x-3}, $$ the last equation becomes $$x(3x-8)=0.$$ Of course, $x=y=z=0$ is not a solution, so that $x=\frac{8}{3}$, and hence $y=16$ and $z=-72$.
The computation is so easy, that one should try this first, before thinking of a more "clever way".