Ask Question
3 October, 23:54

Write a recursive rule for the function.

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

+5
Answers (1)
  1. 4 October, 03: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?
Find an answer to your question ✅ “Write a recursive rule for the function. f (x) = 80 (3/4) ^x ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers