asked 19.7k views
4 votes
A sequence is defined by the recursive function f(n+1)= f(n) -2. If f(1) =10. what is f(3)?

1 Answer

2 votes

Answer:

6

Explanation:

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

n=1,f(2)=f(1)-2=10-2=8

n=2,f(3)=f(2)-2=8-2=6

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.