|
In Problem B1, it's easy to identify the most and least fair allocations. It's more difficult to decide the degree of fairness among the remaining three allocations. Note 3
We need a more objective way to measure how close an allocation is to the fair allocation. Here's one method:
| Arrange the stacks in the allocation in increasing order. |
| Move 1 coin from an above-average stack to a below-average stack. (Here, "average" refers to the mean.) This move will create a new allocation of the coins with the same mean. |
| Continue moving coins, one at a time, from an above-average stack to a below-average stack until (if possible) each stack contains the same number of coins. |
| One measure of the degree of fairness for an allocation is the number of coins you had to move. The smaller this number is, the closer the allocation is to the fair allocation. |
|