4.Find the first five terms of the recursive sequence
![4Find the first five terms of the recursive sequence class=](https://us-static.z-dn.net/files/d80/d068c8c6fced205a220841737e0ae641.png)
Answer:
5, 12, 19, 26, 33
Step-by-step explanation:
Using the recursive rule and a₁ = 5 , then
a₂ = a₁ + 7 = 5 + 7 = 12
a₃ = a₂ + 7 = 12 + 7 = 19
a₄ = a₃ + 7 = 19 + 7 = 26
a₅ = a₄ + 7 = 26 + 7 = 33
The first 5 terms are 5, 12, 19, 26, 33