The function that represents the arithmetic sequence 8, 1.5, –5, –11.5 is given by:
f(n) = f(n - 1) - 6.5, f(1) = 8.
<h3>What is an arithmetic sequence?</h3>
In an arithmetic sequence, the difference between consecutive terms is always the same, called common difference d.
The nth term of an arithmetic sequence is given by:
![a_n = a_1 + (n - 1)d](https://tex.z-dn.net/?f=a_n%20%3D%20a_1%20%2B%20%28n%20-%201%29d)
In which
is the first term.
The sequence can also be represented by a recursive function, as follows:
![f(n) = f(n - 1) + q, f(1) = a_1](https://tex.z-dn.net/?f=f%28n%29%20%3D%20f%28n%20-%201%29%20%2B%20q%2C%20f%281%29%20%3D%20a_1)
In this problem, the first term is of 8, while the common ratio is of q = -6.5, hence the function is:
f(n) = f(n - 1) - 6.5, f(1) = 8.
More can be learned about arithmetic sequences at brainly.com/question/23842987
#SPJ4