SOLUTION: Maximize:Z=40x+88y Subject to:2x+8y≤60 5x+2y≥60,x,y,>0

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: Maximize:Z=40x+88y Subject to:2x+8y≤60 5x+2y≥60,x,y,>0      Log On


   



Question 1104488: Maximize:Z=40x+88y
Subject to:2x+8y≤60
5x+2y≥60,x,y,>0

Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52785) About Me  (Show Source):
You can put this solution on YOUR website!
.
Read the lesson
    - Solving minimax problems by the Linear Programming method,  Problem 2   and   Problem 3.
in this site.

You will find all necessary instructions there, presented for another similar problem.


Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


The constraints are equivalent to
y%3C=%28-1%2F4%29x%2B15%2F2 and y+%3E=+%28-5%2F2%29x%2B30

Here is a graph; the feasibility region is below the red line and above the green line. The vertices of the feasibility region are (12,0), (30,0), and (10,5).

graph%28400%2C400%2C-10%2C40%2C-10%2C40%2C%28-1%2F4%29x%2B15%2F2%2C%28-5%2F2%29x%2B30%29

The standard method for finding the maximum value of the objective function Z=40x%2B88y is to evaluate that function at each vertex of the reasibility region:

(12,0): 40x+88y = 40(12) = 480
(30,0): 40x+88y = 40(30) = 1200
(10,5): 40x+88y = 40(10)+88(5) = 400+440 = 840

The maximum value is 1200 at (30,0).

In fact there is no need to evaluate the objective function at every vertex of the feasibility region. You can tell which vertex will produce the maximum value of the objective function by comparing the slope of the objective function with the slopes of the constraint lines.

The slope of the objective function is -40/88 = -5/11. So consider all the lines with slope -5/11:
A line with slope -5/11 passing through (12,0) will just touch a vertex;
a line with slope -5/11 passing through (5,10) will cut through the feasibility region;
a line with slope -5/11 passing through (30,0) will again touch the feasibility region just at a vertex.

We can conclude from that -- without evaluating the objective function at any of the three vertices -- that the minimum value will be at (12,0), the maximum value will be at (30,0), and an intermediate value will occur at (10,5).

Then, since the problem asks for the maximum value of the objective function, we only need to evaluate it at (30,0).