Example 1 — Maximize profit
EasyProblem
Maximize subject to , , .
Solution
-
One linear objective is optimized over a region cut out by linear inequalities.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I optimizing a linear objective over a region bounded by linear inequalities, with the answer expected at a corner?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Graph the feasible triangle and list its corners: , , .
The rule is chosen only after the structure matches, so the steps mean something.
-
Evaluate : , , .
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — best score at a corner of the allowed region. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Maximum at
Takeaway: Check every corner of the feasible region and pick the best objective value.