Minimize 2x + 2y - z
Subject to x + y + z = 10
x,y,z >= 0
Okay so the answer to the problem is clearly -10 with x=0, y=0 and z=10 that's just common sense. But unfortunately I've got to show some reasoning. Can anybody show me what I'm supposed to actually get the solution?
$$2x+2y-z=2 (10-z)-z $$ $$20-3z $$
the mimimum of $20-3z $ is attained at the maximal value of $z $ which is $10$.