Linear Programming: Solving Acme's Lowest Cost Problem

AI Thread Summary
Acme is tasked with formulating a linear programming model to minimize costs while meeting production and inventory requirements for their appliances over four months. The company incurs a monthly inventory cost of $1.50 per unit and currently holds 120 units in stock. They aim to produce at least 400 units monthly, maintain a safety stock of 50 units, and meet varying monthly demands of 420, 580, 310, and 540 units. Key factors include production costs that vary each month and production capacity limits. Understanding the relationship between production and inventory costs is crucial for developing the total cost equation.
iNCREDiBLE
Messages
128
Reaction score
0
My assignment is to formulate a LP and find the optimal solution for the following problem:

Acme estimates it costs $1.50 per month for each unit of this appliance carried in inventory (estimated by averaging the beginning and ending inventory levels each month). Currently, Acme has 120 units in inventory on hand for the product. To maintain a level workforce, the company wants to produce at least 400 units per month. They also want to maintain a safety stock of at least 50 units per month. Acme wants to determine how many of each appliance to manufacture during each of the next four months to meet the expected demand at the lowest possible total cost.

Month 1 2 3 4
Demand 420 580 310 540
Production Cost $49.00 $45.00 $46.00 $47.00
Production Capacity 500 520 450 550

I understand everything except the first sentence. Can someone please explain the meaning of the first sentence. :confused:
 
Last edited:
Physics news on Phys.org
iNCREDiBLE said:
My assignment is to formulate a LP and find the optimal solution for the following problem:

Acme estimates it costs $1.50 per month for each unit of this appliance carried in inventory (estimated by averaging the beginning and ending inventory levels each month). Currently, Acme has 120 units in inventory on hand for the product. To maintain a level workforce, the company wants to produce at least 400 units per month. They also want to maintain a safety stock of at least 50 units per month. Acme wants to determine how many of each appliance to manufacture during each of the next four months to meet the expected demand at the lowest possible total cost.

Month 1 2 3 4
Demand 420 580 310 540
Production Cost $49.00 $45.00 $46.00 $47.00
Production Capacity 500 520 450 550

I understand everything except the first sentence. Can someone please explain the meaning of the first sentence. :confused:
total cost (each month) = production cost + inventory cost
first sentence refers to inventory cost calculation
build total cost equation month by month then add all months:
month #1:
production cost1 = P1*(49.00)
inventory cost1 = (1/2)*(120 + (120 + P1 - D1))*(1.50) ...since currently have 120 in stock
etc
determine constraints based on capacity limits, minimum production goals, and safety stock requirement
 
Last edited:
Doesn't the inventory level depend of whether delivery happens continuously or at the end of the month ? Or is this assumed by convention to be one or the other of the two ?
 
geosonel said:
total cost (each month) = production cost + inventory cost
first sentence refers to inventory cost calculation
build total cost equation month by month then add all months:
month #1:
production cost1 = P1*(49.00)
inventory cost1 = (1/2)*(120 + (120 + P1 - D1))*(1.50) ...since currently have 120 in stock
etc
determine constraints based on capacity limits, minimum production goals, and safety stock requirement

That really helped me out. Thank you alot! :!)
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top