document.write( "Question 276446: Suppose that $7000 is invested at an interest rate of 5.8% per year, compounded continuously. What is the balance after 9 years?\r
\n" );
document.write( "\n" );
document.write( "I need a detailed explanation please! Thank You! \n" );
document.write( "
Algebra.Com's Answer #201463 by jirehcwe(1)![]() ![]() ![]() You can put this solution on YOUR website! balance=7000(1.058)^n \n" ); document.write( "n being the number of years. \n" ); document.write( "1.058 is given by 100%+5.8% and power n is through compounding interest. \n" ); document.write( "balance=7000(1.058)^9 \n" ); document.write( "=7000(1.661) \n" ); document.write( "=11627.03 \n" ); document.write( " |