My question is; How can I approach a common interest rate? (See example below for an explanation)
Consider the example in the table below
Addition Interest rate End of the year
100 1.05 105 [100*1.05]
15 1.06 127.2 [(105+15)*1.06]
10 1.08 148.176 [(127.2+10)*1.08]
Hence my question; How can I find the 'common' interest rate, such that with 1 single interest rate, the End of year three amount stays the same? (See example below)
Addition Interest rate End of the year
100 x y1 [100*x]
15 x y2 [(y1+15)*x]
10 x 148.176 [(y2+10)*x]
I was thinking the following, but it did not result in the correct interest rate (Consider the first example, I did not round anything in my calculations.):
100 is done times 1.05, 1.06 and 1.08 = 120.204
15 is done times 1.06 and 1.08 = 17.172
10 is done times 1.08 = 10.8
148.176 (Sum)
My thought on the interest rate was the following:
1.05 - 120.204
1.06 - 137.376 (120.204 + 17.172)
1.08 - 148.176 (120.204 + 17.172 + 10.8)
405.756 (Sum)
Interest rate x = [(120.205 / 405.756) * 1.05] + [(137.376 / 405.756) * 1.06] + [(148.176 / 405.756) * 1.08]
= 1.064341..
However this method results in an end amount of 148.206 instead of 148.176