153k views
4 votes
If a₁ = 7 and an = an-1 - 1 then find the value of a5.

User Zuljin
by
7.6k points

1 Answer

2 votes

Answer:

  • a₅ = 3

--------------------

Given AP with recursive formula:

  • a₁ = 7 and aₙ = aₙ₋₁ - 1

As per recursive formula the first term is a₁ = 7 and common difference is d = -1.

Use the nth term formula to find the 5th term:

  • aₙ = a₁ + (n - 1)d
  • a₅ = 7 + (5 - 1)*(-1) = 7 - 4 = 3
User Buthrakaur
by
7.7k points