document.write( "Question 1119497: Find the first term, the common difference, and the nth term of the arithmetic sequence described here;
\n" );
document.write( "8th term is 4; 18th term is – 96 \n" );
document.write( "
Algebra.Com's Answer #735078 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The nth term of an arithmetic sequence is a(n) = a + (n-1)d \n" ); document.write( "where d = common difference, a = 1st term \n" ); document.write( "a(18) - a(8) = a + 17d - (a + 7d) = -96 - 4 = -100 \n" ); document.write( "Thus 10d = -100 -> d = -10 \n" ); document.write( "a(8) - a = a + 7d - a = 7d = -70 \n" ); document.write( "a = 4 - -70 = 74 \n" ); document.write( "Thus a(n) = 74 - 10(n-1) \n" ); document.write( " |