Asked by Mike
Use the simplex meth to solve the linear programming problem
Maximize z = 8x1 + 2x2
Subject to: 4x1 + 3x2 < 11
X1 + 4x2 < 7
With x1 > 0, x2> 0
Maximize z = 8x1 + 2x2
Subject to: 4x1 + 3x2 < 11
X1 + 4x2 < 7
With x1 > 0, x2> 0