Solve each of the following linear programming problems by graphical method.

Maximize Z = 15x + 10y


Subject to :


2x + 3y ≤ 70


3x + 2y ≤ 80


x, y ≥ 0

Given,


Objective function is: Z = 15x + 10y


Constraints are:


2x + 3y ≤ 70


3x + 2y ≤ 80


x, y ≥ 0


First convert the given inequations into corresponding equations and plot them:


2x + 3y ≤ 70 2x + 3y = 70 (corresponding equation)


Two coordinates required to plot the equation are obtained as:


Put, x = 0 y = 70/3 (0,70/3) - - - - first coordinate.


Put, y = 0 x = 35 (35,0) - - - - second coordinate


Join them to get the line.


As we know, Linear inequation will be a region in the plane, and we observe that the equation divides the XY plane into 2 halves only, so we need to check which region represents the given inequation,


If the given line does not pass through origin then just put (0,0) to check whether inequation is satisfied or not. If it satisfies the inequation origin side is the required region else the other side is the solution.


Similarly, we repeat the steps for other inequation also and find the common region.


3x + 2y ≤ 80 3x + 2y = 80 (corresponding equation)


Two coordinates required to plot the equation are obtained as:


Put, x = 0 y = 40 (0,40) - - - - first coordinate.


Put, y = 0 x = 80/3 (80/3,0) - - - - second coordinate


x = 0 is the y-axis and y = 0 is the x-axis



Hence, we obtain a plot as shown in figure:


The shaded region in the above figure represents the region of a feasible solution.


Now to maximize our objective function, we need to find the coordinates of the corner points of the shaded region.


We can determine the coordinates graphically our by solving equations. But choose only those equations to solve which gives one of the corner coordinates of the feasible region.


Solving 3x + 2y = 80 and 2x + 3y = 70 gives (20, 10)


Similarly solve other combinations by observing graph to get other coordinates.


From figure we have obtained coordinates of corners as:


(0,0) (80/3 ,0) (0,70/3),(20,10)


Now we have coordinates of the corner points so we will put them one by one to our objective function and will find at which point it is maximum.


Z = 15x + 10y


Z at (20, 10) = 15 × (20) + 10 × (10) = 400


Z at (0,70/3) = 15 × (70/3) + 10 × 0 = 350


Z at (80/3,0) = 15 × (80/3) + 10 × 0 = 400


Z at (0,0) = 0


Clearly, we can see that Z is maximum at and max. value is 400


Z is maximum at x = 20 and y = 10 ; and max value is 400


Also it has a maximum at x = 80/3 and y = 0 with max value = 400


6