shg
MrExcel MVP
- Joined
- May 7, 2008
- Messages
- 21,845
- Office Version
- 2010
- Platform
- Windows
There's a simple weighted center problem at Distribution Center, Fulfillment Center, Warehouse Location Strategy. There are three customers of various sizes:
[Table="width:, class:grid"][tr][td] [/td][td]
[tr][td]
[tr][td]
[tr][td]
[tr][td]
[/table]
Assuming the weight is taken to mean the number of trips you need to make each year (out and back, no stops at other customers), where should you locate a distribution center to minimize total distance?
What they did is take the weighted average of x and weighted average of y ({158, 114}), just what I'd have done; it makes the weighted average distance 81.6 miles per trip.
Except it's the wrong answer. Solver would put the facility at {100, 150}, which makes the average trip 70.6 miles.
Can someone explain the disconnect?
[Table="width:, class:grid"][tr][td] [/td][td]
C
[/td][td]D
[/td][td]E
[/td][/tr][tr][td]
6
[/td][td]x
[/td][td]y
[/td][td]Wgt
[/td][/tr][tr][td]
7
[/td][td]200
[/td][td]50
[/td][td]2500
[/td][/tr][tr][td]
8
[/td][td]300
[/td][td]100
[/td][td]1300
[/td][/tr][tr][td]
9
[/td][td]100
[/td][td]150
[/td][td]5000
[/td][/tr][/table]
Assuming the weight is taken to mean the number of trips you need to make each year (out and back, no stops at other customers), where should you locate a distribution center to minimize total distance?
What they did is take the weighted average of x and weighted average of y ({158, 114}), just what I'd have done; it makes the weighted average distance 81.6 miles per trip.
Except it's the wrong answer. Solver would put the facility at {100, 150}, which makes the average trip 70.6 miles.
Can someone explain the disconnect?