Applying the Lagrange multiplier to a constrained optimization problem results in the system of equations below,
$$2xyz +xy+4yz+9zx=36$$ $$w=2yz+y+9z$$ $$w=2xz+x+4z$$ $$w=2xy+4y+9x$$
which I have trouble dealing with. I only need the values of $(x,y,z)$ in the end and could get them by on-line calculators. But, would really like to know the steps to solve the system. There are four sets of solutions, which indicates that one should get a quartic equation for any of the variables after elimination of other variables. But, it does not seem to be straightforward due to coupling among the variables, which makes the isolation procedure non-trivial.
Would like to get a helpful hand in seeing some light of it.