Asked by Reese
Name the vertices and then find the values of x and y that minimize the objective function.
x >= 2
y >= 0
3x + 2y >= 12
Minimum for C = x + 5y
Help with system of constraints please! I'm terrible at this...
x >= 2
y >= 0
3x + 2y >= 12
Minimum for C = x + 5y
Help with system of constraints please! I'm terrible at this...
Answers
Answered by
Steve
take a look at
http://www.zweigmedia.com/RealWorld/LPGrapher/lpg.html
Enter your problem. It will find a solution and even provide a graph. Be sure to set the x- and y-ranges appropriately. You can get an example to show the syntax. For this problem, just copy/paste
minimize c=x+5y subject to
x >= 2
y >= 0
http://www.zweigmedia.com/RealWorld/LPGrapher/lpg.html
Enter your problem. It will find a solution and even provide a graph. Be sure to set the x- and y-ranges appropriately. You can get an example to show the syntax. For this problem, just copy/paste
minimize c=x+5y subject to
x >= 2
y >= 0
Answered by
Reese
Thanks! You really helped, I was stuck on this forever.
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.