CAT 2007 — QA Question 25
Basics (Functions)Easy
Passage / Data
Answer the next 2 questions based on the information given below.
Let a1 = p and b1 = q, where p and q are positive quantities.
Define:
an = pbn−1 bn = qbn−1, for even n > 1 and
an = pan − 1 bn = qan − 1, for odd n > 1.
A function f(x) satisfies f(1) = 3600, and f(1) + f(2) + ... + f(n) = n²f(n), for all positive integers n > 1. What is the value of f(9)?
Answer & solution
80
- B
240
- C
200
- D
100
- E
120
Solution
f(1) + f(2) + f (3) + … + f(n −1) + f(n) = n2f(n) ... (i)
Similarly, f(1) + f(2) + f (3) + … + f(n − 1) = (n − 1)2 f(n −1) ... (ii)
⇒ f(n) = n2 f(n) – (n – 1)2f(n − 1) ... (i) – (ii)
⇒ (n2 – 1)f(n) = (n – 1)2f(n – 1)
⇒ f(n) =
⇒ f(n) =
Now, putting
n = 2 we get f(2) =
n = 3 we get f(2) = =
...
n = 9 we get f(9) = =
∴ f(9) =
= = 80
Hence, option (a).