
Jake Z. answered 05/06/19
Experienced TA/Tutor for Computer Science & Programming Skills
So the formula to know for these kind of problems is :
A = P(1 ± n/r)rt
A: Final amount
P: Starting amount
n: Rate of growth/decay (the ± is + for growth and - for decay)
r: Rate of compounding (if it's 2 times per year this number is 2, if its every month per year its 12)
t: Time elapsed
So you could plug this problem into that formula to get:
39,276.25 = 37,000 (1 + 0.04/4)4t
Now we have to solve for t, 1st divide both sides by 37,000 to get:
39,276.25 / 37,000 = (1.01)4t
Now we take the log of both sides to remove t from the exponent:
log(39,276.25 / 37,000) = 4 * t * log(1.01)
log(39,276.25 / 37,000) / 4 = t * log(1.01)
log(39,276.25 / 37,000) / (4 * log(1.01)) = t
After plugging these numbers into a calculator, you can solve for t as 1.5 years.
Hope this helped!