
David W. answered 03/13/18
Tutor
4.7
(90)
Experienced Prof
1. What is the explicit rule for the geometric sequence? 120, 40, 40/3, 40/9, 40/27, ..
an = 360/3n [for n>0]
Special note: The Explicit Rule depends on the value of n, not on any other value in the sequence.
2. What is the recursive rule for the geometric sequence? 10, −80, 640, −5120, ...
a1 = 10
an = -8an-1 [for n>1]
Special note: To find any term, an, you must recursively find all the previous terms (back to the base case).