document.write( "Question 1170344: Given an arithmetic sequence, 2,−1,−4,−7,...\r
\n" );
document.write( "\n" );
document.write( "Firstly, Find the common difference, then, find the 120thterm, and lastly, find which term is −595.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795229 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! common difference is -3 \n" ); document.write( "-595 is -597 from +2 or 199 terms after it or the 200th term \n" ); document.write( "an=a1+(n−1)d \n" ); document.write( "a200=2+(199)(-3)=-595 \n" ); document.write( "- \n" ); document.write( "a120=2+(119)(-3)=-355 \n" ); document.write( " |