document.write( "Question 710201: if you invested $250 at 16% interest how much will you have after 18 years? \n" ); document.write( "
Algebra.Com's Answer #436915 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! if you invested $250 at 16% interest how much will you have after 18 years? \n" ); document.write( "----------------- \n" ); document.write( "If it's simple interest, you'll have $250*0.16*18 = $720 \n" ); document.write( "------------ \n" ); document.write( "If it's compount interest, which is likely, it varies with the compounding period. \n" ); document.write( "--- \n" ); document.write( "Compounded annually it's $250*(1.16)^18 = $3615.63 \n" ); document.write( "Compounded quarterly it's $250*(1.04)^72 = $4210.57 \n" ); document.write( "Compounded continuously it's $250*e^0.16*18 = $ 4453.68 \n" ); document.write( " \n" ); document.write( " |