retagged by
3,060 views
2 votes
2 votes

Consider an LPP given as

$\text{Max } Z=2x_1-x_2+2x_3$

subject to the constraints

$$2x_1+x_2 \leq 10 \\ x_1+2x_2-2x_3 \leq 20 \\ x_1 + 2x_3 \leq 5 \\ x_1, \: x_2 \: x_3 \geq 0 $$ What shall be the solution of the LLP after applying first iteration of the Simplex Method?

  1. $x_1 = \frac{5}{2},\: x_2=0, \: x_3=0, \: Z=5$
  2. $x_1 = 0, x_2=0, \: x_3=\frac{5}{2}, \: Z=5$
  3. $x_1 = 0, x_2=\frac{5}{2}, \: x_3=0, \: Z=-\frac{5}{2}$
  4. $x_1 = 0, x_2=0, \: x_3=10, \: Z=20$
retagged by

2 Answers

Answer:

Related questions

1.9k
views
1 answers
1 votes
go_editor asked Aug 21, 2016
1,891 views
Consider the following statements:Revised simplex method requires lesser computations than the simplex methodsRevised simplex method automatically generates the inverse of the current ... ii onlyi and iii onlyii and iii onlyi, ii, and iii
805
views
1 answers
1 votes
makhdoom ghaya asked Nov 9, 2016
805 views
The simplex method is so named because It is simple.It is based on the theory of algebraic complexes.The simple pendulum works on this method.No one thought of a better name.
7.7k
views
1 answers
1 votes
makhdoom ghaya asked Aug 2, 2016
7,723 views
If an artificial variable is present in the ‘basic variable’ column of optimal simplex table, then the solution isOptimumInfeasible Unbounded Degenerate
7.8k
views
3 answers
8 votes
Arjun asked Jul 2, 2019
7,800 views
Consider the poset $( \{3,5,9,15,24,45 \}, \mid).$Which of the following is correct for the given poset ?There exist a greatest element and ... element but not a greatest elementThere does not exist a greatest element and a least element