130,335 views
22 votes
22 votes
What is the sequence that has a recursive formula A(n) =A(n-1)+9 where A(1)=5?

What is the sequence that has a recursive formula A(n) =A(n-1)+9 where A(1)=5?-example-1
User Siarhei
by
2.2k points

1 Answer

4 votes
4 votes

A(n)=A(n-1)+9

To find the terms, substitute the n by 2 (second term):

A(n-1) is the previous number

A(1)= 5


A(2)=5+9=14

n 3 third term:


A(3)=14+9=23

n 4 fourth term:


A(4)=23+9=32

Sequence:


5,14,23,32,\ldots

User Olkoza
by
2.7k points