document.write( "Question 450583: What is the 35th term of the arithmetic sequence where a1 = 13 and a17 = –35 ? \n" ); document.write( "
Algebra.Com's Answer #309938 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Arithmetic sequences have a common difference, d. The common difference can be
\n" ); document.write( "obtained from:
\n" ); document.write( "d = (a_n - a_1)/(n-1)
\n" ); document.write( "In this case, n=17:
\n" ); document.write( "d = (a_17 - a_1)/(17 - 1) = (-35 - 17)/(17 - 1) = -48/16 = -3
\n" ); document.write( "So the sequence can be written:
\n" ); document.write( "a_n = 13 - 3(n-1) = 16 - 3n
\n" ); document.write( "To find the 35th term, substitute n=35 into the above equation:
\n" ); document.write( "a_35 = 16 - 3(35) = -89
\n" ); document.write( "Ans: 35th term = -89\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );