document.write( "Question 326093: Can you help me find the Nth term of this arihmetic sequence?\r
\n" );
document.write( "\n" );
document.write( "4, 4+s, 4+2s, 4+3s \n" );
document.write( "
Algebra.Com's Answer #233404 by vksarvepalli(154)![]() ![]() You can put this solution on YOUR website! the n th term is given by \r \n" ); document.write( "\n" ); document.write( " t(n)= 4+(n-1)s \n" ); document.write( " |