Concept:A linear programming problem has a unique solution when the maximum value occurs at exactly one corner point of the bounded feasible region.
Explanation:The given constraints are:
x+3y≤6,2x+6y≤18,x≥0,y≥0Simplify the second constraint by dividing by
2:
x+3y≤9Now compare the two main constraints:
x+3y≤6andx+3y≤9Since
x+3y≤6 is stricter, the constraint
x+3y≤9 is redundant and does not change the feasible region.
Thus, the effective feasible region is given by:
x+3y≤6,x≥0,y≥0This is a bounded triangular region with corner points:
(0,0),(6,0),(0,2)Evaluate
z=2x+5y at each corner point:
At
(0,0):
z=0At
(6,0):
z=12At
(0,2):
z=10The maximum value is
12, which occurs only at
(6,0).
Therefore, the LPP has exactly one optimal solution.
Answer:Option A: Unique solution