document.write( "Question 1039413: which term of the arithmetic sequence is -18,given that a1=7 and a2=2?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #654139 by chen.aavaz(62)![]() ![]() ![]() You can put this solution on YOUR website! This is an arithmetic sequence with common difference d=a2-a1=2-7=-5\r \n" ); document.write( "\n" ); document.write( "The nth term is: xn = a + d(n-1) where a is the first term.\r \n" ); document.write( "\n" ); document.write( "Therefore: -18=7-5*(n-1), so n=6 \n" ); document.write( " |