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

asked
User Kassie
by
8.4k 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

answered
User Tomaj
by
8.8k 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

answered
User Geremy
by
8.2k 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.