Quote: Okay, so once again I've been having troubles with a couple of questions and need help! They need to be solved using either the steps of TVM (total value of money calculator) or using the equations A=P(1+i)^n. Here are those questions:
1. Barb invests $15,000 for 7 years and it doubles in value. What interest rate, compounded quarterly was the money invested at?
2. How much longer will it take $25,000 to amount to $100,000 if it is invested at 5% compounded annually compared to 8% quarterly?
1) 30000 = 15000 (1+r/4)^(7*4)
2 = (1+r/4)^28
2^(1/28) = 1 + r/4
2^(1/28)-1 = r/4
r = 4(2^(1/28) - 1) =10.026%
2)
let the 25000 be invested for n years at 5%
100000 = 25000 (1+0.05)^n
4 = (1.05)^n
have to take logs to solve this one
log(4) = n log(1.05)
n = log(4)/log(1.05) = 28.4 yrs so you would need 29 years to get to 100k
now let it be invested for k quarter years at 8% compounded quarterly
100000 = 25000 (1 + 0.08/4)^k
4 = 1.02^k
k = log(4)/log(1.02) = 70 quarter years = 17.5 yrs
the difference is 29 - 17.5 = 11.5 yrs