How can I solve this system of equations of variables x, y and z: $$ xy -2 \sqrt y + 3yz = 8 \\ 2xy -3 \sqrt y + 2yz = 7\\ -xy + \sqrt y + 2yz = 4 $$
I'm used to solve problems with singular variables ( like 2x +3y-5z= k), and I saw this problem on an exam I want to aply. Thanks for giving me at least one idea how to solve it.
Let $u=xy$, $v=\sqrt y$, and $w=yz$. Solve for $u,\ v$, and $w$. Then, solve for your original variables, as you'll have: $$\begin{align} xy&=u\\ \sqrt y&=v\\ yz&=w \end{align} $$ and you'll know the values of the three variables on the right. From there, solve for $y$ first. and use substitution to solve the rest.