Your goal is to optimize your profit. Over a 10 week period the demands for your product are 85, 97, 120, 105, 84, 74, 116, 123, 104, 98. The item sells for 50 dollars. There is a 500 dollar shipping charge on each order and if you order 150 or fewer items, each item costs 30. If you order between 150 and 249, each item costs 27 dollars. If you order 250 or more items, then the cost is 24 dollars per item. Each item in inventory costs 5 dollars due to storage space, capital spent, etc. Each item with a shortage (demand exceeds inventory) costs 15 dollars due to a loss of customer satisfaction, these items are never sold. What is your ordering policy?
ormaybesaladqh
Answered question
2022-10-29
Modeling Question: What to make my decision variables
I was given the following problem, and I am having trouble determining what to make my decision variables to model it:
Your goal is to optimize your profit. Over a 10 week period the demands for your product are 85, 97, 120, 105, 84, 74, 116, 123, 104, 98. The item sells for 50 dollars. There is a 500 dollar shipping charge on each order and if you order 150 or fewer items, each item costs 30. If you order between 150 and 249, each item costs 27 dollars. If you order 250 or more items, then the cost is 24 dollars per item. Each item in inventory costs 5 dollars due to storage space, capital spent, etc. Each item with a shortage (demand exceeds inventory) costs 15 dollars due to a loss of customer satisfaction, these items are never sold. What is your ordering policy?
I've tried calling the number of products bought in week i at quantity j, where i goes from 1 to 10 and j goes from 1 to 3. Then I need a binary decision variable. I said let if and 0 if it is 0. I have issues modeling the inventory and shortage costs, then. There has to be a better way to define my decision variables.