document.write( "Question 22135: Find the accumulated value of an investment of $19,000 at 6% compounded annually for 12 years. \n" ); document.write( "
Algebra.Com's Answer #10675 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Use \n" ); document.write( "P=19000 \n" ); document.write( "i=0.06 \n" ); document.write( "n=12 \n" ); document.write( " \n" ); document.write( "A=38231.73 \n" ); document.write( "hence, the accumulated value is $38231.73 \n" ); document.write( " \n" ); document.write( " |