document.write( "Question 1177003: Give an explicit rule for the nth term of the sequence:
\n" ); document.write( "-8, 3, 14, 25, ....
\n" ); document.write( "

Algebra.Com's Answer #805185 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
difference is +11
\n" ); document.write( "a1=-8
\n" ); document.write( "an=a1+d(n-1)
\n" ); document.write( "an=-8+11(n-1)
\n" ); document.write( "
\n" );