Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
The sequence is defined by a recursion formula. Write the first four terms of the sequence: a_1=9; a_n=3a_n-1Asked by Nan
The sequence is defined by a recursion formula. Write the first four terms of the sequence;
a_1=0; a_n=5a_n-1 +7
a_1=0; a_n=5a_n-1 +7
Answers
Answered by
Steve
what's the problem? Just write them out:
a_1 = 0
a_2 = 5a_1 + 7 = 5*0+7 = 7
a_3 = 5a_2 + 7 = 5*7+7 = 42
and so on
a_1 = 0
a_2 = 5a_1 + 7 = 5*0+7 = 7
a_3 = 5a_2 + 7 = 5*7+7 = 42
and so on
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.