document.write( "Question 188092: what is the 14th term in an arthmetic sequence in which the first term is 100 and the common diffence is -4? \n" ); document.write( "
Algebra.Com's Answer #141785 by Juhi(44)\"\" \"About 
You can put this solution on YOUR website!
we have a=100 and d=-4\r
\n" ); document.write( "\n" ); document.write( "nth term = a+(n-1)d
\n" ); document.write( "14th term = a+(14-1)d
\n" ); document.write( " = 100 + 13(-4)
\n" ); document.write( " = 100-52
\n" ); document.write( " = 48
\n" ); document.write( "
\n" );