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 \)
Let A be the set of 30 students of class XII in a school. Let f : A -> N, N is a set of natural numbers such that function f(x) = Roll Number of student x.
Give reasons to support your answer to (i).
Find the domain of the function \( f(x) = \cos^{-1}(x^2 - 4) \).