Find the optimal solution

Report a typo

You have the following linear programming problem:

Minimize z=2x1+3x2Minimize \ z = 2x_1 + 3x_2

Subject to the following constraints:

x1+x22x1x20x1,x20x_1 + x_2 \ge 2 \\ x_1 - x_2 \ge 0 \\ x_1, x_2 \ge 0Determine the optimal values of z,x1z, x_1, and x2x_2.

Output format:

Suppose the value of z=10,x1=2z=10, x_1 = 2 and x2=2x_2 =2, you should write your answer as:

10 2 2
Enter a short text
___

Create a free account to access the full topic