asked 45.4k views
5 votes
F(n + 1) = f(n) – 3. If f(4) = 22, what is f(1)?

asked
User Nojevive
by
8.6k points

1 Answer

3 votes

Answer:

f(1) = 31.

Explanation:

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

So f(4) = f(3) - 3

22 = f(3) - 3

f(3) = 22 + 3 = 25

so f(2) = 25 + 3 = 28

and f(1) = 28 + 3 = 31.

answered
User Vedburtruba
by
7.8k points

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.