Asked by lala
A recursive function is defined by: an = 2a n - 1 with a0 = 1
Find the value of a3
Find the value of a3
Answers
Answered by
mathhelper
a<sub>n</sub> = 2a<sub>n-1</sub> where a<sub>1</sub> = 1
tells me your sequence starts with 1, and each new term is double the
one before it, that is .....
1, 2, 4, 8, ....
tells me your sequence starts with 1, and each new term is double the
one before it, that is .....
1, 2, 4, 8, ....
Answered by
lala
Thank you
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.