document.write( "Question 546724: find the amount that results from the investment of 12000 invested at 5% compounded quarterly after a period of 4 years \n" ); document.write( "
Algebra.Com's Answer #356079 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
A=12000(1+0.05/4)^4*4
\n" ); document.write( "A=12000(1.0125)^16
\n" ); document.write( "A=12000*1.22
\n" ); document.write( "A=$14,640.00
\n" ); document.write( "
\n" );