Ved S. answered 06/23/15
Tutor
4.9
(9)
Math tutor for SAT, ACT, GMAT, GRE, middle and high school
First you need to graph the constraint area defined by the four inequalities:
x + y < 6
or y < -x +6
which defines an area below the line of slope -1 and y intercept 6
The other three inequalities are easy to graph:
x < 3
x > 0
y > 0
Now, we need to find the corner points of this constraint area. After you draw the graph, it's easy to see that the area has four corners: (0, 0), (3, 0), (0, 6), (3, 3)
Now, according to method of corners, the max value of a linear equation such as P = 3x+2y will occur at one of the corners, so we need to evaluate 3x+2y at the four corners.
3x+2y at (0, 0) = 0
3x+2y at (3, 0) = 3*3 + 0 = 9
3x+2y at (0, 6) = 3*0 + 2*6 = 12
3x+2y at (3, 3) = 3*3 + 2*3 = 15
So the max value of 3x+2y is 15