Question

In: Operations Management

Min 8X1+3X2 S.T. 50X1 + 100X2 ≤ 1200 5X1 + 4X2 ≥ 60 X2 ≥ 3...

Min 8X1+3X2

S.T.

50X1 + 100X2 ≤ 1200

5X1 + 4X2 ≥ 60

X2 ≥ 3

X1,X2 ≥0

Using two-phase simplex method to solve it.

Solutions

Expert Solution

*****Please please please LIKE THIS ANSWER, so that I can get a small benefit, Please*****

Solution:
Problem is

Max Z = 8 x1 + 3 x2
subject to
50 x1 + 100 x2 1200
5 x1 + 4 x2 60
x2 3
and x1,x2≥0;


-->Phase-1<--


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 subtract surplus variable S2 and add artificial variable A1

3. As the constraint-3 is of type '' we should subtract surplus variable S3 and add artificial variable A2

After introducing slack,surplus,artificial variables

Max Z = - A1 - A2
subject to
50 x1 + 100 x2 + S1 = 1200
5 x1 + 4 x2 - S2 + A1 = 60
x2 - S3 + A2 = 3
and x1,x2,S1,S2,S3,A1,A2≥0


Iteration-1 Cj 0 0 0 0 0 -1 -1
B CB XB x1 x2 S1 S2 S3 A1 A2 MinRatio
XBx1
S1 0 1200 50 100 1 0 0 0 0 1200/50=24
A1 -1 60 (5) 4 0 -1 0 1 0 60/5=12
A2 -1 3 0 1 0 0 -1 0 1 ---
Z=-63 Zj -5 -5 0 1 1 -1 -1
Zj-Cj -5 -5 0 1 1 0 0



Negative minimum Zj-Cj is -5 and its column index is 1. So, the entering variable is x1.

Minimum ratio is 12 and its row index is 2. So, the leaving basis variable is A1.

The pivot element is 5.

Entering =x1, Departing =A1, Key Element =5

R2(new)=R2(old)÷5

R2(old) = 60 5 4 0 -1 0 0
R2(new)=R2(old)÷5 12 1 0.8 0 -0.2 0 0


R1(new)=R1(old) - 50R2(new)

R1(old) = 1200 50 100 1 0 0 0
R2(new) = 12 1 0.8 0 -0.2 0 0
50×R2(new) = 600 50 40 0 -10 0 0
R1(new)=R1(old) - 50R2(new) 600 0 60 1 10 0 0


R3(new)=R3(old)

R3(old) = 3 0 1 0 0 -1 1
R3(new)=R3(old) 3 0 1 0 0 -1 1


Iteration-2 Cj 0 0 0 0 0 -1
B CB XB x1 x2 S1 S2 S3 A2 MinRatio
XBx2
S1 0 600 0 60 1 10 0 0 600/60=10
x1 0 12 1 0.8 0 -0.2 0 0 12/0.8=15
A2 -1 3 0 (1) 0 0 -1 1 3/1=3
Z=-3 Zj 0 -1 0 0 1 -1
Zj-Cj 0 -1 0 0 1 0



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

Minimum ratio is 3 and its row index is 3. So, the leaving basis variable is A2.

The pivot element is 1.

Entering =x2, Departing =A2, Key Element =1

R3(new)=R3(old)

R3(old) = 3 0 1 0 0 -1
R3(new)=R3(old) 3 0 1 0 0 -1


R1(new)=R1(old) - 60R3(new)

R1(old) = 600 0 60 1 10 0
R3(new) = 3 0 1 0 0 -1
60×R3(new) = 180 0 60 0 0 -60
R1(new)=R1(old) - 60R3(new) 420 0 0 1 10 60


R2(new)=R2(old) - 0.8R3(new)

R2(old) = 12 1 0.8 0 -0.2 0
R3(new) = 3 0 1 0 0 -1
0.8×R3(new) = 2.4 0 0.8 0 0 -0.8
R2(new)=R2(old) - 0.8R3(new) 9.6 1 0 0 -0.2 0.8


Iteration-3 Cj 0 0 0 0 0
B CB XB x1 x2 S1 S2 S3 MinRatio
S1 0 420 0 0 1 10 60
x1 0 9.6 1 0 0 -0.2 0.8
x2 0 3 0 1 0 0 -1
Z=0 Zj 0 0 0 0 0
Zj-Cj 0 0 0 0 0



Since all Zj-Cj≥0

Hence, optimal solution is arrived with value of variables as :
x1=9.6,x2=3

Max Z=0

-->Phase-2<--


we eliminate the artificial variables and change the objective function for the original,
Max Z=8x1+3x2+0S1+0S2+0S3

Iteration-1 Cj 8 3 0 0 0
B CB XB x1 x2 S1 S2 S3 MinRatio
XBS2
S1 0 420 0 0 1 (10) 60 420/10=42
x1 8 9.6 1 0 0 -0.2 0.8 ---
x2 3 3 0 1 0 0 -1 ---
Z=85.8 Zj 8 3 0 -1.6 3.4
Zj-Cj 0 0 0 -1.6 3.4



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

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

The pivot element is 10.

Entering =S2, Departing =S1, Key Element =10

R1(new)=R1(old)÷10

R1(old) = 420 0 0 1 10 60
R1(new)=R1(old)÷10 42 0 0 0.1 1 6


R2(new)=R2(old) + 0.2R1(new)

R2(old) = 9.6 1 0 0 -0.2 0.8
R1(new) = 42 0 0 0.1 1 6
0.2×R1(new) = 8.4 0 0 0.02 0.2 1.2
R2(new)=R2(old) + 0.2R1(new) 18 1 0 0.02 0 2


R3(new)=R3(old)

R3(old) = 3 0 1 0 0 -1
R3(new)=R3(old) 3 0 1 0 0 -1


Iteration-2 Cj 8 3 0 0 0
B CB XB x1 x2 S1 S2 S3 MinRatio
S2 0 42 0 0 0.1 1 6
x1 8 18 1 0 0.02 0 2
x2 3 3 0 1 0 0 -1
Z=153 Zj 8 3 0.16 0 13
Zj-Cj 0 0 0.16 0 13



Since all Zj-Cj≥0

Hence, optimal solution is arrived with value of variables as :
x1=18,x2=3

Max Z=153

*****Please please please LIKE THIS ANSWER, so that I can get a small benefit, Please*****


Related Solutions

Min Z = 60x1 + 50x2 the constraints are : 5x1 + 3x2 ≥ 60 (Benefit...
Min Z = 60x1 + 50x2 the constraints are : 5x1 + 3x2 ≥ 60 (Benefit 1) 2x1 + 2x2 ≥ 30 (Benefit 2) 7x1 + 9x2 ≥ 126 (Benefiy 3) x1 ≥ 0, x2 ≥ 0 non negative from that linear modelling how to construct dual model and find reducing cost ? can anyone help .
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...
Given the following LP model, using Solver Min 3S + 9C s.t. 6S + 10C <=60...
Given the following LP model, using Solver Min 3S + 9C s.t. 6S + 10C <=60 7S + 5C <= 42 X , Y >= 0 a. What is the optimal value of the objective function? b. What are the optimal values of the two decision variables? c. Find the range of optimality for objective function coefficients S and C. d. How would a decrease of 1 gram in the S coefficient of the objective function affect the optimal values...
Solve this problem with the revised simplex method: Maximize            Z = 5X1 + 3X2 + 2X3...
Solve this problem with the revised simplex method: Maximize            Z = 5X1 + 3X2 + 2X3 Subject to            4X1 + 5X2 + 2X3 + X4 ≤ 20                             3X1 + 4X2 - X3 + X4 ≤ 30                            X1, X2, X3, X4 ≥ 0
Maximize Z= 3 X1+4 X2+2.5X3 Subject to 3X1+4X2+2X3≤500 2X1+1X2+2X3≤400 1X1+3X2+3X3≤300 X1,X2,X3≥0 Change objective function coeffiecient x3...
Maximize Z= 3 X1+4 X2+2.5X3 Subject to 3X1+4X2+2X3≤500 2X1+1X2+2X3≤400 1X1+3X2+3X3≤300 X1,X2,X3≥0 Change objective function coeffiecient x3 to 6 and change coefficient of x3 to 5in constraint 1 ,to 2 in constraint 2 ,to 4 in constraint3. calculate new optimal solution using sensitivity analysis
Let T(x1, x2) = (-x1 + 3x2, x1 - x2) be a transformation. a) Show that...
Let T(x1, x2) = (-x1 + 3x2, x1 - x2) be a transformation. a) Show that T is invertible. b)Find T inverse.
"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...
3. Consider the following linear program: MIN 6x1 + 9x2 ($ cost) s.t. x1 +2x2 ≤8...
3. Consider the following linear program: MIN 6x1 + 9x2 ($ cost) s.t. x1 +2x2 ≤8 10x1 + 7.5x2 ≥ 30 x2 ≥ 2 x1,x2 ≥0 The Management Scientist provided the following solution output: OPTIMAL SOLUTION Objective Function Value = 27.000 Variable Value Reduced Cost X1 1.500 0.000 X2 2.000 0.000 Constraint Slack/Surplus Dual Price 1 2.500 0.000 2 0.000 −0.600 3 0.000 −4.500 OBJECTIVE COEFFICIENT RANGES Variable Lower Limit Current Value Upper Limit X1 0.000 6.000 12.000 X2 4.500...
Consider the following all-integer linear program: Max 5x1 +8x2 s.t.   6x1 + 5x2 <= 30 9x1...
Consider the following all-integer linear program: Max 5x1 +8x2 s.t.   6x1 + 5x2 <= 30 9x1 + 4x2 <= 36 1x1 + 2x2 <=10 x1, x2 $ 0 and integer a. Graph the constraints for this problem. Use dots to indicate all feasible integer solutions. b. Find the optimal solution to the LP Relaxation. Round down to find a feasible integer solution. c. Find the optimal integer solution. Is it the same as the solution obtained in part (b) by...
u(x1, x2) = min {x1/2, x2/3} if the price of good 1 is $7/unit, the price...
u(x1, x2) = min {x1/2, x2/3} if the price of good 1 is $7/unit, the price of good 2 is $4/unit and income is 114.. What is this person's optimal consumption level for good 2?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT