document.write( "Question 873419: The question states \"You take out a loan of $800 and the bank charges you 15% compounded interest per year. If *you don't pay off any of the loan in 4 years*, how much money would you owe them?\"\r
\n" );
document.write( "\n" );
document.write( " I'm thinking of using this formula but I'm not sure \n" );
document.write( "
Algebra.Com's Answer #526856 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You are correct. Assuming it's compounded annually, you plug in\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 800 (the amount loaned) \n" ); document.write( "r = 0.15 (15% = 15/100 = 0.15) \n" ); document.write( "n = 1 (compounding 1 time per year) \n" ); document.write( "t = 4 (number of years)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you are compounding at different rates, then you change the value of n. For example, if you compound it quarterly, then you compound 4 times a year (so n = 4). If you compound monthly, then n = 12. \n" ); document.write( " |