document.write( "Question 250826: Use the sequence below to write an expression for the nth term
\n" ); document.write( "term (n) 1 2 3 4 5
\n" ); document.write( "sequence -2 1 4 7 10
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #184450 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
we have the following table:
\n" ); document.write( "term . (n) . . . 1 . . .2 . . .3 . . .4 . . .5
\n" ); document.write( "sequence . . . . -2 . . 1 . . .4 . . .7 . . .10\r
\n" ); document.write( "\n" ); document.write( "Notice as we go up 1 on the x, we go up 3 on the y. This will give us slope = 3/1.
\n" ); document.write( "Now, we have
\n" ); document.write( "Y = 3x + b. we pick a coordinate, let's say 2,1.
\n" ); document.write( "1 = 3(2) + b - -> b = -5.
\n" ); document.write( "So, we get
\n" ); document.write( "Y = 3X - 5.
\n" ); document.write( "
\n" );