InterviewSolution
Saved Bookmarks
| 1. |
A toy company manufactures two types of doll; a basic version doll; abasic version doll A and a deluxe version doll B. Each doll of type B takestwice as long to produce as one of type. A and the company would have time to,make a maximum of 2, 000 per day if it produces only the basic version. Thesupply of plastic is sufficient to produce 1500 dolls per day (both A and Bcombined). The deluxe version requires a fancy dress of which there are only600 per day available. If the company makes profit Rs. 3 and Rs. 5 per dollrespectively o doll A and doll B; how many of each should be produced per dayin order to maximize profit? |
|
Answer» given that total profit`= 3x+5y` `x+2y <= 2000` eqn(1) `x+y <= 1500` eqn(2) `y<= 600` also given that, `x>=0, y>=0` |
|