Question:

For the LPP Max Z=3x+4y, x+y≤40; x+2y≤ 60, x≥0, y≥0 the solution is:

Updated On: May 11, 2025
  • x= 20, y = 20, Max Z = 140
  • x= 40, y = 0, Max Z = 120
  • x = 0, y = 60, Max Z = 240
  • x = 10, y = 30, Max Z = 130
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

To solve the given Linear Programming Problem (LPP), identify the constraints and the objective function:
  • Objective Function: Maximize \( Z = 3x + 4y \)
  • Constraints:
    • \( x + y \leq 40 \)
    • \( x + 2y \leq 60 \)
    • \( x \geq 0 \)
    • \( y \geq 0 \)
Steps to solve:
  1. Identify corner points of the feasible region by solving the system of linear inequalities.
  2. Find intersections of boundary lines:
    • \( x + y = 40 \)
    • \( x + 2y = 60 \)
Find intersection by solving:
  • Subtract the first equation from the second:
    \( (x + 2y) - (x + y) = 60 - 40 \)
    \( y = 20 \)
  • Substitute \( y = 20 \) into \( x + y = 40 \):
    \( x + 20 = 40 \)
    \( x = 20 \)
Intersection point is \((20, 20)\).
Evaluate \( Z \) at each corner point:
  1. For \((20, 20)\): \( Z = 3(20) + 4(20) = 60 + 80 = 140 \)
  2. For \((40, 0)\): \( Z = 3(40) + 4(0) = 120 \)
  3. For \((0, 30)\): Invalid, as it doesn't satisfy \( x + 2y \leq 60 \).
  4. For \((0, 60)\): Invalid, as it doesn't satisfy \( x + 2y \leq 60 \).
The maximum value of \( Z \) is 140 at \( x = 20, y = 20 \).
Therefore, the solution is \( x = 20, y = 20, \text{Max } Z = 140 \).
PointxyZ
(20, 20)2020140
(40, 0)400120
Was this answer helpful?
0
0