document.write( "Question 140683: I need to find the 20th partial sum of sequence 17,23,29,35... I have found d=6 and the 20th term is 131, but what next to find partial sum? Thank You \n" ); document.write( "
Algebra.Com's Answer #102395 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the 20th partial sum of sequence 17,23,29,35... I have found d=6 and the 20th term is 131 \n" ); document.write( "-------------- \n" ); document.write( "S(20) = (20/2)(a(1) + a(20)) \n" ); document.write( "S(20) = 10[17 + 131] \n" ); document.write( "S(20) = 10*148 \n" ); document.write( "S(20) = 1480 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |