D Simple interest rate calculation

For the simple interest on an amount Xt at the interest rate r:

Xt+1=Xt(1+r)

For example, if we pay interest on 100€ at an annual rate of 10%, we get:

100+0.10100=100(1+0.10)=110

If we add interest to the new value Xt+1 again (compound interest), we get:

Xt+2=Xt+1(1+r)

By substituting the first into the second equation, we get:

Xt+2=Xt(1+r)(1+r)=Xt(1+r)2

For T interest periods, we obtain:

Xt+T=Xt(1+r)T

We can rearrange this equation according to Xt to determine the initial amount Xt that would have to be invested at interest r in order to obtain an amount Xt+T at time t+T:

Xt=Xt+T(1+r)T

In this form, Xt is sometimes referred to as the cash value (present value) of the future value Xt+T.