189,660 views
40 votes
40 votes
A sequence is defined by the recursive function f(n + 1) = f(n) – 2.

If f(1) = 10, what is f(3)?

1
6
8
30

User Glaze
by
2.9k points

1 Answer

20 votes
20 votes

Answer:

f(3) = 6

Explanation:

If f(1)=10, then f(1+1)=f(1)-2

f (2) = 10 - 2 = 8

Therefore f(3) = f(2) - 2 = 8 - 2 = 6

User Kenji
by
2.6k points