1975 Views
Hi,
Page 50 of the exercices uses the function AnnualizedCost. It seems to me that this function discounts "enf of the year" payments (for example for bulbs with Life = 3) to the beginning of the first (of the three) year. I am fine with this which is written as AnnualizedCost(6*5, 3) which returns the value 11.02.
But what about AnnualizedCost(1*5, 1)? Is it also a payment at the end of the first year for which the function should return the value 5.25 instead of 5 as seen in the model?
Where am I wrong?
All of these with alpha = 5%.
Thanks for any help on this "easy" problem.
Denis