149,101 views
43 votes
43 votes
4.Find the first five terms of the recursive sequence

4.Find the first five terms of the recursive sequence-example-1
User Paul Hiles
by
2.9k points

1 Answer

25 votes
25 votes

Answer:

5, 12, 19, 26, 33

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

User Fmpdmb
by
3.3k points