At Westonci.ca, we provide reliable answers to your questions from a community of experts. Start exploring today! Our platform offers a seamless experience for finding reliable answers from a network of experienced professionals. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

What is the recursive function for the function in the table above ?

What Is The Recursive Function For The Function In The Table Above class=

Sagot :

Answer:

f(n) = f(n-1)*3, which is option B

Step-by-step explanation:

In the table we are given, each value of f(n) is the previous value of f(n)(which is f(n-1)) multiplied by 3.

Because

(108/36)=(36/12)=(12/4) = 3

So the correct answer is:

f(n) = f(n-1)*3, which is option B