17,425 views
45 votes
45 votes
What is the fifth term of the sequence defined by the recursive rule f(1) = 5, f(n)=f(n-1) + 3

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Answer gets 53 points

User Kaljak
by
2.5k points

1 Answer

5 votes
5 votes

Answer:

f(5) = 17

Explanation:

Using the recursive rule and f(1) = 5 , then

f(2) = f(1) + 3 = 5 + 3 = 8

f(3) = f(2) + 3 = 8 + 3 = 11

f(4) = f(3) + 3 = 11 + 3 = 14

f(5) = f(4) + 3 = 14 + 3 = 17

User Thedom
by
2.9k points