document.write( "Question 1010826: Find the sum of the first 70 terms of the arithmetic sequence: 22,19,16,13
\n" ); document.write( "Find the exact sum of the infinite geometric sequence a (1/2), (-1/4),(1/8)
\n" ); document.write( "

Algebra.Com's Answer #626333 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Couple of ways to do this...let me show you one way...
\n" ); document.write( "Let us find the 70th term, by an = a1 + (n-1)d...
\n" ); document.write( "a70 = a1 + 69(-3) = 22 - 207 = -185
\n" ); document.write( "Then Sn = (n/2)(a1 + an) = (70/2)(22 - 207) = 35(-185) = -6475
\n" ); document.write( "For the second one, it's a bit easier...we use
\n" ); document.write( "Sn = a1 / (1 - r) = (1/2) / (1 - (-1/2)) = (1/2) / (3/2) = 1/3
\n" ); document.write( "
\n" );