Asked by John

Find recursive and explicit formula for -40 -36 -32 -28

Answers

Answered by Steve
Tn = -44+4n

T1 = -40
Tn = T(n-1)+4
Answered by Reiny
As an after-thought .....

Tn = T(n-1) + 4 , T1 = -40 , n > 1

In the recursive notation, the initial value has to be included or else you can't begin your sequence.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions