Chapter 08 – Location Planning and Analysis
8-25
Education.
WD = weighted distance value for a given site
wi = weight associated with existing location i
di = the distance between existing site i and the proposed location
For a typical facility location problem, wi (weight) represents the amount of goods or units
shipped between the proposed location and the existing location i.
For a facility layout problem, wi (weight) represents the number of trips between the existing
location i and the proposed location.
Distance is calculated using either Rectilinear, Euclidean or Weighted Average methods. The site
with the lowest weighted-distance would be selected, because the lowest weighted-distance
usually results in the lowest transportation costs.
Problem 1
Based on the destination locations and quantities given in textbook problem 15, the company is
considering two locations for a new plant. The coordinates of the first plant location are: (x = 2, y
= 3) and the coordinates of the second location are: (x = 4, y = 3).
a. Determine the Euclidean distance from the first proposed plant location to all of the
destination locations.
b. Determine the Rectilinear distance from the first proposed plant location to all of the
destination locations.
c. Determine the Euclidean distance from the second proposed plant location to all of the
destination locations.
d. Determine the Rectilinear distance from the second proposed plant location to all of the
destination locations.
e. Determine the Weighted Distance value for the first and second proposed plant locations
based on Euclidean distance and decide where the new plant should be located.
f. Determine the Weighted Distance value for the first and second proposed plant locations
based on Rectilinear distance and decide where the new plant should be located.
Solution to Problem 1