document.write( "Question 1040843: Which nth term of the arithmetic sequence 2,7,12 is 152 \n" ); document.write( "
Algebra.Com's Answer #655776 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! the nth term of an arithmetic sequence is defined as \n" ); document.write( ": \n" ); document.write( "an = a1 + d(n-1), where a1 is the first term and d is the common difference \n" ); document.write( ": \n" ); document.write( "152 = 2 + 5(n-1) \n" ); document.write( ": \n" ); document.write( "150 = 5n - 5 \n" ); document.write( ": \n" ); document.write( "5n = 155 \n" ); document.write( ": \n" ); document.write( "n = 31 \n" ); document.write( ": \n" ); document.write( "******************** \n" ); document.write( "152 is the 31st term \n" ); document.write( "******************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |