Question 1043002
.
How do i write an equation for the nth term of this arithmetic sequence.

2,13,24,35,...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
{{{a[n]}}} = 2 + (n-1)*11.


2 is the first term,  11 is the common difference.
</pre>

On arithmetic progressions read the lesson

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=http://www.algebra.com/algebra/homework/Sequences-and-series/Arithmetic-progressions.lesson>Arithmetic progressions</A>

in this site.