asked 37.6k views
5 votes
Use function notation to write a recursive formula to represent the sequence: 4, 8, 12, …

A.f(n) = f(n − 1) + 4
B.f(n) = f(n − 1) + 2
C.f(n) = f(n − 1) ⋅ 4
D.f(n) = f(n − 1) ⋅ 2

2 Answers

4 votes

Answer: A.f(n) = f(n − 1) + 4 Hope this helps :)

answered
User AtifSayings
by
7.8k points
3 votes

Answer:

A.f(n) = f(n − 1) + 4

Explanation:

4+4 = 8

8+4 = 12

We are adding 4 to the term before it

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

answered
User AllanT
by
8.1k 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.