I have the following question to tackle:
Maximize $x_1$ and $x_2$ for:
$$ x_1, x_2 \geq 0$$
$$ -x_1 + x_2 \leq 5$$
$$ x_1 + 4x_2 \leq 45$$
$$ 2x_1 + x_2 \leq 27$$
$$3x_1 - 4x_2 \leq 24$$
So I just wrote out these constraints as the following functions:
$$ y \leq -x+5$$
$$ y \leq \dfrac{1}{4}x+ \dfrac{45}{4}$$
$$ y \leq -2x + 27$$
$$ y \geq \dfrac {3}{4}x - 6$$
But then I realized; I have no idea what to do here. What do they mean with 'maximize $x_1$ and $x_2$?! From what I can see with my graphing calculator, $y\leq -x+5$ seems to be the only constraint which actually matter, and it has 2 vertices (namely the y-intercept and the x-intercept). Do they perhaps mean that you should maximize $x_1$ and $x_2$ seperately? (i.e. the maximum of $x_1$ is the x-intercept and the maximum of $x_2$ is the y-intercept?) I haven't got the faintest idea.
Also, I don't get how we can have the constraint $y \geq \dfrac{3}{4}x -6$. It seems to contradict the 3 above constraints!