41.9k views
19 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 WestFarmer
by
7.5k points

1 Answer

8 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 Ankur Chaudhary
by
7.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories