document.write( "Question 565548: find the sum of the first 30 terms of 4+7+10+13+16+19.... \n" ); document.write( "
Algebra.Com's Answer #365872 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
find the sum of the first 30 terms of 4+7+10+13+16+19....
\n" ); document.write( "==========================
\n" ); document.write( "This is an arithmetic sequence with a_1 = 4, and a common difference of 3.
\n" ); document.write( "The formula for the n-th term is:
\n" ); document.write( "a_n = a_1 + (n-1)d
\n" ); document.write( "a_n = 4 + 3(n-1) = 3n + 1
\n" ); document.write( "So the 30th term is a_30 = 3*30 + 1 = 91
\n" ); document.write( "The sum of the 1st n terms of an arithmetic sequence is:
\n" ); document.write( "S_n = (n/2)(a_1 + a_n)
\n" ); document.write( "So S_30 = (30/2)(4+91) = 95*15 = 1425
\n" ); document.write( "
\n" );