Consider the recursive function.
f(1) = 2
(n) = 5 • f(n − 1), for n > 2
Which statement is true?
A. The value of A(6) is 2 times the value of f(3).
B. The value of f(6) is 125 times the value of f(3).
C. The value of 6) is 15 times the value of f(3).
D. The value of f(6) is 1/125 times the value of f(3).

Consider the recursive function f1 2 n 5 fn 1 for n gt 2 Which statement is true A The value of A6 is 2 times the value of f3 B The value of f6 is 125 times the class=

Respuesta :

Answer:

The answer is B

Step-by-step explanation:

I got it right on plato

Option  B. is correct   The value of f(6) is 125 times the value of f(3)

f(1) = 2

f(n) = 5 • f(n − 1), for n > 2

What are functions?

Functions is the relationship between sets of values. e g y=f(x), for every value of x there is its exists in set of y. x is independent variable while Y is dependent variable.

Here,

f(1) = 2
f(2) = 10

f(3) = 50
f(4) = 250
f(5) = 1250
f(6) = 6250

f(6)/f(3) = 6250/50=125

Thus. the  value of f(6) is 125 times the value of f(3)

learn more about function here:

brainly.com/question/21145944

#SPJ2