document.write( "Question 905771: Find 37th term And 101st term of the sequence 2 5 8 11... \n" ); document.write( "
Algebra.Com's Answer #549378 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
an = a1 + (n - 1)d
\n" ); document.write( "a37 = 2 + (36)3=2+108=110
\n" ); document.write( "a101 = 2 + (100)3=2+300=302
\n" ); document.write( "
\n" );