Respuesta :
An arithmetic sequence
[tex]a_1,a_2,a_3,\ldots,a_n,\ldots[/tex]
is one in which consecutive terms of the sequence differ by a fixed number, call it d. This means that, given the first term [tex]a_1[/tex], we can build the sequence by simply adding d :
[tex]a_2=a_1+d[/tex]
[tex]a_3=a_2+d[/tex]
[tex]a_4=a_3+d[/tex]
and so on, the general pattern governed by the recursive rule,
[tex]a_n=a_{n-1}+d[/tex]
We can exploit this rule in order to write any term of the sequence in terms of the first one. For example,
[tex]a_3=a_2+d=(a_1+d)+d=a_1+2d[/tex]
[tex]a_4=a_3+d=(a_1+2d)+d=a_1+3d[/tex]
and so on up to
[tex]a_n=a_1+(n-1)d[/tex]
In this case, we're not given the first term right away, but the 17th. But this isn't a problem; we can use the same exploit to get
[tex]a_{18}=a_{17}+d[/tex]
[tex]a_{19}=a_{17}+2d[/tex]
[tex]a_{20}=a_{17}+3d[/tex]
and so on, up to the next term we know,
[tex]a_{28}=a_{17}+11d=-40+11d[/tex]
(Notice how the subscript of a on the right and the coefficient of d add up to the subscript of a on the left.)
The 28th term is -73, so we can solve for d :
[tex]-73=-40+11d\implies -33=11d\implies d=-3[/tex]
To get the first term of the sequence, we use the rule found above and either of the known values of the sequence. For instance,
[tex]a_{17}=a_1+16d\implies-40=a_1-16\cdot3\implies a_1=8[/tex]
Then the recursive rule for this particular sequence is
[tex]\begin{cases}a_1=8\\a_n=a_{n-1}-3&\text{for }n>1\end{cases}[/tex]