Question 969857
 Suppose you have $1000 invested in a fund that pays 6% per year compounded monthly. 
a) Write an equation for the function that finds the value of the investment after "m" months. I came up with V=1000(1+0.06 divided by 12)^m
V(t) = 1000(1.005)^t
------------------------- 
b) Then, Find an equation for the inverse of the function found in part (a).
Interchange V and t to get:
t = 1000(1.005)^V
------
Solve for "V"::
1.005^V = t/1000
V = log(t/1000)/log(1.005)
====================
Cheers,
Stan H.
-------------------