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