I want to find the maximal $\psi_1$ for the following linear programming problem: \begin{align} \max \frac{2}{3025}(525+121\psi_3 + 1089 \psi_4), \text{ s.t.} \\ \end{align} \begin{array} \text{0} \leq 1450 - 3267 \psi_3 - 5203 \psi_4 \\ \text{0} \leq \psi_3\\ \text{0} \leq \psi_4 \end{array}
Intuitively we want to make $\psi_3$ and $\psi_4$ as large as possible. My textbook states that:
Since the constraints are linear, it follows that either all the weight should be put on $\psi_3$ or $\psi_4$.
Why is that the case?
I have drawn the constraints, I see that the possible values should be inside a triangle. But why the optimal values should be one of the two corners of the triangle?