Question:medium

In a Linear Programming Problem (LPP), the objective function $Z = 2x + 5y$ is to be maximized under the following constraints:

\[ x + y \leq 4, \quad 3x + 3y \geq 18, \quad x, y \geq 0. \] Study the graph and select the correct option.

Show Hint

In an LPP, the optimal solution is always found at one of the corner points of the feasible region.
Updated On: May 22, 2026
  • The solution of the given LPP lies in the shaded unbounded region.
  • The solution lies in the shaded region $\triangle AOB$.
  • The solution does not exist.
  • The solution lies in the combined region of $\triangle AOB$ and unbounded shaded region.
Show Solution

The Correct Option is D

Solution and Explanation

In Linear Programming Problems (LPPs), optimal solutions are found at the vertices of the feasible region. The provided constraints are: 1. \(x + y \leq 4\), defining a line through \((4, 0)\) and \((0, 4)\). 2. \(3x + 3y \geq 18\), defining a line through \((6, 0)\) and \((0, 6)\). 3. \(x, y \geq 0\), confining the solution to the first quadrant. The feasible region is the intersection of these constraints. The solution lies within the combined area of $\triangle AOB$ and the unbounded shaded region. Consequently, option (4) is the correct choice.
Was this answer helpful?
2