Friday, 22 November 2019

UGC NET PAPER 2 June 2019 Question 10 (Shift-I)

Question 10
10. Consider an LPP given as

Max Z = 2x1 - x2 + 2x3

Subject to the constraints
2x1 + x2 ≤ 10
x1 + 2x2 - 2x3 ≤ 20
x1 + 2x3 ≤ 5
x1, x2, x3 ≥ 0

What shall be the solution of the LPP after applying first iteration of the Simplex Method?
Options:
  1. 1.   x1=5/2, x2=0, x3=0, Z=5
  2. 2.   x1=0, x2=0, x3=5/2, Z=5
  3. 3.   x1=0, x2=5/2, x3=0, Z= -5/2
  4. 4.   x1=0, x2=0, x3=10, Z=20
Explanation Question 10

Initial simplex table:

Cj (Coef. in Z)2-12000 b θ = b / key column value
(Choose minimum
positive value)
CbBasic.
Var.
X1X2X3S1 S2 S3
0S1 2 1 0 1 0 0 10 10/0 = ∞
0S2 1 2 -2 0 1 0 20 20/(-2) = -10
0S3 1 0 2 0 0 1 5 5/2
Zj = Σ Cb aij 0 0 0 0 0 0
Ci - Zj 2 -1 2 0 0 0

Here key column is X3 column
and key row is S3 row because it has minimum positive value for θ
So, Key element is 2 that is intersection of X3 column and S3 column

Here, minimum positive value of basic variable is for S3 that is 5/2, hence S3 is the variable that leaves the set of basic variables.

Now, choose maximun value from Ci - Zj row, column X1 and X3 having larger value which is 2 and same in both column. we choose column X3 because it leads to the correct expected solution after first iteration. hence S3 is the variable that enter the set of basic variables.

Simplex table after first iteration :
Here, we perform the row operation : R3 → R3/2 on pivot element
Also, Perform the column operation on R2 : R2 → R2 + 2*R3

Cj (Coef. in Z)2-12000 b
CbBasic.
Var.
X1X2X3S1 S2
0S1 2 1 0 1 0 0 10
0S2 2 2 0 0 1 0 25
2X3 1/2 0 1 0 0 1/2 5/2

So, now value of the X1 = 0,  X2 = 0,  X3 = 5/2,  S1 = 10,  S2 = 25,  S3 = 0

After substituting above value in Z = 2x1 - x2 + 2x3

Z = 2x1 - x2 + 2x3
= 2 x 0 - 0 + 2 x (5/2)
= 5

So, Option 2 is the right answer.

Reference Example : THE STEPS OF THE SIMPLEX ALGORITHM

Clear Your Concept using below video reference example of LPP :

Solution of LPP using Simplex Method (maximization problem)





PreviousNext
UGC NET CS 2018 July - II Question 9UGC NET CS 2018 July - II Question 11

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts