Find maximum and minimum of $f(x,y,z)=x^2+y^2+z^2$ subject to constraints $x+2y+z=8$ and $x-y=4$
My try:I solved it by Lagrange multiplier method but I found one set of value as $x=52/11,y=8/11,z=20/11$ Then how can i find both maximum and minimum of $f$.