document.write( "Question 387983: Determine a rule for the nth term of the sequence. Then find a17.
\n" );
document.write( "86, 82, 78, 74, 70 ... a17 =? \n" );
document.write( "
Algebra.Com's Answer #274276 by robertb(5830)![]() ![]() You can put this solution on YOUR website! an = a1 + (n-1)d = 86 + (n-1)(-4) = 86 - 4n + 4 = 90 - 4n. Hence an = 90 - 4n. \n" ); document.write( "Then a17 = 90 - 4*17 = 22. \n" ); document.write( " |