We have the following constraints:
$$ 0 \leq x \leq 10$$
$$ 0 \leq y \leq 20$$
$$ 0 \leq z \leq 25$$
$$ 0 \leq x + y + z \leq 15$$
We have to draw this in an 0xyz - coordinate system, I did the following, I don't know if it's correct:
Mainly the part where the piramid is cut off by the cube is confusing me.
Then we have to find the vertices.
So these ones I know for sure:
$$(0,0,0),(0,0,15), (0,15,0),(10,0,0)$$
But the other 3 (well, 3 if my drawing is correct) I'm not sure how to find. Intuitively I'd say you have to get the intersects of for example $x=10$ with $y=-x+15$ which would give us another vertex $(10,5,0)$. Is this correct?
And finally, we have to find the maximum value $M = 2x+3y+5z$ gets within this region. I have absolutely no idea at all how to do that.
I would appreciate help/feedback.