305,905 views
37 votes
37 votes
3. The following sequence shows the number of pushups Kendall did each week, starting with her first week of exercising: 6, 18, 54, 162…

(a) What is the recursive rule for the sequence?
(b) What is the iterative rule for the sequence?

User Efecarranza
by
3.2k points

1 Answer

14 votes
14 votes

{{{ THE BOLDED CHARACTERS SHOULD BE SMALL. }}}

SEQUENCE: 6, 18, 54, 162

18/6 = 3

54/18 = 3

162/54 = 3

then, r (common ratio) = 3

_________________________________________

RECURSIVE RULE: r = 3

an = a(n - 1) × r [formula]

ANSWER: an = a(n - 1) × 3

_________________________________________

ITERIATIVE RULE: r = 3, a1 = 6

an = a1 × r^(n - 1) [formula] [ ^(n-1) is an exponent]

ANSWER: an = 6 × 3^(n - 1)

User MKumar
by
2.7k points