Questions: Problem 8-8 (Algo)
An initial solution has been given to the following workcenter layout problem. Each location is 180 feet long and 90 feet wide as shown in the following figure. Use the centers of departments for distances and measure distance rectilinearly. For example, the distance between A and B in the initial layout is 180 feet and the distance between A and D is 450 feet.
DEPARTMENT A B C D
---------------
A 0 10 25 55
B 0 10 5
C 0 15
D 0
90' 180' 180' 180'
------------
A B C
D
Given the flows described and a cost of 3 per unit per foot, compute the total cost for the layout.
Transcript text: Problem 8-8 (Algo)
An initial solution has been given to the following workcenter layout problem. Each location is 180 feet long and 90 feet wide as shown in the following figure. Use the centers of departments for distances and measure distance rectilinearly. For example, the distance between $A$ and $B$ in the initial layout is 180 feet and the distance between $A$ and $D$ is 450 feet.
\begin{tabular}{ll|r|rrrr}
& & & \multicolumn{4}{c}{ DEPARTMENT } \\
& & \multicolumn{1}{c}{ A } & B & C & \multicolumn{1}{c}{ D } \\
\cline { 5 - 6 } DEPARTMENT & A & 0 & 10 & 25 & 55 \\
& B & & 0 & 10 & 5 \\
& C & & & 0 & 15 \\
& D & & & & 0
\end{tabular}
\begin{tabular}{|c|c|c|c|}
\hline \multirow[b]{2}{*}{$90^{\prime}$} & $180^{\prime}$ & $180^{\prime}$ & $180^{\prime}$ \\
\hline & A & B & C \\
\hline & & & D \\
\hline
\end{tabular}
Given the flows described and a cost of $\$ 3$ per unit per foot, compute the total cost for the layout.
Solution
Solution Steps
To solve this problem, we need to calculate the total cost of the layout based on the given distances and flows between departments. The cost is determined by multiplying the flow between departments by the distance and the cost per unit per foot.
Extract the flow matrix and the distances between departments.
Calculate the cost for each pair of departments using the formula: cost = flow * distance * cost per unit.
Sum up all the individual costs to get the total cost.
Step 1: Identify Given Data
We are given the flow between departments and the distances between them. The cost per unit per foot is also provided.