This one has been discussed many times on this forum.rohanberi wrote:For which of the following functions is f(a+b) = f(a) + f(b) for all positive numbers a and b ?
f(x) = x^2
f(x) = x + 1
f(x) = sqrt x
f(x) = 2 / x
f(x) = -3x
Let's analyze each of the options individually:
1. (a + b)² ≠(a² + b²) => f(a + b) ≠f(a) + f(b)
2. (a + b + 1) ≠(a + 1) + (b + 1) = (a + b + 2) => f(a + b) ≠f(a) + f(b)
3. √(a + b) ≠(√a + √b) => f(a + b) ≠f(a) + f(b)
4. 2/(a + b) ≠(2/a) + (2/b) = 2(a + b)/ab => f(a + b) ≠f(a) + f(b)
5. (-3(a + b)) = (-3a) + (-3b) => f(a + b) = f(a) + f(b)
The correct answer is E.












