document.write( "Question 370519: What is the answer to find the sum of the first 70 terms of the arithmetic sequence 45, 39, 33, 27? \n" ); document.write( "
Algebra.Com's Answer #264107 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the answer to find the sum of the first 70 terms of the arithmetic sequence 45, 39, 33, 27 \n" ); document.write( "--- \n" ); document.write( "1st term: a = 45 \n" ); document.write( "Common difference: d = -6 \n" ); document.write( "n = 70 \n" ); document.write( "---- \n" ); document.write( "last = a(70) = 45+(69)(-6) = -369 \n" ); document.write( "S(n) = (n/2)(a + last) \n" ); document.write( "----- \n" ); document.write( "S(70) = (70/2)(45-369) \n" ); document.write( "--- \n" ); document.write( "S(70) = 35(-324) = -11340 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |