SOLUTION: Find the maximum value of y subject to; {{{x>= 0}}}, {{{y>=0}}}, {{{y<=x+5}}} and {{{y>=2x}}} Please help me!

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: Find the maximum value of y subject to; {{{x>= 0}}}, {{{y>=0}}}, {{{y<=x+5}}} and {{{y>=2x}}} Please help me!      Log On


   



Question 1032688: Find the maximum value of y subject to; x%3E=+0, y%3E=0, y%3C=x%2B5 and y%3E=2x Please help me!
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
Find the maximum value of y subject to; x%3E=+0, y%3E=0, y%3C=x%2B5 and y%3E=2x Please help me!
We draw the lines x=0, y=0, y=x%2B5 and y=2x,

by finding the intercepts and the point where  y=x%2B5 and y=2x
intersect by solving the system:

 system%28y=x%2B5%2Cy=2x%29 by substitution to see where they intersect.

x+5=2x 
  5=x
y=5+5
y=10, so they intersect at (5,10) 

And we find the feasible region: 

shade to the right of the line x=0, the y-axis, because it's %22%22%3E=%22%22.
shade above the line y=0, the x-axis, because it's %22%22%3E=%22%22.
shade below the line y=x%2B5, because it's %22%22%3C=%22%22.
shade above the line y=2x, because it's %22%22%3E=%22%22.
[So the shading will automatically be above the x-axis].



The shaded region, including its boundaries, is called 
the "feasible region".

The maximum and minimum values of any linear expression
in x and y will occur at one of the three corner points:

y is a very simple linear expression so its minimum value 
occurs at the corner point (0,0) where y=0, and its maximum 
value occurs at the corner point (5,10) where y=10.

Answer: the maximum value of y is 10.

--------------------------------------------

Normally you have a more complicated expression to maximize 
than just the simple letter y.  

Suppose instead of having to maximize and minimize just 
simply y, you had to maximize and minimize 3y-4x instead.

Then you'd substitute each corner point in 3y-4x to see which
is the largest and smallest.

Substituting corner point (0,0) in 3y-4x = 3(0)-4(0) = 0-0 = 0
Substituting corner point (0,5) in 3y-4x = 3(5)-4(0) = 15-0 = 15
Substituting corner (5,10) in 3y-4x = 3(10)-4(5) = 30-20 = 10

So in that case the minimum value of 3y-4x would be 0 at (0,0)
and the maximum value of 3y-4x would be 15 at the corner point (0,5).

 Edwin