129k views
1 vote
If a sequence us defined recursively by f(0)= 3 and f (n+1)= -f (n) +5 for n>_ 0 then f (2) is equal to?

User Oranutachi
by
7.8k points

1 Answer

2 votes
f(1) = -f(0) +5 = -3 +5 = 2
f(2) = -f(1) +5 = -2 +5 = 3

f(2) = 3

_____
The sequence appears to alternate between 3 and 2.
User Stevejay
by
9.4k 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