Asked by Ellie

Is this correct? Write an explicit and recursive formula: -5,-4,-3,-2,-1... explicit: -5N+1
recursive:An-1+1

Answers

Answered by Reiny
In the recursive, if you meant
A<sub>n</sub> = A<sub>n-1</sub> + 1 , you should have included, n > 1, A<sub>1</sub> = -5

In the recursive notation, the initial value(s) has to be included or else you can't start the thing off.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions