document.write( "Question 747229: If $10,000 is invested at 2 percent monthly for 5 years, what is the amount at the end of the term? \n" ); document.write( "
Algebra.Com's Answer #454771 by Alan3354(69443) You can put this solution on YOUR website! If $10,000 is invested at 2 percent monthly for 5 years, what is the amount at the end of the term? \n" ); document.write( "----------------- \n" ); document.write( "FV = PV*(1 + r)^t \n" ); document.write( "r = 2% = 0.02 per month \n" ); document.write( "t = 60 months \n" ); document.write( "---- \n" ); document.write( "FV = 10000*(1.02)^60 \n" ); document.write( "FV = $32810.38 \n" ); document.write( " \n" ); document.write( " |