Looking for reliable answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Our Q&A platform offers a seamless experience for finding reliable answers from experts in various disciplines. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

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 class=
A Sequence Is Defined Recursively As Follows What Is The Value Of A6 class=

Sagot :

If a₁ = 5 and [tex]a_{n+1}=a_n-3[/tex], 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