Asked by Lisa

I need to find the rule of the sequence.

n 2 3 4 5
t(n) 75 1875 46875 1171875

I know the bottom is times 25, but I don't get how to do a rule that is t(n)=

Answers

Answered by Steve
Well, you have the rule, so you know that

t(1) = 3*25
t(n+1) = t(n)*25
so, t(n) = 3*25^n
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions