
Camron C. answered 12/16/15
Tutor
5.0
(201)
Patient and Knowledgeable Software Engineer and MS in CS Student
The equation for compounded interest is as follow:
P = C (1 + r/n)nt
where:
P = ending amount
C = beginning amount
r = interest rate (as a decimal)
n = number of times per year the interest is compounded
t = number of years
For your example:
P = $5000
C is unknown
r = 0.06
n = 12 times per year
t = 15 years
Now Plugging in numbers:
(5000) = C [1 + (.06)/(12)](12)(15)
(5000) = C [1.005](180)
(5000) = C (2.454093562)
C = (5000) / (2.454093562)
C = 2037.412134
This rounded is $2037.41.
This may be the answer but technically this amount would be slightly insufficient to get $5000 after 15 years since it is rounded. To make sure to have the $5000, you would need to round the answer up to $2037.42.
I hope this helps!