6.6k views
2 votes
Write a recursion formula for the sequence.5, 14, 23, 32,…

User Moeri
by
3.4k points

1 Answer

2 votes

Answer:

a₁ = 5

aₙ = aₙ₋₁ + 9

Step-by-step explanation:

Each term of the sequence 5, 14, 23, 32,... is equal to the term before plus 9 because

14 = 5 + 9

23 = 14 + 9

32 = 23 + 9

Therefore, the first term a₁ is 5 and the recursive formula is

a₁ = 5

aₙ = aₙ₋₁ + 9

User Sahil Sonawane
by
3.5k points