Question 612425
<pre>
The formula to learn for the nth term of arithmetic
sequences is:

a<sub>n</sub> = a<sub>1</sub> + (n-1)·d
I'll work the second one.  But I'll just give you the answer 
to the first one, so you'll have to do it by yourself, but 
you do it exactly like the second one. 

The answer to the first one is

a<sub>n</sub> = 8n - 59 

---------------------
<pre>
2. a6=-31; a14=-135
<pre>
a<sub>n</sub> = a<sub>1</sub> + (n-1)·d


Substitute n=6

a<sub>6</sub> = a<sub>1</sub> + (6-1)d
-31 = a<sub>1</sub> + 5d

Substitute n=14

a<sub>14</sub> = a<sub>1</sub> + (14-1)d
-135 = a<sub>1</sub> + (13)d
-135 = a<sub>1</sub> + 13d


So we have the system of equations:

-135 = a<sub>1</sub> + 13d
 -31 = a<sub>1</sub> +  5d
Multiply the second equation through by -1

-135 =  a<sub>1</sub> + 13d
  31 = -a<sub>1</sub> -  5d

Add those two equations:

-135 =  a<sub>1</sub> + 13d
  31 = -a<sub>1</sub> -  5d
-----------------

-104 =       8d

{{{(-104)/8}}} = d
{{{-13}}} = d


Substituting that in

 -31 = a<sub>1</sub> + 5d
 -31 = a<sub>1</sub> + 5(-13)
 -31 = a<sub>1</sub> - 65
  34 = a<sub>1</sub> 

So 

a<sub>n</sub> = a<sub>1</sub> + (n-1)·d

becomes

a<sub>n</sub> = 34 + (n-1)·(-13)

a<sub>n</sub> = 34 - 13(n-1)

a<sub>n</sub> = 34 - 13n + 13

a<sub>n</sub> = 47 - 13n

Edwin</pre>