document.write( "Question 1153018: A friend lends you $200 for a week, which you agree to repay with 5% one-time interest. How much will you have to repay (including the principal)? \n" ); document.write( "
Algebra.Com's Answer #775154 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "interest = 5% of 200 \n" ); document.write( "interest = (5/100)*200 \n" ); document.write( "interest = 0.05*200 \n" ); document.write( "interest = 10 dollars\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You have to repay $10 in interest on top of the $200 loaned to you. In total, you have to pay back 200+10 = 210 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A shortcut is to multiply 200 by 1.05 to get 200*1.05 = 210. The 1.05 multiplier represents \n" ); document.write( "100% + 5% = 1.00 + 0.05 = 1.05 \n" ); document.write( "In other words, this represents a 5% increase.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 210 dollars \n" ); document.write( " \n" ); document.write( " |