159k views
5 votes
Find the nth term for this sequence 5,9,13,17,21

1 Answer

7 votes

Here, a = 5, d = 9-5 = 4

A(n) = a+(n-1)d

A(n) = 5+(n-1)4

A(n) = 5+4n-4

A(n) = 4n+1

User Rijnhardt
by
7.4k points