document.write( "Question 679081: Find the first 25 terms of the arithmetic series:\r
\n" );
document.write( "\n" );
document.write( "8+15+22+29+... \n" );
document.write( "
Algebra.Com's Answer #421790 by partha_ban(41)![]() ![]() You can put this solution on YOUR website! We know that an = a1 + (n – 1)d \n" ); document.write( "where an = n-th term = 25th term here \n" ); document.write( "a1 = 1st term = 8 \n" ); document.write( "d = constant difference = 15-8 = 7 \n" ); document.write( "n = 25 \n" ); document.write( "Therefore, a25 = 8 + (25-1)*7 \n" ); document.write( "= 8 + 24*7 \n" ); document.write( "= 8 + 168 \n" ); document.write( "= 176 \n" ); document.write( " |