Q. Consider Max. z = - 2x - 3y subject to The max value of z is :

 1834  173 Linear Programming Report Error

Solution:

Given problem is max z = - 2x - 3y
Subject to
First convert these inequations into equations we get
3x + 2y = 6 ...(i)
2x + 3y = 6 ...(ii)
on solving these two equation, we get point of intersection is
Now, we draw the graph of these lines.
Shaded portion shows the feasible region. Now, the corner points are

At (0, 2),
value of z = - 2(0) - 3(2) = - 6
At (2, 0),
value of z = - 2(2) - 3(0) = - 4
At
Value of

At (0, 0), value of z = - 2(0) - 3(0) = 0
At (0, 0), value of z = - 2(0) - 3(0) = 0
The max value of z is 0.

Solution Image