SOLUTION: 1:use the simple method to solve the following linear programming (L.P.P)
Maximize Z=2x-y+2m
Subject to:
2x+y≤10
X+2y-2m≤20
y+2m≤
Algebra ->
Statistics
-> Linear-regression
-> SOLUTION: 1:use the simple method to solve the following linear programming (L.P.P)
Maximize Z=2x-y+2m
Subject to:
2x+y≤10
X+2y-2m≤20
y+2m≤
Log On
Question 1200143: 1:use the simple method to solve the following linear programming (L.P.P)
Maximize Z=2x-y+2m
Subject to:
2x+y≤10
X+2y-2m≤20
y+2m≤5
X,y,m ≥0 Answer by Theo(13342) (Show Source):
You can put this solution on YOUR website! there is a simplex calculator that can help you solve this.
the calculator can be found at
results from the calculator indicate Optimal Solution is z = 15 when x = 5, y = 0, m = 2.5