A drinking water bottling company installs two machines P and Q. Machine P can fill 360 bottles
in x hours. Machine Q takes 1 hour less than the machine P, in filling 360 bottles.
Answers
Answered by
1
Solution
Let
x be the number of units of X produced in the current week
y be the number of units of Y produced in the current week
then the constraints are:
50x + 24y <= 40(60) machine A time
30x + 33y <= 35(60) machine B time
x >= 75 - 30
i.e. x >= 45 so production of X >= demand (75) - initial stock (30), which ensures we meet demand
y >= 95 - 90
i.e. y >= 5 so production of Y >= demand (95) - initial stock (90), which ensures we meet demand
The objective is: maximise (x+30-75) + (y+90-95) = (x+y-50)
i.e. to maximise the number of units left in stock at the end of the week
It is plain from the diagram below that the maximum occurs at the intersection of x=45 and 50x + 24y = 2400
Similar questions