document.write( "Question 339231: Find the nth term formula for the given arithmetic sequence; 9,7,5,3.... \n" ); document.write( "
Algebra.Com's Answer #243147 by alanc(27)![]() ![]() You can put this solution on YOUR website! look at each term: from 9 to 7 we see a difference of -2 \n" ); document.write( "from 7 to 5 we see a difference of -2 \n" ); document.write( "Therefore the common difference d = -2\r \n" ); document.write( "\n" ); document.write( "first term a = 9\r \n" ); document.write( "\n" ); document.write( "nth term should be describe as a_n = a + d*(n-1)\r \n" ); document.write( "\n" ); document.write( "formula : a_n = 9 + -2*(n-1)\r \n" ); document.write( "\n" ); document.write( "makes sense because the 2nd term 7 = 9 -2 *(2-1) = 7 \n" ); document.write( "try it out.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |