-
Consider the following Linear Programming Problem (LPP):
Maximize z = 3x1 + 2x2,
Subject to x1 ≤ 4
x2 ≤ = 6
3x1 + 2x2 < 18
x1 ≥ 0, x2 ≥ 0
-
- The LPP has a unique optimal solution
- The LPP is infeasible
- The LPP is unbounded
- The LPP has multiple optimal solution
Correct Option: D
z= 3 × 1 + 2 × 2
x1 ≤ 4
x2 ≤ 6
3x1 + 2x2 ≤ 18
x1, x2 ≥ 0
The objective function is parallel to constraint. Therefore multiple solution can be obtained.