Consider the following linear programming problem:
Maximize 4X + 10Y
Subject to: 3X + 4Y < 480
4X + 2Y< 360
all variables > 0
The feasible corner points are (48,84), (0,120), (0,0), (90,0). What is the maximum possible value for the objective function?