Ask Question

Write a recursive rule for the function.

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

+2
Answers (1)
  1. 30 July, 04:00
    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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers