149k views
3 votes
Find the 4th term of the recursive rule where f(1) = 3, and f(n) = f(n - 1) + 4.

User Kassie
by
8.0k points

2 Answers

2 votes

Answer:

15

Explanation:

f(4)=f(4-1) +4

f(4)=f(3) +4

f(3)=f(2) +4

f(2)=f(1) +4

f(2)=3+4

f(2)=7

f(3) =7+4

=11

f(4)=11+4

=15

User Tomaj
by
8.1k points
1 vote

Answer:

f(1) = 3

f(2) = f(1) + 4 = 3 + 4 = 7

f(3) = f(2) + 4 = 7 + 4 = 11

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

User Geremy
by
7.5k points