Compute the Optimum solution using the given data.
Consider the subsequent linear programming problem:
Maximize profit subject to:
20 X + 30Y
2X + 4Y ≤ 800
6X + 3Y ≥ 120
X, Y ≥ 0
Explain what is the optimum solution to this problem?
- (0,0)
- (50,0)
- (0,100)
- (400,0)
- None of these