document.write( "Question 624527: If you put $5,000 in a savings account that pays interest at a rate of 4%, compunded anuually, how much will you have in 5 years? \n" ); document.write( "
Algebra.Com's Answer #392803 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( " In General \"A+=+P%281%2Br%2Fn%29%5E%28nt%29\"
\n" ); document.write( "A = Accumulated Amount
\n" ); document.write( "P= principal = 5000
\n" ); document.write( "r= annual rate = .04
\n" ); document.write( "n= periods per year = 1
\n" ); document.write( "t= years =5
\n" ); document.write( "\"A+=+5000%281.04%29%5E5\" \n" ); document.write( "
\n" );