document.write( "Question 930474: find the sum of the first 50 terms of the arithmetic sequence below\r
\n" );
document.write( "\n" );
document.write( "-13, -5, 3, 11... \n" );
document.write( "
Algebra.Com's Answer #565152 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! -13, -5, 3, 11... \n" ); document.write( "arithmetic sequence: d = 8 \n" ); document.write( ".......... \n" ); document.write( "a50 = -13 + (49)6 = 281 \n" ); document.write( "S(50) = 50/2(-13 + 281) = 25*268 = 6,700 \n" ); document.write( " |