Week05 Answers PDF
Week05 Answers PDF
Week05 Answers PDF
Tutorial 5: Answers
1. For each of the given tableau for a maximization linear program, determine all
possible entering and leaving variables based on the following tie-breaking rules.
(a) The largest coefficient rule for the entering variable and the smallest subscript
rule for the leaving variable.
(b) The largest improvement rule for the entering variable and the smallest sub-
script rule for the leaving variable.
(c) Bland’s rule.
(i) Tableau:
z x1 x2 x3 x4 x5 x6 x7 RHS
1 0 −3 −1 0 −7 0 0 5
0 0 4 −5 0 4 0 1 16
0 1 −3 2 0 −5 0 0 0
0 0 −5 3 0 3 1 0 12
0 0 8 8 1 9 0 0 32
1
2
(iv) Tableau:
z x1 x2 x3 x4 x5 x6 x7 RHS
1 −2 −5 0 0 0 −4 0 −1
0 8 −3 1 0 0 −8 0 0
0 4 8 0 1 0 8 0 16
0 5 5 0 0 1 −2 0 10
0 3 9 0 0 0 3 1 6
2. Transform the following linear programs in general form to standard equality form,
and then write down their artificial problems.
(i) Linear Program:
maximize 2x1 + 4x3 − 2x4
subject to − 4x2 − 8x4 = −7
2x2 − x3 ≤ 2
9x1 + 2x3 ≥ −4
−7x1 + 3x3 ≤ −9
6x1 + 5x2 = −5
x1 , x2 , x3 , x4 ≥ 0
Artificial problem:
minimize w1 +w2
subject to −7x3 +8x4 +s1 = 8
−8x1 −9x3 −s2 =−9
−4x1 +3x4 +w1 = 1
x1 − x3 +s3 −w2 =−7
5x2 + x4 = 4
x1 , x2 , x3 , x4 , s1 , s2 , s3 , w1 , w2≥ 0
(iii) Linear Program:
maximize −3x1 − 2x2 − 2x3 + 9x4
subject to 5x3 − 4x4 = 9
− x2 − 3x4 ≥ 7
4x1 + 5x2 ≤ 7
−x1 + 6x4 ≥ −3
−x1 + 9x2 = 4
x1 , x2 , x3 , x4 ≥ 0
3. For each of the given linear program in standard equality form, use the simplex
method, with the largest coefficient rule for entering variables and the smallest
subscript rule for leaving variables, on its artificial problem to either
• conclude that the given linear program is infeasible; or
• determine a feasible tableau for the given linear program.
(i) Linear Program:
maximize −5x1 − 5x2 − 3x3 + x4 + 3x5
subject to −x1 + 4x2 − 2x3 − x4 + 3x5 = 6
−2x1 − 7x2 + x4 = 1
− 6x2 + x3 + x4 − 8x5 = 1
x1 , x2 , x3 , x4 , x5 ≥ 0
4. ! Prove that every feasible linear program in standard inequality form has a corner
point feasible solution.