24.2k views
5 votes
Write a recursive sequence that represents the sequence defined by the following explicit formula: an=- 5x + 3(n - 1)

1 Answer

3 votes

explicit formula:


a_n=-5x+3\mleft(n-1\mright)​

First a1


\begin{gathered} a_1=-5x+3(1-1) \\ a_1=-5x \end{gathered}

Now, for an


a_n=a_(n-1)+3

User Mathisonian
by
3.9k points