melguy 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) = square root of x
F(x) = 2/x
F(x) = -3x
We need to determine when f(a + b) = f(a) + f(b). Before we evaluate each answer choice it may be easier to use numerical values for a and b. If we let a = 1 and b = 2, our new function looks like:
f(1 + 2) = f(1) + f(2)
f(3) = f(1) + f(2)
So we must determine when the output of f(3) equals the sum of the outputs of f(1) and f(2).
Let's now evaluate each answer choice.
A) f(x) = x^2
f(3) = 3^2 = 9
f(1) = 1^2 = 1
f(2) = 2^2 = 4
Since 9 does not equal 1 + 4, choice A is not correct.
B) f(x) = x + 1
f(3) = 3 + 1 = 4
f(1) = 1 + 1 = 2
f(2) = 2 + 1 = 3
Since 4 does not equal 2 + 3, choice B is not correct.
C) f(x) = √x
f(3) = √3
f(1) = √1 = 1
f(2) = √2
Since √3 does not equal 1 + √2, choice C is not correct.
D) f(x) = 2/x
f(3) = 3/2
f(1) = 2/1 = 2
f(2) = 2/2 = 1
Since 3/2 does not equal 2 + 1, choice D is not correct.
Since we have eliminated all the other answer choices, we know the answer is E. However, let's show that answer choice E indeed satisfies the given property for our choice of numbers:
E) f(x) = -3x
f(3) = -3(3) = -9
f(1) = -3(1) = -3
f(2) = -3(2) = -6
Since -9 equals -3 + (-6), choice E is correct.
Answer: E