Question

In: Operations Management

MAX Z = 2x1 + 8x2 + 4x3 subject to 2x1 + 3x2 <= 8 2x2...

MAX Z = 2x1 + 8x2 + 4x3
subject to
2x1 + 3x2 <= 8
2x2 + 5x3 <= 12
3x1 + x2 + 4x3 <= 15
x1 + x3 = 11
and x1,x2,x3 >= 0

apply the Dual Simplex Method to recover feasibility.

Solutions

Expert Solution

Solution by DUAL SIMPLEX METHOD:
Problem is

Max Z = 2 x1 + 8 x2 + 4 x3
subject to
2 x1 + 3 x2 8
2 x2 + 5 x3 12
3 x1 + x2 + 4 x3 15
x1 + x3 = 11
and x1,x2,x3≥0;


The problem is converted to canonical form by adding slack, surplus and artificial variables as appropriate -

1. As the constraint-1 is of type '≤' we should add slack variable S1

2. As the constraint-2 is of type '≤' we should add slack variable S2

3. As the constraint-3 is of type '≤' we should add slack variable S3

4. As the constraint-4 is of type '=' we should add artificial variable A1

After introducing slack,artificial variables

Max Z = 2 x1 + 8 x2 + 4 x3 + 0 S1 + 0 S2 + 0 S3 - M A1
subject to
2 x1 + 3 x2 + S1 = 8
2 x2 + 5 x3 + S2 = 12
3 x1 + x2 + 4 x3 + S3 = 15
x1 + x3 + A1 = 11
and x1,x2,x3,S1,S2,S3,A1≥0


Iteration-1 Cj 2 8 4 0 0 0 -M
B CB XB x1 x2 x3 S1 S2 S3 A1
S1 0 8 2 3 0 1 0 0 0
S2 0 12 0 2 5 0 1 0 0
S3 0 15 3 1 4 0 0 1 0
A1 -M 11 1 0 1 0 0 0 1
Z = -11M Zj -M 0 -M 0 0 0 -M
Zj-Cj -M-2 -8 -M-4 0 0 0 0
Ratio --- --- --- --- --- --- ---



Here not all Zj-Cj≥0. (Because Z1-C1=-M-2)

Hence, the method fails to get an optimal basic feasible solution.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Then, I have solved it using SIMPLEX METHOD


Problem is

Max Z = 5 x1 + 10 x2 + 8 x3
subject to
3 x1 + 5 x2 + 2 x3 60
4 x1 + 4 x2 + 4 x3 72
2 x1 + 4 x2 + 5 x3 100
and x1,x2,x3≥0;



The problem is converted to canonical form by adding slack, surplus and artificial variables as appropiate

1. As the constraint-1 is of type '≤' we should add slack variable S1

2. As the constraint-2 is of type '≤' we should add slack variable S2

3. As the constraint-3 is of type '≤' we should add slack variable S3

After introducing slack variables

Max Z = 5 x1 + 10 x2 + 8 x3 + 0 S1 + 0 S2 + 0 S3
subject to
3 x1 + 5 x2 + 2 x3 + S1 = 60
4 x1 + 4 x2 + 4 x3 + S2 = 72
2 x1 + 4 x2 + 5 x3 + S3 = 100
and x1,x2,x3,S1,S2,S3≥0


Iteration-1 Cj 5 10 8 0 0 0
B CB XB x1 x2 x3 S1 S2 S3 MinRatio
XBx2
S1 0 60 3 (5) 2 1 0 0 605=12
S2 0 72 4 4 4 0 1 0 724=18
S3 0 100 2 4 5 0 0 1 1004=25
Z=0 Zj 0 0 0 0 0 0
Zj-Cj -5 -10 -8 0 0 0



Negative minimum Zj-Cj is -10 and its column index is 2. So, the entering variable is x2.

Minimum ratio is 12 and its row index is 1. So, the leaving basis variable is S1.

The pivot element is 5.

Entering =x2, Departing =S1, Key Element =5

R1(old) = 60 3 5 2 1 0 0
R1(new)=R1(old)÷5 12 0.6 1 0.4 0.2 0 0

R2(old) = 72 4 4 4 0 1 0
R1(new) = 12 0.6 1 0.4 0.2 0 0
4×R1(new) = 48 2.4 4 1.6 0.8 0 0
R2(new)=R2(old) - 4R1(new) 24 1.6 0 2.4 -0.8 1 0

R3(old) = 100 2 4 5 0 0 1
R1(new) = 12 0.6 1 0.4 0.2 0 0
4×R1(new) = 48 2.4 4 1.6 0.8 0 0
R3(new)=R3(old) - 4R1(new) 52 -0.4 0 3.4 -0.8 0 1


Iteration-2 Cj 5 10 8 0 0 0
B CB XB x1 x2 x3 S1 S2 S3 MinRatio
XBx3
x2 10 12 0.6 1 0.4 0.2 0 0 120.4=30
S2 0 24 1.6 0 (2.4) -0.8 1 0 242.4=10
S3 0 52 -0.4 0 3.4 -0.8 0 1 523.4=15.2941
Z=120 Zj 6 10 4 2 0 0
Zj-Cj 1 0 -4 2 0 0



Negative minimum Zj-Cj is -4 and its column index is 3. So, the entering variable is x3.

Minimum ratio is 10 and its row index is 2. So, the leaving basis variable is S2.

The pivot element is 2.4.

Entering =x3, Departing =S2, Key Element =2.4

R2(old) = 24 1.6 0 2.4 -0.8 1 0
R2(new)=R2(old)÷2.4 10 0.6667 0 1 -0.3333 0.4167 0

R1(old) = 12 0.6 1 0.4 0.2 0 0
R2(new) = 10 0.6667 0 1 -0.3333 0.4167 0
0.4×R2(new) = 4 0.2667 0 0.4 -0.1333 0.1667 0
R1(new)=R1(old) - 0.4R2(new) 8 0.3333 1 0 0.3333 -0.1667 0


R3(old) = 52 -0.4 0 3.4 -0.8 0 1
R2(new) = 10 0.6667 0 1 -0.3333 0.4167 0
3.4×R2(new) = 34 2.2667 0 3.4 -1.1333 1.4167 0
R3(new)=R3(old) - 3.4R2(new) 18 -2.6667 0 0 0.3333 -1.4167 1
Iteration-3 Cj 5 10 8 0 0 0
B CB XB x1 x2 x3 S1 S2 S3 MinRatio
x2 10 8 0.3333 1 0 0.3333 -0.1667 0
x3 8 10 0.6667 0 1 -0.3333 0.4167 0
S3 0 18 -2.6667 0 0 0.3333 -1.4167 1
Z=160 Zj 8.6667 10 8 0.6667 1.6667 0
Zj-Cj 3.6667 0 0 0.6667 1.6667 0



Since all Zj-Cj≥0

Hence, the optimal solution has arrived with the value of variables as :
x1=0,x2=8,x3=10

Max Z=160


Related Solutions

Max Z = 2x1 + 8x2 + 4x3 subject to 2x1 + 3x2     ≤ 8 2x2...
Max Z = 2x1 + 8x2 + 4x3 subject to 2x1 + 3x2     ≤ 8 2x2 + 5x3     ≤ 12 3x1 + x2 + 4x3         ≤15 and x1,x2,x3≥0; Indicate clearly the optimal basic and nonbasic variables and their values and write the reduced cost of each optimal nonbasic variable.
Maximize $4X1 + $8X2 Subject To 2X1 + 5X2 ≤ 50 3X1 + 3X2 ≤ 48...
Maximize $4X1 + $8X2 Subject To 2X1 + 5X2 ≤ 50 3X1 + 3X2 ≤ 48 X1, X2 ≥ 0 what the optimal ??
"Primal" MAXIMIZE Z = 12X1 + 18X2 +10X3 S.T. 2X1 + 3X2 + 4X3 <= 50...
"Primal" MAXIMIZE Z = 12X1 + 18X2 +10X3 S.T. 2X1 + 3X2 + 4X3 <= 50 -X1 + X2 + X3 <= 0 0X1 - X2 + 1.5X3 <= 0 X1, X2, X3 >=0 1. Write the "Dual" of this problem. 2. Write the "Dual of the Dual" of this problem. For steps 3 & 4, use the Generic Linear Programming spreadsheet or the software of your choice. (Submit a file pdf, text, xls file, etc., indicating the solution values...
Consider the following linear programming problem: Max Z =          3x1 + 3x2 Subject to:      ...
Consider the following linear programming problem: Max Z =          3x1 + 3x2 Subject to:       10x1 + 4x2 ≤ 60                   25x1 + 50x2 ≤ 200                   x1, x2 ≥ 0 Find the optimal profit and the values of x1 and x2 at the optimal solution.
Exercise Solve the following linear programs graphically. Maximize            Z = X1 + 2X2 Subject to            2X1...
Exercise Solve the following linear programs graphically. Maximize            Z = X1 + 2X2 Subject to            2X1 + X2 ≥ 12                             X1 + X2 ≥ 5                            -X1 + 3X2 ≤ 3                            6X1 – X2 ≥ 12                            X1, X2 ≥ 0
Solve the following linear programming problem using generalised simplex method Maximise z= 2x1+3x2 subject to -2x1+x2>=3...
Solve the following linear programming problem using generalised simplex method Maximise z= 2x1+3x2 subject to -2x1+x2>=3 3x1+x2<=5 x1,x2>=0
Find the solution to the following problem MAXZ=2x1 +20x2 –10x3 subject to 2x1 +20x2 +4x3 ≤15...
Find the solution to the following problem MAXZ=2x1 +20x2 –10x3 subject to 2x1 +20x2 +4x3 ≤15 6x1 +15x2 +6x3 ≤20 5x1 +3x3 ≤13 and x1, x2, x3 ≥ 0 x1, x2, x3 = integer
Solve the following linear programming model graphically: Max Z= 3x1 +4x2 Subject to: 2x1 + 4x2...
Solve the following linear programming model graphically: Max Z= 3x1 +4x2 Subject to: 2x1 + 4x2 <= 22 -x1 + 4x2 <= 10 4x1 – 2x2 <= 14 x1 – 3x2 <= 1 x1, x2, >=0 Clearly identify the feasible region, YOUR iso-profit line and the optimal solution (that is, d.v. values and O.F. Value.
Consider the following linear program. Maximize z= 5x1+ 3x2 subject to 3x1+ 5x2≤15 5x1+ 2x2≤10 –...
Consider the following linear program. Maximize z= 5x1+ 3x2 subject to 3x1+ 5x2≤15 5x1+ 2x2≤10 – x1+ x2≤2 x2≤2.5 x1≥0, x2≥0 a. Show the equality form of the model. b. Sketch the graph of the feasible region and identify the extreme point solutions. From this representation find the optimal solution. c. Analytically determine all solutions that derive from the intersection of two constraints or nonnegativity restrictions. Identify whether or not these solutions are feasible, and indicate the corresponding objective function...
4-Consider the following problem: max − 3x1 + 2x2 − x3 + x4 s.t. 2x1 −...
4-Consider the following problem: max − 3x1 + 2x2 − x3 + x4 s.t. 2x1 − 3x2 − x3 + x4 ≤ 0 − x1 + 2x2 + 2x3 − 3x4 ≤ 1 − x1 + x2 − 4x3 + x4 ≤ 8 x1, x2, x3, x4 ≥ 0 Use the Simplex method to verify that the optimal objective value is unbounded. Make use of the final tableau to construct an unbounded direction..
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT