10.The function f(x) is shown below:

f(x) = (5)x - 1

The function f(x) is shifted to the right by 13 units. Which of the following best represents the new function?
A-f(x) = (5)x + 13
B-f-(x) = (5)x + 12
C-f(x) = (5)x - 14
D-f(x) = (5)x - 13

11.The table below shows the values of f(n) for different values of n:
n f(n)
1 1
2 2
3 5
4 12
5 29
6 70

Which recursive function best represents the values shown in the table?
A-f(1) = 1, f(2) = 2, f(n) = 2f(n -1) f(n - 2); n > 2
B-f(1) = 1, f(2) = 2, f(n) = f(n -3) + f(n - 2); n > 2
C-f(1) = 1, f(2) = 2, f(n) = 2f(n -1) + f(n - 2); n > 2
D-f(1) = 1, f(2) = 2, f(n) = f(n -3) f(n - 2); n > 2