--christian--
To illustrate further of the complexity of cost allocation, let us give an illustration as follows:
A, B, and C is having lunch together in a pizza parlor, where only A and B are paying (they are giving C a treat because today is his birthday). They order a pan of pizza, assuming that the pizza have been sliced into eight slices. Suppose that A eats 4 slices, B eats 2 slices, and C eats 2 slices.
The total cost of pizza is 800. How should that cost be divided between A and B?

There are two solution that I'm going to propose to you:

A> Each slice gets allocated 100, so A will get 400, B will get 200, and C will get 200. But since C is not paying, then his 200 will be allocated to A and B proportionally based on relative slices eaten. So A will get an additional 400 / (400+200) x 200 = 133 so he get a total of 533, and B will get an additional 200 / (400+200) x 200 = 67 so he get a total of 267.
B> Each slice gets allocated 100, so A will get 400, B will get 200, and C will get 200. But since C is not paying, then his 200 will be allocated to A and B equally. So A will get an additional of 100 so he get a total of 500, and B will get an additional of 100 so he get a total of 300.

Now which one is the most logical?

The solution B> is the most logical. Here we learn that cost allocation need not necessarily done in one go, but can be in sequences. Let us view the pizza costing 800 as a resource, and that A, B, and C are the users of that resources. We can see that C here, because he is not paying, can not be considered an end user, so the cost allocated to him must be further allocated to the real end users, in this case A and B.

In the first illustration, we allocate the cost of pizza based on the most logical resource usage, that is the slices of pizza actually consumed. Therefore in allocating the cost remaining in C toward A and B, we must do so based on the most logical way. In absent of any other information, then the most logical way is to split the cost equally, as illustrated in B>.

We can take the problem further by adding another information: C is actually the friend of A, and B have never met C before. Therefore, it become logical that A should bear the whole cost of C alone, because C is his friend. B who have never known C before should not be burdened with the cost. Unless, of course, B have agreed in advance that he will also bear the cost of C.
0 Responses

Post a Comment