I'm preparing for my optimization exam and I'm having a really hard time solving the following system of equations. Can anyone suggest to me an approach to solving this, because I'm desperate right now:
$x_{2}x_{3}-k(x_{2}+x_{3})=0$
$x_{1}x_{3}-k(x_{1}+x_{3})=0$
$x_{1}x_{2}-k(x_{1}+x_{2})=0$
$x_{1}x_{2}+x_{1}x_{3}+x_{2}x_{3}=6$
Hint: multiply the first equation by $x_1$, the second by $x_2$, the third by $x_3$ and sum them up. Use the fourth to get $4k=x_1x_2x_3$. Substitute this $k$, cancel and compare pairwise to get $xy=xz=yz=2$. Can you continue from here?