Question:

Maximize \( z = 3x + 4y \) subject to \( x + y \leq 4 \), \( x \geq 0 \), \( y \geq 0 \). What is the maximum value of \( z \)?

Show Hint

In LPP, evaluate the objective function at the vertices of the feasible region to find the maximum.

Updated On: May 29, 2025
  • \( 12 \)
  • \( 16 \)
  • \( 14 \)
  • 10 
     

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To maximize the objective function \( z = 3x + 4y \) subject to the constraints \( x + y \leq 4 \), \( x \geq 0 \), and \( y \geq 0 \), we follow these steps:

1. Define the Feasible Region: The constraints are:

  • \( x + y \leq 4 \)
  • \( x \geq 0 \)
  • \( y \geq 0 \)

These constraints describe a triangle with vertices at: (0,0), (4,0), and (0,4).

2. Evaluate the Objective Function at Each Vertex:

VertexObjective Function \( z = 3x + 4y \)
(0,0)\( z = 3(0) + 4(0) = 0 \)
(4,0)\( z = 3(4) + 4(0) = 12 \)
(0,4)\( z = 3(0) + 4(4) = 16 \)

3. Determine the Maximum Value: Among the calculated values of \( z \), the highest is 16, which occurs at the point (0,4).

Therefore, the maximum value of \( z \) is 16.

Was this answer helpful?
2
0