54.8k views
4 votes
Write a RECURSIVE and EXPLICIT model for the following geometric sequence. 3, 15, 75, 375, 1875, ...

1 Answer

2 votes

Answer:

Explanation:

Common ratio (r) = 2nd term / 1st term = 15/3 = 5

Recursive formula:


a_(n)=a_(n-1)*r \\\\a_(n)=a_(n-1)*5\\=5a_(n-1)

Explicit formula:

a = first term = 3


a_(n)=ar^(n-1)\\\\a_(n)=3*(5)^(n-1)\\

User Steve Graham
by
6.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.