Question 846949
The third term of an AP is ten more than the first term while the fifth term is 15 more than the second term. find the sum of the 8th and 15th term of the Ap if the 7th term is 7 times the first term.
<pre>
We use the formula for the nth term:

a<sub>n</sub> = a<sub>1</sub> + (n-1)d
</pre>
>>The third term of an AP is ten more than the first term...<<
<pre>
a<sub>1</sub> + 2d = a<sub>1</sub> + 10
     2d = 10
      d = 5     
</pre>
>>...the 7th term is...<<
<pre>
a<sub>7</sub> = a<sub>1</sub> + (7-1)(5) = a<sub>1</sub> + (6)(5) =  a<sub>1</sub> + 30
</pre>
...the 7th term is 7 times the first term
<pre>
a<sub>7</sub> = 7a<sub>1</sub> 

So we have the system of equations:

a<sub>7</sub> = 7a<sub>1</sub>
a<sub>7</sub> = a<sub>1</sub> + 30

7a<sub>1</sub> = a<sub>1</sub> + 30
6a<sub>1</sub> = 30
a<sub>1</sub> = 5

That makes things very easy.  We don't need the formula anymore,
for now we can find any term easily.  That's because the 
arithmetic sequence is just counting by fives:

5,10,15,20,25,30,...

So to find the nth term you just multiply n by 5.
</pre>
>>...find the sum of the 8th and 15th term...<<
<pre>
8(5) + 15(5) = 40 + 75 = 115

Edwin</pre>