document.write( "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 fives the value of the investment after \"m\" months. I came up with V=1000(1+0.06 divided by 12)^m\r
\n" );
document.write( "\n" );
document.write( "b) Then, Find an equation for the inverse of the function found in part (a). \n" );
document.write( "
Algebra.Com's Answer #592589 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose you have $1000 invested in a fund that pays 6% per year compounded monthly. \n" ); document.write( "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 \n" ); document.write( "V(t) = 1000(1.005)^t \n" ); document.write( "------------------------- \n" ); document.write( "b) Then, Find an equation for the inverse of the function found in part (a). \n" ); document.write( "Interchange V and t to get: \n" ); document.write( "t = 1000(1.005)^V \n" ); document.write( "------ \n" ); document.write( "Solve for \"V\":: \n" ); document.write( "1.005^V = t/1000 \n" ); document.write( "V = log(t/1000)/log(1.005) \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------- \n" ); document.write( " |