document.write( "Question 1022561: how do u find the 10th term and the nth term of a sequence
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #638217 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Which kind of sequence? For arithmetic ones,
\n" ); document.write( "\"a%5Bn%5D+=+a%5B1%5D+%2B+%28n-1%29d\"
\n" ); document.write( "and so
\n" ); document.write( "\"a%5B10%5D+=+a%5B1%5D+%2B+9d\"
\n" ); document.write( "
\n" );