Question 12356 – TIFR PHD CS & SS 2015
March 4, 2024Data-Structures
March 5, 2024LPP
Question 5 |
Consider the following LPP :
Max Z = 15x1 + 10x2
Subject to the constraints
4x1 + 6x2 ≤ 360
3x1 + 0x2 ≤ 180
0x1 + 5x2 ≤ 200
x1, x2 / 0
The solution of the LPP using Graphical solution technique is :
Max Z = 15x1 + 10x2
Subject to the constraints
4x1 + 6x2 ≤ 360
3x1 + 0x2 ≤ 180
0x1 + 5x2 ≤ 200
x1, x2 / 0
The solution of the LPP using Graphical solution technique is :
x1=60, x2=0 and Z=900 | |
x1=60, x2=20 and Z=1100 | |
x1=60, x2=30 and Z=1200 | |
x1=50, x2=40 and Z=1150 |
Correct Answer: A