document.write( "Question 1009837: Be glad if someone could help me with this. Thanks\r
\n" );
document.write( "\n" );
document.write( "If an={-3,2,7,12,17...}\r
\n" );
document.write( "\n" );
document.write( "Determine the sum of the firts 40 terms of an \n" );
document.write( "
Algebra.Com's Answer #625318 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! this is an arithmetic sequence \n" ); document.write( "the summation of the first n terms = (n/2)(2a + d(n-1)) where a is the first term and d is the difference between terms \n" ); document.write( "***************************************************************************** \n" ); document.write( "In our problem, n = 40, d = 5 and a = -3 \n" ); document.write( "summation of first 40 terms = (40/2)(2*(-3) + 5(40-1)) = 3780 \n" ); document.write( " \n" ); document.write( " |