Directions for questions 49 and 50: Read the information given below and answer the question. Let \(f\) be a function defined on the set of integers. Assume that \(f\) satisfies the following properties: 1. \(f(0) \neq 0\); 2. \(f(1) = 3\); and 3. \(f(x)f(y) = f(x+y) + f(x-y)\) for all integers \(x\) and \(y\).
What is \(f(7)\)?
Show Hint
Reuse the recurrence f(n+1) = 3f(n) - f(n-1) built from f(0) = 2 and f(1) = 3, and iterate it up to n = 7.
Step 1: Recall the recurrence. As in the setup for this pair of questions, put \(x=n, y=1\) in \(f(x)f(y)=f(x+y)+f(x-y)\) to get \[ f(n+1) = 3f(n) - f(n-1) \] with \(f(0)=2\) (forced since \(f(0)\neq 0\)) and \(f(1)=3\).
Step 3: Check the options. \(f(7)=843\) is option 3. Options 1 and 2 (123, 322) are the earlier terms \(f(5)\) and \(f(6)\), so picking those means stopping too early. Option 4 (1126) does not match the recurrence at all.
Final Answer: \[ \boxed{f(7) = 843} \]
Was this answer helpful?
0
0
Top XAT Quantitative Ability and Data Interpretation Questions