document.write( "Question 1195745: An account with a balance of
\n" );
document.write( "$5000 is calculated to earn
\n" );
document.write( "2.5% of interest compounded
\n" );
document.write( "annually. What is the final
\n" );
document.write( "‘amount’ of the account
\n" );
document.write( "balance after 5 years?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #828265 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P = deposit = $5000 \n" ); document.write( "r = annual interest rate in decimal form = 0.025 \n" ); document.write( "n = number of times money is compounded per year = 1 \n" ); document.write( "t = number of years = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = P(1+r/n)^(n*t) \n" ); document.write( "A = 5000(1+0.025/1)^(1*5) \n" ); document.write( "A = 5657.04106445312 \n" ); document.write( "A = 5657.04 dollars \n" ); document.write( " \n" ); document.write( " |