document.write( "Question 1180187: the sum of the arithmetic serie whose first two terms are -12 and -8, respectively, and whose last term is 124. \n" ); document.write( "
Algebra.Com's Answer #809794 by mananth(16946)![]() ![]() You can put this solution on YOUR website! the sum of the arithmetic serie whose first two terms are -12 and -8, respectively, and whose last term is 124.\r \n" ); document.write( "\n" ); document.write( "-12, -8, ...........124\r \n" ); document.write( "\n" ); document.write( "a= -12, d=4, tn =124\r \n" ); document.write( "\n" ); document.write( "tn = nth term = a+(n-1)d\r \n" ); document.write( "\n" ); document.write( "124 = -12+(n-1)4\r \n" ); document.write( "\n" ); document.write( "136 = 4n-4 \n" ); document.write( "140 = 4n \n" ); document.write( "n= 35 There area 35 terms\r \n" ); document.write( "\n" ); document.write( "Sum of terms Sn = (n/2) * (a+l) where a is the first term and l is the last term\r \n" ); document.write( "\n" ); document.write( "Sn = (35/2) (-12+124)\r \n" ); document.write( "\n" ); document.write( "= 35*112/2\r \n" ); document.write( "\n" ); document.write( "35* 56 =1960\r \n" ); document.write( "\n" ); document.write( "sum of the arithmetic series = 1960 \n" ); document.write( " |