$$ x+2y+3z = 15 $$
Find the maximum value of $$ 6(1+x)yz + x(2y+3z) $$
I substituted $2y+3z=15-x$ And tried to use AM GM to find maximum value of $xyz$ but they don't occur at same value. I know that this is not the right way to do it but I don't have any idea on how to do these type of questions.
How do I proceed?
Edit
Do note that $x,y,z$ are positive real numbers.
With $x=15-2y-3z$ you need to find the maximum of
$$6(16-2y-3z)yz + (15-2y-3z)(2y+3z).$$
Then cancelling the partial derivatives,
$$\begin{cases}30+84z-8y-24yz-18z^2=0,\\45−18 +84 −36 −12 ^2=0.\end{cases}$$
Now if we center the first quadric,
$$30+84z-8y-24yz-18z^2=-18\left(z+\frac13\right)^2-24(y-4)\left(z+\frac13\right)=\left(z+\frac13\right)(90-18z-24y),$$ we can reject $z=-\dfrac13$.
If we center the second quadric,
$$45−18 +84 −36 −12 ^2=-36\left(y+\frac12\right)\left(z-\frac83\right)-12\left(y+\frac12\right)^2=\left(y+\frac12\right)(90-36z-12y)$$ where we can reject $y=-\dfrac12$.
Then the solution of the remaining linear system is
$$y=\frac52,z=\frac53$$ and
$$x=5.$$