document.write( "Question 690876: Find the sum of the first 196 terms of 2,7,12,17,... \n" ); document.write( "
Algebra.Com's Answer #427185 by mouk(232)![]() ![]() You can put this solution on YOUR website! The terms 2,7,12,17,... form an Arithmetic Progression (AP) with: \n" ); document.write( "first term, a = 2 \n" ); document.write( "common difference, d=5\r \n" ); document.write( "\n" ); document.write( "You can use the AP summation formula \n" ); document.write( "\n" ); document.write( "The result is as follows: \n" ); document.write( "
|