Looking for reliable answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Discover precise answers to your questions from a wide range of experts on our user-friendly Q&A platform. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

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