Consider the recursive function.
f(1) = 2
f(n) = 5. (n 1), for n > 2

Which statement is true?
A. The value of f(6) is 1/125 times the value of f(3)
B. The value of f(6) is 2 times the value of f(3)
C. The value of f(6) is 125 times the value of f(3)
D. The value of f(6) is 15 times the value of f(3)