document.write( "Question 656795: find Sn fort he given arithmetic series.. a1=22 d=-8 n=21
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #409650 by jhadipak(3)![]() ![]() ![]() You can put this solution on YOUR website! Solution: we know that Sn = (n/2)(2a + (n - 1)d) \n" ); document.write( "where n = last term \n" ); document.write( "a = first term and d = difference between two terms. \n" ); document.write( "Datas We have given in the problem as a1=22 d=-8 n=21 \n" ); document.write( "where a1 = 1st term \n" ); document.write( "plugging all the given values will result \n" ); document.write( "Sn = (n/2)(2a + (n - 1)d) \n" ); document.write( " = (21/2)(2(22) + (21 - 1)(-8)) \n" ); document.write( " = (21/2)(44 + (20)(-8)) \n" ); document.write( " = (21/2)(44 - 160) \n" ); document.write( " = (21/2)(-116) \n" ); document.write( " = 21(-58) \n" ); document.write( " = -1218 \n" ); document.write( "As we can see that the difference of the number given is negative so the last term must be negative. \n" ); document.write( "Hope this will help you!! \n" ); document.write( " |