36) Consider the following minimization problem:

Min z = x1 + 2x2
s.t. x1 + x2 ≥ 300
2x1 + x2 ≥ 400
2x1 + 5x2 ≤ 750
x1, x2 ≥ 0

What is the optimal solution?

1 answer

In the real or integer domain?
If integer domain, have you done linear programming yet?
If so, graphics solution or simplex?