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:
In which is the first term.
The sequence can also be represented by a recursive function, as follows:
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