document.write( "Question 800964: the first term of an arithmetic sequence is -14 while the sum of the first 20 term is 860. find the 20th term. \n" ); document.write( "
Algebra.Com's Answer #483381 by Finavon(81)![]() ![]() ![]() You can put this solution on YOUR website! Let x = difference between terms and Sum(n) = sum of 1st n terms \n" ); document.write( "Series is -14, (-14+x), (-14+2x), (-14+3x), ... (-14+(n-1)*x) \n" ); document.write( "Sum(n) = -14 + (-14+x) + (-14+2x) + (-14+3x) + ... + (-14+(n-1)*x) \n" ); document.write( "Rearrange Sum(n) = (-14)*n + x*(1+2+3+ .. +(n-1)) \n" ); document.write( "Add 2nd arithmetic series (reversed) \n" ); document.write( "Sum(n) = -14*n + x*( (1+2+3+ .. +(n-1)) + ((n-1)+(n-2)+(n-3)+ .. +1) )/2 \n" ); document.write( "=-14*n + x*n*(n-1)/2\r \n" ); document.write( "\n" ); document.write( "So Sum(20)=-14*20+ x*20*(20-1)/2 = -280+x*20*19/2 \n" ); document.write( "So 860=-280+190*x \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20th term is -14+19*6=114-14=100 \n" ); document.write( "20th term is 100 \n" ); document.write( " |