Maximize p = x + y

subject to x + 3y <=4
3x + y<= 4
x >=0, y >=0

1 answer

You would want to plot the 4 lines to make a convex polygon, inside of which is the feasible region, i.e. any point inside the polygon will satisfy the constraints.

Now plot the line Z=x+y, which is a line at 45 degrees sloping downwards to the right. Draw lines parallel to this line until the line touches on the last corner (top right, approximately) of the polygon. The x-y values of this corner is the answer you require.

You can do all this algebraically, but it is a little more abstract. You are better off starting it graphically and then do the algebraic part afterwards to confirm or get better accuracy.
Similar Questions
    1. answers icon 0 answers
  1. Solve the following Linear programming models using graphical method.Maximize Z= 7x1+ 3x2 Subject to: 2 x1+ 6 x2 ≤ 24 6 x1 + 2
    1. answers icon 1 answer
  2. Maximize z=16x + 8y subject to:2x + y<30 x +2y<24 x>0 y>0
    1. answers icon 0 answers
  3. Maximize z=4x+2y subject to:x-y<10 5x+3y<75 x+y<20 X>0 y>0
    1. answers icon 1 answer
more similar questions