Solve the following linear programming problem using Two Phase Method:

Minimize Z = x1 - 2x2 -3x3
Subject to: -2x1 + x2 +3x3 = 2
2x1 + 3x2 + 4x3 =1
where x1, x2, x3 ≥ 0

1 answer

To solve this linear programming problem using the Two-Phase Method, we first need to convert it into standard form by introducing slack variables and a surplus variable.

The given problem is:
Minimize Z = x1 - 2x2 - 3x3

Subject to:
-2x1 + x2 + 3x3 = 2
2x1 + 3x2 + 4x3 = 1

To convert it into standard form, let's introduce slack variables s1 and s2:
-2x1 + x2 + 3x3 + s1 = 2
2x1 + 3x2 + 4x3 + s2 = 1

Now, let's create the initial tableau for the Two-Phase Method by including the auxiliary objective function:

Z = a1 + a2

Subject to:
-2x1 + x2 + 3x3 + s1 = 2
2x1 + 3x2 + 4x3 + s2 = 1
a1 - s1 = 0
a2 - s2 = 0

Now, we can proceed with the Two-Phase Method to solve this linear programming problem.
Similar Questions
  1. Solve the following linear programming problem using Two Phase Method:Minimize Z = x1 - 2x2 -3x3 Subject to: -2x1 + x2 +3x3 = 2
    1. answers icon 1 answer
  2. Solve the linear programming problem by the method of corners.Minimize C = 3x + 7y subject to 4x + y ≥ 39 2x + y ≥ 29 x + 3y
    1. answers icon 0 answers
  3. Solve the linear programming problem by the method of corners.Minimize C = 5x + y subject to x + 3y ≥ 43 x + y ≥ 27 x ≥ 0,
    1. answers icon 1 answer
    1. answers icon 0 answers
more similar questions