Consider the following constraints from a two-variable Linear Program.
(1) X ≥ 0
(2) Y ≥ 0
(3) X + Y ≤ 50
If constraints (2) and (3) are binding, what is the optimal solution (X, Y)?
a) (0, 0)
b) (0, 50)
c) (50, 0)
d) (50, 50)
e) not enough information is provided to answer the problem
Answer: c