document.write( "Question 870528: Evaluate each series to the given term. \r
\n" );
document.write( "\n" );
document.write( "2+4+6+8+...10th term \n" );
document.write( "
Algebra.Com's Answer #524910 by mananth(16946)![]() ![]() You can put this solution on YOUR website! it is an Arithmetic sequence\r \n" ); document.write( "\n" ); document.write( "a=2, d=2 \n" ); document.write( "t10 = a+(n-1)d\r \n" ); document.write( "\n" ); document.write( "t10 = 2+(10-1)2\r \n" ); document.write( "\n" ); document.write( "t10 =2+18 \n" ); document.write( "=20\r \n" ); document.write( "\n" ); document.write( "10th term =20 \n" ); document.write( " |