InterviewSolution
Saved Bookmarks
| 1. |
Refers to question 14. How many sweaters of each type of should the company make in an day to get a maximum profit? What is the maximum profit? |
|
Answer» On solving x+y=300 and 3x+y=600 we get x=150, y=150 On solving x-y=100 and x+y=300 we get x=100, y=200 From the SHADED FEASIBLE region it is CLEAR that corrdingates of corner points are (0,0),(200,0),(150,150),(100,200), and (0,100) Hence 150 sweaters of each type made by company and MAXIMUM profit=48000. |
|