document.write( "Question 332879: find N of the arithmetic sequence a1=-6, aN=-23, d=-1 \n" ); document.write( "
Algebra.Com's Answer #238506 by jrfrunner(365) You can put this solution on YOUR website! in an arithmetic sequence, \r \n" ); document.write( "\n" ); document.write( "the nth term is defined as : \n" ); document.write( "therefore\r \n" ); document.write( "\n" ); document.write( "given: \n" ); document.write( "\n" ); document.write( "-23=-6+(n-1)*(-1) \n" ); document.write( "-23+6=-(n-1) \n" ); document.write( "17=n-1 \n" ); document.write( "18=n\r \n" ); document.write( "\n" ); document.write( "--- \n" ); document.write( "so, |