68.6k views
4 votes
OMG SOMEONE ANSWER MY QUESTIONNN I ASKED IT 5 TIMES ALREADY AND NO ONE HAS ANSWERED

Which of the following represents a recursive sequence?

A.
a(n)=3(n)-2
B.
a(n)=3x3^(n-1)
C.
a(n)=3xa(n-1)
D.
a(n)=3

User Gregory
by
8.6k points

1 Answer

5 votes
I believe it’s C, because in a recursive rule you must have (n-1), this shows that you’re using the previous term to solve for the next one.
User Guiccbr
by
8.5k points