InterviewSolution
Saved Bookmarks
| 1. |
In an L.P.P objective functtin is Max Z = 20x + 70y and if solution are A(0,8) and B(12,5). Find optimal solution. |
|
Answer» ZA = 20(0) + 70(8) = 560; and ZB = 20(12) + 70(5) = 590 (max) ∴ Optimal soplution is at B(12,5); is x = 12 and y = 5. |
|