InterviewSolution
Saved Bookmarks
| 1. |
solve L.P.P graphically.Min. Z=200x + 500ys.t.c x + 2y >=10 3x + 4y =0 and y.=0 |
|
Answer» solve L.P.P graphically. Min. Z=200x + 500y s.t.c x + 2y >=10 3x + 4y <= 24 x>=0 and y.=0 |
|