53.4k views
1 vote
Write a recursive rule for the sequence an=-4+4n

User Dcg
by
7.6k points

1 Answer

4 votes

Answer:


a_(1)=0 and


a_(n)=a_(n-1)+4

Explanation:

The sequence is given by
a_(n) =-4+4n.

Now, putting n = 1,
a_(1)=-4+4 (1)=0.

Now, putting n = 2,
a_(2)=-4+4(2)=4

Therefore,
a_(2)=a_(1)+4 .........(1)

Again, putting n = 3,
a_(3)=-4+4(3) =8

Therefore,
a_(3)=a_(2)+4 .......... (2)

Hence, from equations (1) and (2), we can write


a_(1)=0 and


a_(n)=a_(n-1)+4

So, this above relation gives the recursive rule for the given sequence. (Answer)

User Little Endian
by
8.5k points

No related questions found

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