SOLUTION: Determine if the following maximum linear programming problem is in standard form. Do NOT solve. Maximize P = 2x1 + 3x2 + 8x3 Subject to the constraints: 0

Algebra ->  Graphs -> SOLUTION: Determine if the following maximum linear programming problem is in standard form. Do NOT solve. Maximize P = 2x1 + 3x2 + 8x3 Subject to the constraints: 0      Log On


   



Question 251704: Determine if the following maximum linear programming problem is in standard form. Do NOT solve.
Maximize P = 2x1 + 3x2 + 8x3

Subject to the constraints:
0 <= x1 <= 4
x2 ≥ 0
x3 ≥ 0
x4 ≥ 0
x2 + x3 + x4 <= 8





Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!


Nope. This is augmented form. Notice the variable in the final constraint inequality? That is a slack variable that would not be found in standard form.

John