190k views
0 votes
Find the first five terms of the sequence described. a₁=3, aₙ₊₁=aₙ+5

User Jwendl
by
8.0k points

1 Answer

1 vote

Final answer:

The first five terms of the sequence are 3, 8, 13, 18, 23.

Step-by-step explanation:

The given sequence is defined by a₁=3 and aₙ₊₁=aₙ+5. To find the first 5 terms of the sequence, we can use the recursive formula. Starting with the first term, we have:

  1. a₁ = 3
  2. a₂ = a₁ + 5 = 3 + 5 = 8
  3. a₃ = a₂ + 5 = 8 + 5 = 13
  4. a₄ = a₃ + 5 = 13 + 5 = 18
  5. a₅ = a₄ + 5 = 18 + 5 = 23

Therefore, the first five terms of the sequence are 3, 8, 13, 18, 23.

User Henrov
by
7.6k points