document.write( "Question 868032: Compute the total amount of money in an account that began with 25000 invested at 4% compounded quarterly for 5 years
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #523315 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
\"A+=+25000%281.01%29%5E%2820%29\"
\n" ); document.write( " In General \"A%28t%29+=+P%281%2Br%2Fn%29%5E%28nt%29\"
\n" ); document.write( "A = Accumulated Amount
\n" ); document.write( "P= principal = 25000
\n" ); document.write( "r= annual rate = .04
\n" ); document.write( "n= periods per year = 4
\n" ); document.write( "t= years = 5
\n" ); document.write( "
\n" ); document.write( "
\n" );