Answer:
tables to display the required information:
Total cost:
hiring cost: (174 + 23)*200 = 39,400
lay-off cost: (50 + 196) * 400 = 98,400
inventory cost: ending inventory * $0.25 = 73,380
Total cost: $211,180
Step-by-step explanation:
We solve this using Excel SOLVER which uses linear programming.
First, build a table for workers and production.
Then we build a table for inventory:
Last the cell for total cost we want to minimize:
=SUM(hired) x 200 + SUM(lay-off) x 400) + SUM(ending inventory) x 0.25
Our requirement is:
1)ending inventory of 100,000 or more
2) total worker of 325 or above
3) fulfill all demand so ending must be zero or higher than zero
4) hiring and lay-off are Natural numbers (we can't hire 0.5 employees)