Question 787508: Find the minimum and maximum values of the objective function subject to the given constraints.
Objective function:
C=2x+5y
Constraints:
x is less than or equal to 5
y is greater than or equal to 4
-2x+5y is less than or equal to 30
Answer by josgarithmetic(39617) (Show Source):
You can put this solution on YOUR website! What we would do is first graph these descriptions onto x y plane:
, , .
That will form a planar figure. You would expect the optimal solution to C to be one of the vertices of this planar figure. Test each vertex point, and find which one give the maximum and which gives the minimum.
The first two constraints are simple to graph. The last given constraint may be easiest as slope-intercept form: 5y<=2x+30, into .
You would continue with this graph to pick your vertex points:
UNFORTUNATELY, entering x<=5 will not work in this rendering method, so it NEEDS to be included, but is missing.
Points to check will be (-5,4), (5,4), and (5,8).
|
|
|