Adam opens a superannuation account with a deposit of $1000$ and intends to deposit money at a rate of $1000$ per year for the next 25 years. Interest is paid at the rate of $0.1$% pa, compounded continuously. If A is the amount after $t$ years, prove that $$A = 11000e^{0.1t}-10000$$
I simply have $A = 1000e^{0.1t}$. Obviously this is wrong but I cant see where or why anything would be subtracted in this case. To try and account for the deposits, I set up a recursive balance which I found the sum of the geometric progression to be $A = 1000\left[\frac{(e^{0.1})^{t+1} -1}{e^{0.1} -1}\right]$
It cam from $A_0=1000$
$A_1 = 1000e^{0.1}+1000$...
. . . $A_t =1000\left[\frac{(e^{0.1})^{t+1} -1}{e^{0.1} -1}\right]$
Please help