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)=
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
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!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.