207k views
14 votes
A sequence is defined recursively as follows.


What is the value of a6 ?

A sequence is defined recursively as follows. What is the value of a6 ?-example-1
A sequence is defined recursively as follows. What is the value of a6 ?-example-1
A sequence is defined recursively as follows. What is the value of a6 ?-example-2
User AVSuresh
by
8.6k points

1 Answer

4 votes

If a₁ = 5 and
a_(n+1)=a_n-3, then

a₂ = a₁ - 3 = 5 - 3 = 2

a₃ = a₂ - 3 = 2 - 3 = -1

a₄ = a₃ - 3 = -1 - 3 = -4

a₅ = a₄ - 3 = -4 - 3 = -7

a₆ = a₅ - 3 = -7 - 3 = -10

User Jonathan Chow
by
9.0k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories