Consider the linear programming problem
maximize4x1+x2−9x3 subject to x2−11x3−3x1+2x2−7x39x1−2x2+10x3⩽11⩽16⩽29,xi⩾0,i=1,2,3.
(a) After adding slack variables z1,z2 and z3 and performing one pivot in the simplex algorithm the following tableau is obtained:
\begin{tabular}{c|rrrrrr|r} & x1 & x2 & x3 & z1 & z2 & z3 & \ \hlinez1 & 0 & 1 & −11 & 1 & 0 & 0 & 11 \ z2 & 0 & 34 & −311 & 0 & 1 & 31 & 377 \ x1 & 1 & −92 & 910 & 0 & 0 & 91 & 929 \ \hline Payoff & 0 & 917 & −9121 & 0 & 0 & −94 & −9116 \end{tabular}
Complete the solution of the problem using the simplex algorithm.
(b) Obtain the dual problem and identify its optimal solution from the optimal tableau in (a).
(c) Suppose that the right-hand sides in the constraints to the original problem are changed from (11,16,29) to (11+ϵ1,16+ϵ2,29+ϵ3). Give necessary and sufficient conditions on (ϵ1,ϵ2,ϵ3) which ensure that the optimal solution to the dual obtained in (b) remains optimal for the dual for the amended problem.