Answer:
Option A
Explanation:
Consider the Fibonacci series:
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, ...
Ignore the first 3 terms ( keys)
f(5)/f(4) = 5/3 = ~1.67
f(6)/f(5) = 8/5 = 1.60
f(7)/(f6) = 13/8 = ~1.63
f(8)/f(7) = 21/13 = ~1.61
f(9)/f(8) = 34/21 = ~1.62
f(10)/f(9) = 55/34 = ~1.62
...
=> Option A is the solution