asked 156k views
3 votes
as Functions: Practice Question 1 of 5 Drag each number to the correct location on the statements. Not all numbers will be used. Consider the sequence below -3, -12,-48, - 192, Complete the recursively-defined function to describe this sequence. 4 12 f(1) = f(n) = f(n-1) 2 3 -3 Submit for n = 2, 3, 4... SAMSUNG Reset​

1 Answer

4 votes

Answer:

For n = 1, 2, 3, ....


a(n) = - 3( {4}^(n - 1) )

answered
User Jake Spracher
by
8.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.