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

Relax

Respuesta :

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.