InterviewSolution
Saved Bookmarks
| 1. |
Solve the following linear programming problem graphically :Minimise `Z = 200 x + 500 y`. . . (1)subject to the constraints:`x+2ygeq10` . . .(2)`3x+4ylt=24` . . .(3)`xgeq0,ygeq0` . . .(4) |
|
Answer» corner point method`` `(0,6)=3000` `(0,5)=2500` `(4,3)=2300` `(Z)=(4,3)=2300` |
|