Problem
Given the following linear optimization problem
Maximize 60x + 90y
Subject to
x + y < 120
3x + y < 180
x + y > 40
x, y > 0
1. Graph the constraints and determine the feasible region.
2. Find the coordinates of each corner point of the feasible region.
3. Determine the optimal solution and optimal objective function value.