1.4k views
5 votes
Maximize p=x+2y subject to

X+3y<10
3x+. y<6
X>0, y>0

What does p equal

(X,y)=

User Leanna
by
8.9k points

1 Answer

2 votes
From the graph of the constraints, the corner points of the feasibility region are (0, 0), (0, 10/3), (1, 3), (2, 0)

For (0, 0): p = 0 + 2(0) = 0
For (0, 10/3): p = 0 + 2(10/3) = 20/3 = 6.67
For (1, 3): p = 1 + 2(3) = 1 + 6 = 7
For (2, 0): p = 2 + 2(0) = 2

For all the corner points, the maximum is at point (1, 3)

Therefore, solution = (1, 3)
User Lusid
by
7.5k points