document.write( "Question 953629: Given the arithmetic sequence:7;2:-3...determine the nth term \n" ); document.write( "
Algebra.Com's Answer #582407 by 9512185769085(1)\"\" \"About 
You can put this solution on YOUR website!
Tn=a+(n-1)d
\n" ); document.write( "Tn=7+(n-1)(-5)
\n" ); document.write( "Tn=7-5n+5
\n" ); document.write( "Tn=12-5n
\n" ); document.write( "
\n" );