99.4k views
1 vote
Plzzz Help!
Determine the recursive function that defines the sequence.

Plzzz Help! Determine the recursive function that defines the sequence.-example-1

1 Answer

2 votes

Answer:

A

Explanation:

The recursive rule allows any term to be found by multiplying the previous term by the common ratio r

Here r =
(a_(2) )/(a_(1) ) =
(20)/(4) = 5

Then

f(n) = 5 . f(n - 1) , for n ≥ 2 → A

User Fenil Patel
by
3.6k points