document.write( "Question 890214: Please Help. Solve Problem by writing the first few terms of a sequence. anne borrows $1000 and agrees to pay $100 plus interest of 1% on the unpaid balance each month. find the payments for the first six months and the remaining debt at the end of that period. \n" ); document.write( "
Algebra.Com's Answer #538796 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
if i understand this correctly, this is the sequence that will happen.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you borrow 1000
\n" ); document.write( "at the endof the first month, the remaining balance is equal to 1.01 * 1000 which is equal to 1010.
\n" ); document.write( "you pay 110 and the remaining balance is now 900.
\n" ); document.write( "at the end of the next month, the remaining balance is equal to 1.01 * 900 which is equal to 909.
\n" ); document.write( "you pay 109 and the remaining balance is now 800.
\n" ); document.write( "at the end of the nextg month, the remaining balance is equal to 1.01 * 800 which is equal to 808.
\n" ); document.write( "you pay 108 and the remaining balance is now 700.
\n" ); document.write( "this continues until the end of the loan.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Based on these calculations, the total payments after 6 months is equal to 645 dollars. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the actual sequence of payments is 110, 109, 108, 107, 106, 105, ...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the remaining balance after 6 months is equal to 400. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the actual sequence of the remaining balance is 900, 800, 700, 600, 500, 400, ...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "these are both arithmetic sequences.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula for the nth term of an arithmetic sequence is An = A1 + (n-1)d\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for the payments, that formula becomes An = 110 + (n-1) * (-1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for the remaining balance, that formula becomes An = 900 + (n-1) * (-100)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the sum of the elements in an arithmetic sequence is equal to n * (A1 + An) / 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for the 6th month, the numbers become:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "payments:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A6 = 110 + (5) * (-1) = 110 - 5 = 105\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sum(An) from n = 1 to 6 = 6 * (110 + 105) / 2 = 6 * 215 / 2 = 3 * 215 = 645.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "remaining balance:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A6 = 900 + (5) * (-100) = 900 - 500 = 400\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "sum of remaining balance doesn't apply to the remaining balance. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the payments and remaining balance for each time period of the loan are shown in the following picture of the excel spreadsheet used to make the calculations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );