Question

In: Operations Management

I think I have this figured out, but need a double check... Thank you Here is...

I think I have this figured out, but need a double check... Thank you

Here is the question:

Regional distributors are currently using continuous review inventory policy. Compute and describe their inventory management policy and associated cost. Ignore inbound and outbound transportation cost. Provide answers and calculations for order quantity, demand during lead time, safety stock, average inventory level, inventory holding cost per week, ordering cost per week, and total cost per week.

The service level is 90% and the average lead time is 2 weeks.

Here is the style I used to answer.

Q*

Ddlt

SS

Avg Inv

Inv cost

Ord Cost

Tot Cost

Atlanta

Boston

Chicago

Dallas

LA

Total cost of the distribution system

Supporting info:

Inbound TRANSPORTATION COSTS PER UNIT PRODUCT
Warehouse Inbound Outbound
Atlanta $             12.00 $  13.00
Boston $             11.50 $  13.00
Chicago $             11.00 $  13.00
Dallas $               9.00 $  13.00
Los Angels $               7.00 $  13.00
Table 3: Outbound Transportation Costs per Unit in Single Centralized System
Warehouse atlanta boston chicago dallas los angles
Atlanta $                     13.00
Boston $                     16.00 $       13.00
Chicago $                     16.00 $       10.00 $       13.00
Dallas $                     17.00 $       17.00 $       17.00 $       13.00
Los Angels $                     19.00 $       19.00 $       18.00 $       10.00 $       13.00
Table 4: Ordering Cost and Holding Costs (per unit per week)
cost at ordering cost holding cost
current system regional warehouse $  5,550.00 $         1.25
central warehouse central warehouse $  5,550.00 $         1.25
mixed model central warehouse $  3,000.00 $         1.00
fegional wareshoue $  3,000.00 $         1.25
HISTORICAL demand for 12 weeks
Week 1 2 3 4 5 6 7 8 9 10 11 12
Atlanta 33 45 37 38 55 30 18 58 47 37 23 55
Boston 26 35 41 40 46 48 55 18 62 44 30 45
Chicago 44 34 22 55 48 72 62 28 27 95 35 45
Dallas 27 42 35 40 51 64 70 65 55 43 38 47
Los Angels 32 43 54 40 46 74 40 35 45 38 48 56

Solutions

Expert Solution

Answer - There is limited information shared in the question. I have assumed ordering cost & Holding cost as it was not clearly spelled out.

There is a huge gap between ordering cost and holding cost so the value of Q looks in appropriate. I have tried to illustrate the concept with formula so that you may recheck the value of ordering cost & holding cost to update the solution at your end.

The solution is explianed in below table and inputs are also taken from above two tables

Pl note thatr Z for 90% is 1.28


Related Solutions

I figured it out thanks
I figured it out thanks
I have figured out the first part of this question in that there is no significant...
I have figured out the first part of this question in that there is no significant difference because 1.78<2.306. But this second part is confusing to me. Can you explain the formula I need to use? Thanks .Menstrual cycle lengths (days) in an SRS of nine women are as follows: {31, 28, 26, 24, 29, 33, 25, 26, 28}. Use this data to test whether mean menstrual cycle length differs significantly from a lunar month using a one sample t-test....
I have figured out this assignment, but I am having a hard time figuring out the...
I have figured out this assignment, but I am having a hard time figuring out the extra credit, Thanks! Creating a Rectangle class We have created a representation of a rectangle in C++ and extended it to create multiple representation's of rectangles. Classes can simplify that process considerably. In this assignment, your task is to convert the representation of a rectangle we created earlier in the semester to a Rectangle class. The Rectangle class shall consist of the following: The...
Hello! I have worked out all these questions, but want to double check them with your...
Hello! I have worked out all these questions, but want to double check them with your answers before submitting them. Thanks! 1. On December 31, 20X1, a company adopted the dollar-value LIFO inventory method. Inventory at the end of 20X1 for its only inventory pool was $400,000 under the dollar-value LIFO method. At the end of 20X2, inventory at year-end cost is $473,000 and the cost index is 1.10. At the end of 20X3, inventory at year-end cost is $492,000...
Forget it, I figured it out on my own, S&H I figured everyone new that it...
Forget it, I figured it out on my own, S&H I figured everyone new that it was Shipping and Handling or that Circ. was circulation. Question was, is it profitable at .10%? 2nd question was How many units and what is the response rate needed to Breakeven? I'm sorry I thought I had all the information and thought the question was enough to understand. Sorry if confused hope that helped. Explain how to get answers, excel would be great. Facts:...
I am currently working on creating a dice game. I have not figured out how to...
I am currently working on creating a dice game. I have not figured out how to make it work? What should I do to make it work? Here is what I have so far: <!doctype html> <html> <head> <meta charset="UTF-8"> <title>Dice Game</title> <link rel="stylesheet" type="text/css" href="dice.css"> </head> <body> <div class="row" align="center"> <div class="col-4"> <h3>Your Dice</h3> <img src="dice images/m1.png" width="100" height="100" alt="roll: 1" id="mydice1"/> <img src="dice images/m1.png" width="100" height="100" alt="roll: 1" id="mydice2"/> </div> <div class="col-4"> <h3>Opponent's Dice</h3> <img src="dice images/o1.png" width="100"...
I have figured out the risk premium and average risk premium for the question below. I'm...
I have figured out the risk premium and average risk premium for the question below. I'm having trouble figuring out what the standard deviation of the risk premium is. 2006 18.67 7.50 2007 9.01 7.16 2008 −39.83 2.80 2009 30.90 0.80 2010 20.56 0.92 The average risk premium is 4.03% but can't figure out how to calculate standard deviation of the risk premium. Yes, an excel function will do. Thank you.
EDIT***** I figured it out. I will post the solution in a bit... I could use...
EDIT***** I figured it out. I will post the solution in a bit... I could use some help with the following problem that implements the Abstract Factory Pattern: Consider 2 SALES RECEIPT classes: RECEIPT1 and RECEIPT2. RECEIPT1 has a method that displays the message “Receipt Body 1”. RECEIPT2 has a method that displays the message “Receipt Body 2”. A SALES RECEIPT object has exactly 1 header and 1 footer. There are 2 possible HEADER classes (HEADER1 and HEADER2) and 2...
program runs but does not compute the average. Here is what I have. Thank you #include...
program runs but does not compute the average. Here is what I have. Thank you #include <iostream> #include<iomanip> #include"Average.h" using namespace std; int main() {    cout<<"Enter 3 integers, seperated by spaces, on a single line: ";    int number1, number2, number3;    cin>>number1>>number2>>number3;    int average;    double avg; //   average = computeAverage(number1, number2, number3);    cout<<"Average of "<<number1<<" and "<<number2 <<" and "<<number3 <<" is "    <<average<<endl;          cout<<"Enter 2 integers, seperated by a space,...
THIS IS THE THIRD TIME ASKING THE SAME QUESTION, PLEASE DOUBLE CHECK YOUR ANSWERS. THANK YOU....
THIS IS THE THIRD TIME ASKING THE SAME QUESTION, PLEASE DOUBLE CHECK YOUR ANSWERS. THANK YOU. AND ANSWER ALL PARTS A, B AND C The USA Today reports that the average expenditure on Valentine's Day is $100.89. Do male and female consumers differ in the amounts they spend? The average expenditure in a sample survey of 44 male consumers was $135.67, and the average expenditure in a sample survey of 32 female consumers was $68.64. Based on past surveys, the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT