document.write( "Question 886006: On January 1, Mustafa borrows $1000 on a demand loan from his bank. Interest is paid at the end of each quarter (March 31, June 30, September 30, December 31) and at the time of the last payment. Interest is calculated at the rate of 12% on the balance of the loan outstanding. Mustafa repaid the loan with the following payments:\r
\n" );
document.write( "\n" );
document.write( "March 1 $100
\n" );
document.write( "April 17 $300
\n" );
document.write( "July 12 $200
\n" );
document.write( "August 20 $100
\n" );
document.write( "October 18 $300
\n" );
document.write( "Total $1000\r
\n" );
document.write( "\n" );
document.write( "Calculate the interest payments required and the total interest paid.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #535614 by Theo(13342)![]() ![]() You can put this solution on YOUR website! your solution is shown below. \n" ); document.write( "look below that for comments. \n" ); document.write( " ![]() \n" ); document.write( "rembal is the remaining balance after the interest has been accrued and the payment has been made. \n" ); document.write( "pmt is the payment \n" ); document.write( "int is the interest \n" ); document.write( "pmt+int is the total payment made which includes the principal plus the interest that is due. \n" ); document.write( "for example: \n" ); document.write( "march shows a remaining balance of 900. \n" ); document.write( "that remaining balance is equal to the 1000 in january plus interest of 120 that accrued from january to march minus payment of 220 made in march. \n" ); document.write( "the payment in march included the principal which was 100 and the interest due which was equal to 120. \n" ); document.write( " \n" ); document.write( " |