document.write( "Question 724411: find the sum of the terms of the arithmetic sequence1,7,13,19,...109 n = 19 \n" ); document.write( "
Algebra.Com's Answer #443732 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
First term = 1
\n" ); document.write( "difference = 6\r
\n" ); document.write( "\n" ); document.write( "n=19\r
\n" ); document.write( "\n" ); document.write( "Sn= 2a+(n-1)d\r
\n" ); document.write( "\n" ); document.write( "S19=2+18*6\r
\n" ); document.write( "\n" ); document.write( "=2+108\r
\n" ); document.write( "\n" ); document.write( "=110
\n" ); document.write( "
\n" );