edited by
246 views
1 votes
1 votes

Consider the following statements with respect to duality in $\text{LPP}$:

  1. The final simplex table giving optimal solution of the primal also contains optimal solution of its dual in itself
  2. If either the primal or the dual problem has a finite optimal solution, then the other problem also has a finite optimal solution
  3. If either problem has an unbounded optimum solution, then the other problem has no feasible solution at all

Which of the statements is (are) correct?

  1. Only (i) and (ii)
  2. Only (i) and (iii)
  3. only (ii) and (iii)
  4. (i), (ii) and (iii)
edited by

1 Answer

0 votes
0 votes

Concept:
Duality in Linear programming problem (LPP) : It means a linear programming problem has another
LPP which is derived from it. Original LPP is known as primal and derived LPP is known as Dual.
Explanation:
Some points about dual LPP:
1) The final simplex table giving optimal solution of the primal also contains optimal solution of its
dual in itself.
2) If either the primal or the dual problem has a finite optimal solution, then the other problem also
has a finite optimal solution.
3) If either problem has an unbounded optimum solution, then the other problem has no feasible
solution at all
Example:
We have a set of equations as:
Maximize z = 10x1 + 20 x2
Subject to:
3x1 + 4x2 < =100
5x1 + 6x2 < = 150
Get Started
X1, x2 >= 0
Dual of this will be:
Minimize z = 100 y1 + 150 y2
Subject to:
3y1 + 4y2 >=10
5y1 + 6y2 > = 20
y1, y2 <= 0

Related questions

1 votes
1 votes
2 answers
1
4 votes
4 votes
6 answers
3
soujanyareddy13 asked May 12, 2021
1,920 views
The Boolean expression $AB+A \overline{B}+\overline{A}C+AC$ is unaffected by the value of the Boolean variable _________.$A$$B$$C$$A, B$ and $C$