asked 60.6k views
5 votes
Find f(1), f(2), f(3) and f(4) if f(n) is defined recursively by f(0)=4 and for n=0,1,2,… by: (a) f(n+1)=1f(n)

1 Answer

4 votes


f(3) = 6
Given that,

f(n + 1) = f(n) - 2


f(n + 1) - f(n) = - 2
answered
User GeoffM
by
8.5k points

Related questions

asked Aug 26, 2024 208k views
Layonez asked Aug 26, 2024
by Layonez
8.4k points
1 answer
2 votes
208k views
asked Dec 3, 2024 120k views
Beejor asked Dec 3, 2024
by Beejor
7.3k points
1 answer
2 votes
120k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.