document.write( "Question 57214: Sum this series of numbers: 1+4+7+10+13+16+....+8938+8941+8944. How do you find the number of integers and how do you solve? I got 1491 integers [1+(n-1)*3 = 8944 and Sum [n/2*(1+8944)]= 13,336,995. \n" ); document.write( "
Algebra.Com's Answer #38927 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Sum this series of numbers: 1+4+7+10+13+16+....+8938+8941+8944. How do you find the number of integers and how do you solve? I got 1491 integers [1+(n-1)*3 = 8944 and Sum [n/2*(1+8944)]= 13,336,995. \n" ); document.write( "---------- \n" ); document.write( "a(n)=a(1)+(n-1)d \n" ); document.write( "1+(n-1)3=8944 \n" ); document.write( "(n-1)3=8943 \n" ); document.write( "n-1=2981 \n" ); document.write( "n=2982 \n" ); document.write( "The last term is the 2982nd term \n" ); document.write( "Sum= (n/2)(1+8944) \n" ); document.write( "Sum=(2982/2)(8945) \n" ); document.write( "Sum=your answer is correct here \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |