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)\"\" \"About 
You can put this solution on YOUR website!
Use \"A=P%281%2Bi%29%5En\"
\n" ); document.write( "P=19000
\n" ); document.write( "i=0.06
\n" ); document.write( "n=12
\n" ); document.write( "\"A=19000%281%2B0.06%29%5E12\"
\n" ); document.write( "A=38231.73
\n" ); document.write( "hence, the accumulated value is $38231.73
\n" ); document.write( "
\n" ); document.write( "
\n" );