19. f(x) is a function of Fibonacci-like, that is f(0) = 2 and f(1) = 3; otherwise, f(x) = f(x-1) +
問題詳情
19. f(x) is a function of Fibonacci-like, that is f(0) = 2 and f(1) = 3; otherwise, f(x) = f(x-1) + f(x-2). Which one of the following answers is f(9)? (A) 5 (B) 12 (C) 89 (D) 144 (E) 233