At Westonci.ca, we make it easy for you to get the answers you need from a community of knowledgeable individuals. Experience the convenience of getting reliable answers to your questions from a vast network of knowledgeable experts. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

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?


Sagot :

{{{ 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)