Ask Question
20 October, 23:04

Write a recursive rule for the function.

f (x) = 80 (3/4) ^x

+3
Answers (1)
  1. 21 October, 02:05
    0
    f (0) = 80 f (x) = (3/4) * f (x-1)

    Step-by-step explanation:

    The multiplier of 80 is the value of the function when x=0. For a recursive rule, an initial value is needed. Here, that value can be f (0) = 80.

    The decay factor of 3/4 tells you that each successive term of the sequence will be 3/4 of the value of the one before. That is, f (x) = (3/4) * f (x - 1).

    The entire recursive rule consists of a relation between terms and any initial conditions required:

    f (0) = 80 f (x) = (3/4) * f (x-1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write a recursive rule for the function. f (x) = 80 (3/4) ^x ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers