document.write( "Question 9815: What are the next three terms in this sequence?
\n" ); document.write( " 12,17,22,27,32,...
\n" ); document.write( "

Algebra.Com's Answer #128900 by bob123132(33)\"\" \"About 
You can put this solution on YOUR website!
You may also use the following formula \"tn=a%2B%28n-1%29%28d%29\" where tn is your term number that you are trying to find, a is the first number of the sequence, n is the number of which the term in order (ex 17 is n#2 and 22 is n#3) and d is the common difference (d=t2-t1) This formula is more helpful for trying to find say, the 800th term. \n" ); document.write( "
\n" );