We are given:
\[ f(x+2) = f(x) + f(x+1) \] \[ f(11) = 91 \]
From the recurrence: \[ f(13) = f(11) + f(12) = 91 + a \] \[ f(14) = f(12) + f(13) = a + (91 + a) = 91 + 2a \] \[ f(15) = f(13) + f(14) = (91 + a) + (91 + 2a) = 182 + 3a \]
\[ 182 + 3a = 617 \] \[ 3a = 435 \quad \Rightarrow \quad a = 145 \] Thus: \[ f(12) = 145 \]
From the recurrence: \[ f(12) = f(10) + f(11) \] \[ 145 = f(10) + 91 \] \[ f(10) = 54 \]
✅ Final Answer: \( f(10) = 54 \)
\[ f(x) = \left\{ \begin{array}{ll} 1 - 2x & \text{if } x < -1 \\ \frac{1}{3}(7 + 2|x|) & \text{if } -1 \leq x \leq 2 \\ \frac{11}{18} (x-4)(x-5) & \text{if } x > 2 \end{array} \right. \]