Linear programming problem: Minimization
February 13th, 2023
Consider the following minimization problem.
Min z = 1.5×1 + 2×2
s.t. x1 + x2 300
2×1 + x2 400
2×1 + 5×2 750
x1, x2 0
What are the optimal values of x1, x2, and z?