document.write( "Question 1204430: A man borrows 1,000 and agrees to repay with 10 instalments, each instalment being less than the preceding instalment by 8. Find the his first instalment \n" ); document.write( "
Algebra.Com's Answer #840687 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "a = first installment = first term of arithmetic sequence\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n = 10 = number of payments
\n" ); document.write( "d = -8 = common difference\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sn = sum of first n terms of arithmetic sequence, aka arithmetic progression (AP)
\n" ); document.write( "Sn = 1000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sn = (n/2)*(2*a + d(n-1))
\n" ); document.write( "1000 = (10/2)*(2*a - 8(10-1))
\n" ); document.write( "1000 = 5(2a-72)
\n" ); document.write( "2a-72 = 1000/5
\n" ); document.write( "2a-72 = 200
\n" ); document.write( "2a = 200+72
\n" ); document.write( "2a = 272
\n" ); document.write( "a = 272/2
\n" ); document.write( "a = 136\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The arithmetic sequence of 10 payments is
\n" ); document.write( "136, 128, 120, 112, 104, 96, 88, 80, 72, 64
\n" ); document.write( "I used the \"sequence\" command in GeoGebra to generate this list quickly. A spreadsheet is another good option.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "As a check,
\n" ); document.write( "136+128+120+112+104+96+88+80+72+64 = 1000
\n" ); document.write( "We have confirmed the correct first payment.
\n" ); document.write( "An interesting thing to notice is:
\n" ); document.write( "(n/2)*(1st term + 10th term) = (10/2)*(136+64) = 1000\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: 136
\n" ); document.write( "
\n" ); document.write( "
\n" );