133k views
1 vote
Which recursive sequenge would produce the sequence 6, -26, 134, ...?

Which recursive sequenge would produce the sequence 6, -26, 134, ...?-example-1
User Copper
by
7.5k points

1 Answer

5 votes

Let us consider the reccurssive relation


\begin{gathered} a_1=6 \\ a_n=-5a_(n-1)+4 \end{gathered}

Now, if we put n=2,3,...


\begin{gathered} a_2=-30+4 \\ =-26 \\ a_3=130+4 \\ =134 \end{gathered}

Hence, the correct option is (D).

User MoMoney
by
8.3k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.