David W. answered 04/25/21
Tutor
4.7
(90)
Experienced Prof
Write recursive and explicit rules for the sequence: 54, 43, 32, 21, 10 ...
Note that this is an Arithmetic Sequence.
Explicit definition:
an = 54 - 11(n-1) ( for n > 0 )
Recursive definition:
a1 = 54
an = an-1 - 11 ( for n > 1 )