You can put this solution on YOUR website! Two terms of an arithmetic sequence are a5=11 and a32=65. Find a rule for the nth term.
--------
a(1)+4d = 11
a(1)+31d = 65
---------
Substract to solve for "d":
27d = 54
d = 2
------
Solve for a(1)::
a(1) + 4*2 = 11
a(1) = 3
-------
General term::
a(n) = 3 + (n-1)2
------------------------
Cheers,
Stan H.
------------------------