Final answer:
The initial term (f(1)) of the arithmetic sequence is $35, and the common difference is $3. The recursive rule is f(n) = f(n-1) - 3. The explicit rule is f(n) = 38 - 3n.
Step-by-step explanation:
To answer the question, we need to identify the initial term and common difference of the arithmetic sequence given by the account balances for each month. Looking at the table:
It's clear that each month, the account balance is decreasing by $3, which is the common difference. Now, we can create the recursive and explicit rules.
Recursive Rule
The recursive rule for an arithmetic sequence is defined by the initial term and the common difference:
f(1) = 35
f(n) = f(n-1) - 3
Explicit Rule
For the explicit rule, we use the formula for an arithmetic sequence:
f(n) = f(1) + (n - 1)d
Which in this case translates to:
f(n) = 35 - 3(n - 1)
Therefore, the explicit rule is f(n) = 38 - 3n.