2. A manufacturer of baby dolls makes two types of dolls. One is sold under the brand name Molina and the other Suzie. Processing of these two dolls is done on two machines A and B. The processing time for each Molina is 3 hours and 4 hours on machine A and B respectively, and that of each Suzie is 1 hour and 4 hours on machine A and B respectively. There are 50 hours of time available on machine A and 90 hours on machine B. the profit contribution for a Molina is Sh. 6 and that for a Suzie is Sh. 18. Formulate and solve using the cutting plane algorithm to determine the optimal weekly production schedule of the two dolls.
1
Expert's answer
2011-11-08T08:41:56-0500
Let's make following denotations: x - number of Molina dolls y - number of Suzie dolls C - total contribution
Then we can formilize the given information:
3x + y <= 50 (1) 4x + 4y <= 90 (2) C(x,y) = 6x + 18y --> max
The corner points of the rectangle bounded by inequalities (1) and (2) are (0,0), (0,90/4), (50/4,0),& (110/8,70/8).
So, the contribution get its maximum value when only Susie dolls are produced and the weekly amount of dolls is [90/4] = [22.5] = 22 units. The contribution will be C = 22*16 = Sh. 352.
Comments
Leave a comment