document.write( "Question 857721: Suppose you invest $1000 in a savings account that pays 2.5% annual interst. How much will be in the account after 5 years? \n" ); document.write( "
Algebra.Com's Answer #516796 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Interest = P * N * r\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P = principal
\n" ); document.write( "n = number of years
\n" ); document.write( "r = rate of interest\r
\n" ); document.write( "\n" ); document.write( "P=1000
\n" ); document.write( "n= 5 years
\n" ); document.write( "r= 2.5% = 0.025\r
\n" ); document.write( "\n" ); document.write( "Interest = 1000 * 5 *0.025
\n" ); document.write( "=125\r
\n" ); document.write( "\n" ); document.write( "Amount = principal + interest\r
\n" ); document.write( "\n" ); document.write( "= 1000 +125\r
\n" ); document.write( "\n" ); document.write( "= $1125 after 5 years
\n" ); document.write( "
\n" );