I have the following linear programming problem:
max $z = 2x+4y$
subject to:
$5x + 3y + 5z \leq 15$
$10x + 8y + 15z \leq 40$
$x,y,z \geq 0$
I plotted the two lines in 3 dimensions but I am having trouble seeing where the extreme points would lie. Is there an algebraic way to find them?
First of all the $z$ variable has to be removed from the constraints. It can be substituted by $2x+4y$. Thus the problem becomes
This problem can be solved $\textrm{graphically}$ ($2D$) or by applying the $\textrm{simplex algorithm}$.