document.write( "Question 1084071: Given the first four terms and the number of terms in the series, what is the sum of the following arithmetic series?
\n" ); document.write( "20 + 27 + 34 + 41, n = 16
\n" ); document.write( "

Algebra.Com's Answer #698140 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Sum is n(a1+an)/2
\n" ); document.write( "a1=20, and an=a1+15*7=125
\n" ); document.write( "therefore, sum is 16(20+125)/2=8*145=1160
\n" ); document.write( "check
\n" ); document.write( "20+27+34+41+48+55+62+69+76+83+90+97+104+111+118+125=1160
\n" ); document.write( "
\n" ); document.write( "
\n" );