95.5k views
4 votes
A recursive rule for a geometric sequence is a1=9; an=2/3 (an-1)

A recursive rule for a geometric sequence is a1=9; an=2/3 (an-1)-example-1
User Codigube
by
3.9k points

1 Answer

5 votes

Since the first term is 9, then the second is


\begin{gathered} a_2=9((2)/(3)) \\ a_3=9((2)/(3))^2 \\ \ldots \end{gathered}

Then, ain iterative rule is


a_n=9((2)/(3))^(n-1)

that is, the third one.

User Tannaz
by
3.2k points