Asked by Helen
how would you solve f(n)=f(n-1)+d
when n=1 and d=2?
when n=1 and d=2?
Answers
Answered by
Damon
f(1) = f(0) + 2
You can not say much more because we need a starting point
eg
f(0) = f(-1) + 2
f(-1) = f(-2) + 2 and so on
You can not say much more because we need a starting point
eg
f(0) = f(-1) + 2
f(-1) = f(-2) + 2 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.