document.write( "Question 605848: find the sum of each.
\n" );
document.write( " 2.3+2.6+2.9+....; 40th term \n" );
document.write( "
Algebra.Com's Answer #381825 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! This is an arithmetic sequence with common difference = 0.3 \n" ); document.write( "The nth term of this sequence can be written a(n) = a + 0.3*(n-1), where a = the 1st term \n" ); document.write( "So a(40) = 2.3 + 0.3(39) = 14 \n" ); document.write( "The sum of the first 40 terms is S(40) = (40/2)(a + a(40)) = 20(2.3+14) = 326 \n" ); document.write( " \n" ); document.write( " |