document.write( "Question 1201812: Find the nth term for this increasing arithmetic sequence:
\n" );
document.write( "2,4,6,8,10... \n" );
document.write( "
Algebra.Com's Answer #836321 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "ANSWER: 2n \n" ); document.write( "The common difference is 2, so the formula for the n-th term is 2n+a for some number a. \n" ); document.write( "When n=1, the term is 2, so \n" ); document.write( "2(1)+a = 2 \n" ); document.write( "2+a = 2 \n" ); document.write( "a = 0 \n" ); document.write( "So the formula for the n-th term is 2n+0, or just 2n. \n" ); document.write( " \n" ); document.write( " |