I have a problem with Sequences and im trying to figure it out any help
![I have a problem with Sequences and im trying to figure it out any help class=](https://us-static.z-dn.net/files/db9/5fdbc4a83ab7899dfa0561b4e9a9e99e.png)
Answer:
see explanation
Step-by-step explanation:
The given formula is a recursive formula which allows a term in the sequence to be found using the previous term.
Given
[tex]A_{n}[/tex] = [tex]A_{n-1}[/tex] + 3 with A₁ = 2, then
A₂ = A₁ + 3 = 2 + 3 = 5
A₃ = A₂ + 3 = 5 + 3 = 8
A₄ = A₃ + 3 = 8 + 3 = 11
A₅ = A₄ + 3 = 11 + 3 = 14
The first 5 terms in the sequence are 2, 5, 8, 11, 14