asked 165k views
0 votes
If a1=6 and an=an-1 -2

If a1=6 and an=an-1 -2-example-1

1 Answer

5 votes

Answer:

a₄ = 0

Explanation:

using the recursive rule
a_(n) =
a_(n-1) - 2 and a₁ = 6 , then

a₂ = a₁ - 2 = 6 - 2 = 4

a₃ = a₂ - 2 = 4 - 2 = 2

a₄ = a₃ - 2 = 2 - 2 = 0

answered
User Theactiveactor
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.