Asked by emily
Find the minimum and maximum values of the objective function subject to the given constraints?
Objective Function: C=4x+5y
Constraints: x>=0, y>=0, x+y<=6
Objective Function: C=4x+5y
Constraints: x>=0, y>=0, x+y<=6
Answers
Answered by
bobpursley
My experience tells me to test the corners: (0,0); (0,6); (6,0)
C(0,0)=0
C(6,0)=24
C(0,6)=30
C(0,0)=0
C(6,0)=24
C(0,6)=30
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.