document.write( "Question 1202578: David deposited $10,000 in an account that pays 5 percent interest compounded annually. how much money did he have in his account after the first 10 years. \n" ); document.write( "
Algebra.Com's Answer #837497 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Amount after 10 years ?\r \n" ); document.write( "\n" ); document.write( "P=10000\r \n" ); document.write( "\n" ); document.write( "r=5% = 0.05\r \n" ); document.write( "\n" ); document.write( "n= 10\r \n" ); document.write( "\n" ); document.write( "A = p*(1+r)^n\r \n" ); document.write( "\n" ); document.write( "A = 10000*(1+0.05)^10 \n" ); document.write( "= $16288.95\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |