191k views
0 votes
Write a recursive rule for a sequence where every term is the same

User Sberley
by
8.6k points

2 Answers

3 votes
answer: An = An-1

For example, suppose the firs term, A1 is 5

Then A2 = A1 = 5

A3 = A2 = 5

A4 = A3 = 5.
User Andriy M
by
7.3k points
3 votes
The recursive rule for a sequence where every term is the same is an = an-1
User Andybega
by
8.0k points