What is the transfer-line manufacturing system

Assignment Help Other Subject
Reference no: EM131347246

Chapter 8

1. What is the transfer-line manufacturing system? What are its advantages? What are its disadvantages?

2. What is the flexible manufacturing? What are its advantages? What are its disadvantages?

3. What is the just-in-time manufacturing? How to achieve it? How does it impact facilities design?

4. What is the U-shaped flow-line manufacturing system? Why does it become so popular?

Chapter 9

1. A classroom 80'x60' with a 11' ceiling will be illuminated for reading and transcribing handwriting in ink or medium pencil on good-quality paper. Uniform lighting is required throughout the room. Desks in the classroom are 3' high. All ceilings and walls are to be painted medium-color and soft 40 watt fluorescent lamps are selected for long-term eye comfort, 2-lamp-and-4'-long luminaries are used, luminaries are to be ceiling mounted, and all luminaries are to be cleaned every six months. Please determine the numbers of lamps and luminaries and develop the light layout.

2. Everything remains the same as that of Question 1 except that the luminaries are suspended from 25' ceiling. Please determine the numbers of lamps and luminaries and develop the light layout.

Chapter 10

1. There are six Walmart stores in Eastern Kentucky. Their coordinates are identified (in mile): P1 (60, 180), P2 (150, 250), P3 (5, 90), P4 (210, 120), P5 (70, 10), and P6 (170, 50). A new distribution center is planned to supply merchandise to these six stores. The cost per unit distance traveled between the distribution center and each store is the same. The number of freight truck trips per week between the distribution center and the store 1, 2, 3, 4, 5 and 6 are expected to be 20, 10, 50, 60, 25 and 30, respectively. (50 pts)

1) Please identify the best location for the new distribution center. Your submission needs to include:

a) The m-file
b) The calculated minimum cost and the location coordinates

2) The best place identified in 1) is unfortunately located in the middle of a lake. Thus, an iso-cost contour map is needed to figure out possible alternative locations. Please calculate the iso-cost contour map of this question. Your submission needs to include:

a) The m-file.
b) A large-area, coarse map with labels. Please mark the identified best location, P1, P2, P3, P4, P5, and P6 on this contour map.
c) A small-area (zoom in on the center), fine map without labels.

3) Compare 1) and 2)'s results and check if the coordinate location in 1) matches the center of the contour lines in 2).


2. Example 10.2: A new machine needs to be added into a maintenance department among five existing machines, which are currently located in coordinates: P1 (1, 1), P2 (6, 2), P3 (2, 8), P4 (3, 6) and P5 (8, 4). The cost per unit distance traveled between the new machine and each existing machine is the same. The number of trips per day between the new machine and the existing machines 1, 2, 3, 4 and 5 are 10, 20, 25, 20 and 25, respectively.

1) Please identify the best location for the new machine. Your submission needs to include:

a) The m-file

% 430 HW 10 Problem 1

% Define x values for calculating the cost along the x axis

x=1:0.1:8;

% Calculate the sub-total cost along the x axis

sumx=10*abs(x-1)+20*abs(x-6)+25*abs(x-2)+20*abs(x-3)+25*abs(x-8);

% Calculate the minimum x sub-total cost and the corresponding x value

[xmin, indexx]=min(sumx);

% Figure out the x value at which the total cost along the x axis is

% minimum

xvalue=x(indexx)

xmin

% Define y values for calculating the cost along the y axis

y=1:0.1:8;

% Calculate the sub-total cost along the y axis

sumy=10*abs(y-1)+20*abs(y-2)+25*abs(y-8)+20*abs(y-6)+25*abs(y-4);

% Calculate the minimum y sub-total cost and the corresponding y value

[ymin, indexy]=min(sumy);

% Figure out the y value at which the total cost along the y axis is

% minimum

yvalue=y(indexy)

ymin

MinTotalCost=xmin+ymin

%End%

b) The calculated minimum cost and the location coordinates

The minimum total cost is 440 at (3, 4)

2) Alternatives are required for the best location of 1). Thus, an iso-cost contour map is needed to identify possible alternative locations. Please calculate the iso-cost contour map of this question. Your submission needs to include:

a) The m-file.

% 430 HW 10 Problem 1 Iso-Cost Contour

% Define [x,y] grid for the region

[x, y]=meshgrid(1:0.1:8, 1:0.1:8)

% Calculate the total cost

TotalCost=10*abs(x-1)+20*abs(x-6)+25*abs(x-2)+20*abs(x-3)+25*abs(x-8)..+10*abs(y-1)+20*abs(y-2)+25*abs(y-8)+20*abs(y-6)+25*abs(y-4);

% Generate the iso-cost contour

contour(x,y,TotalCost, 15)

[Xu, h]=contour(x,y,TotalCost, 15);

clabel(Xu, h)

%End%

b) A large-area, coarse map with labels. Please mark the identified best location, P1, P2, P3, P4, and P5 on this contour map.

c) A small-area (zoom in on the center), fine map without labels.

3) Compare 1) and 2)'s results and check if the coordinate location in 1) matches the center of the contour lines in 2).
Yes, the coordinate location in 1) matches the center of the contour lines in 2).

Reference no: EM131347246

Questions Cloud

What are the implications for macroeconomic policy : Write down the government budget constraint and explain how it can be used to understand the relationship between fiscal and monetary policies.
Residential economic irr calculations-sensitivity case : A development of a track of homes is started during an economic slow period. The pessimistic estimate is that the project will take 18 months. The forecast development costs are: Month’s 1-6 at an expenditure rate of $900,000 per month, the expenditu..
Analyze issues associated with strengthening the competency : Build on your previous discussion answer about change strategies and performance measures, and analyze issues and / or needs associated with strengthening the competency-base of employees in meeting the needs of globalization.Recommend at least tw..
Offset any fees charged by the federal reserve : A bank maintains an average clearing balance of $5,000,000 with the Federal Reserve. The Federal funds rate is currently 6.5 percent. What amount of credit will the bank earn over the reserve maintenance period that can be used to offset any fees cha..
What is the transfer-line manufacturing system : ETM 430:What is the transfer-line manufacturing system? What are its advantages? What are its disadvantages? What is the flexible manufacturing? What are its advantages? What are its disadvantages?What is the just-in-time manufacturing? How to achiev..
Discuss the role of either the cfo or controller : Discuss the role of either the CFO or controller within a small to mid-sized privately held company. What are their duties, responsibilities, and/or function within the firm?
Development of a track of homes is being considered : A development of a track of homes is being considered for the West part of the local city. The developer has estimated the project will take 12 months. The forecast development costs are: Homes will be sold beginning in the sixth month with forecast ..
Research techniques for ensuring atomicity : A brief summary of the technique - A description of the concurrency issue that is resolved by the technique, as well as the advantages and disadvantages of the technique and an explanation of whether the technique is best suited for an all-or-not..
Explain why it is important to provide specific verbal : Doug loves science and hands-on activities. He is interested in dinosaurs and robots, and enjoys using the computer to play games. Doug has shared that he likes putting together Lego sets and has brought several in to the classroom to share. Doug,..

Reviews

Write a Review

Other Subject Questions & Answers

  Differences between healthy and unhealthy personality

In this section of the paper, review the self-reflection you wrote in Week One of this class and describe how and in what ways your views have or have not changed. Analyze your Week One self-assessment using the concepts that you have included in ..

  What management roles owuld vincent be playing

What management roles owuld Vincent be playing as he (a) had weekly security briefing conference calls with coworkers around the globe, (b) assessed the feasibility of adding a new network security consulting service, or (c) kept employees focused on..

  Retentions arguments for instance freedom of speech

Explain Retentions Arguments for instance freedom of speech and Abolitionist Argument in 100 words and explain the 1967 Commission Report to congress

  What is psychopharmacology

What is psychopharmacology? What are some positive aspects related to psychopharmacology? What are some drawbacks?

  Health problem by general public

Why do you think obesity is such a major problem in the United States? And why do you think it is still viewed more as a cosmetic rather than a health problem by the general public?

  What are the symptoms of parkinsons disease

What are the symptoms of Parkinson's disease

  Conservation of malaysian rainforest in international scene

How would you propagate the conservation of the Malaysian Rainforest in International Scenario?

  Management process bring to a health care organization

How are an organizations mission and values important to strategy formulation - what benefits does a strategic management process bring to a health care organization?

  The test will cover monetary policy

The test will cover Monetary Policy, Fiscal Policy & Recession, Inflation and the Long Run. The practice questions (all module 3 questions are relevant) can be found under the content -Take a test/quiz- on the left side.You can attempt as many attemp..

  Pandora valentine collection

pandora valentine collection 2016, This Gemstone scenario comes in spectacular Initialed or initialed or company logo Vernis certain set with an all natural cowhide handle. Its genuine inner preparing makes it the most ideal trip associate. The ba..

  Advantages do the o-scale system

What advantages do the O-Scale System and the Canadian Physical Activity, Fitness, and Lifestyle Approach—Healthy Body Composition Assessment procedure have in comparison to percentage body fat predictions from skinfold measurements, when used in ind..

  Using the social-conflict approach

Using the social-conflict approach, a sociologist might highlight which of the following?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd