Given the Linear Programming Problem:
Maximize \( z = 11x + 7y \) subject to the constraints: \( x \leq 3 \), \( y \leq 2 \), \( x, y \geq 0 \).
Then the optimal solution of the problem is:
To solve this Linear Programming problem, we first graph the constraints \( x \leq 3 \), \( y \leq 2 \), and \( x, y \geq 0 \).
These constraints define the feasible region, which is a quadrilateral with vertices at \( (0, 0) \), \( (3, 0) \), \( (0, 2) \), and \( (3, 2) \).
Now, evaluate the objective function \( z = 11x + 7y \) at each of the vertices of the feasible region: - At \( (0, 0) \), \( z = 11(0) + 7(0) = 0 \)
- At \( (3, 0) \), \( z = 11(3) + 7(0) = 33 \)
- At \( (0, 2) \), \( z = 11(0) + 7(2) = 14 \)
- At \( (3, 2) \), \( z = 11(3) + 7(2) = 33 + 14 = 47 \) The maximum value of \( z \) is 47, which occurs at the point \( (3, 2) \).
Thus, the optimal solution is \( (3, 2) \).
Assertion (A): The shaded portion of the graph represents the feasible region for the given Linear Programming Problem (LPP).
Reason (R): The region representing \( Z = 50x + 70y \) such that \( Z < 380 \) does not have any point common with the feasible region.
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.