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*
Anonymous Wrote:is there a shortcut to do this problem? I can solve it by plugging in number....but I'm timed myself and it took me exactly two and 1/2 minutes to write the solution NOT including reading the problem and trying to comprehend it. if i confront a problem like this on the real gmat, should i spend extra seconds on this? stacy said not to waste more than 2 min on solving a problem...
Guest Wrote:is there a shortcut to do this problem? I can solve it by plugging in number....but I'm timed myself and it took me exactly two and 1/2 minutes to write the solution NOT including reading the problem and trying to comprehend it. if i confront a problem like this on the real gmat, should i spend extra seconds on this? stacy said not to waste more than 2 min on solving a problem...
rohit801 Wrote:we want f(a+b) = F(a) + f(b). let's look at each option:
1. f(x) = X^2 : F(a) = a^2; f(b)= b^2 and f(a+b) = (a+b)^2; clearly (a+b)^2 will not equal a^2 + b^2.
2. f(a) = a+1; f(b) = b+1 so, f(a+b) = a+b+1 which does not equal Fa + Fb, which is a+b +2.
3 f(a) = square root of a; f(b)= square root of b and f(a+b)=SQRT [a+b]. here also, the equality doesn't hold [ u get it, right?]
4. F(a+b) = 2/a; F(b) = 2/b. so, F(a+b) = 2/(a+ b). Now, does 2/a + 2/b = 2/(a+b) - Nope!
5. F(a) = -3a; F(b)= -3b; so, F(a+b) = -3(a+b). Now, -3a-3b= -3 (a+b) = F(a+b) - GOOD.
let me know whether there is confusion.
thanks
agha79 Wrote:rohit801 Wrote:we want f(a+b) = F(a) + f(b). let's look at each option:
1. f(x) = X^2 : F(a) = a^2; f(b)= b^2 and f(a+b) = (a+b)^2; clearly (a+b)^2 will not equal a^2 + b^2.
2. f(a) = a+1; f(b) = b+1 so, f(a+b) = a+b+1 which does not equal Fa + Fb, which is a+b +2.
3 f(a) = square root of a; f(b)= square root of b and f(a+b)=SQRT [a+b]. here also, the equality doesn't hold [ u get it, right?]
4. F(a+b) = 2/a; F(b) = 2/b. so, F(a+b) = 2/(a+ b). Now, does 2/a + 2/b = 2/(a+b) - Nope!
5. F(a) = -3a; F(b)= -3b; so, F(a+b) = -3(a+b). Now, -3a-3b= -3 (a+b) = F(a+b) - GOOD.
let me know whether there is confusion.
thanks
hey Ron,
in your explanation to this question, you told that plugging in values of a and b would be most probably the easiest way to solve such question. so is the above method flawed by any means? and can it be applied to similar questions of function?
RonPurewal Wrote:here's probably the easiest way to handle problems like this:
plug in your own numbers.
this problem is formulated in such a way that it's supposed to work for all choices of a and b. that means that, if you pick particular values of a and b, it must work for those values.
so:
let
a = 2
b = 3
therefore a + b = 5
(nb: there's nothing special about these values; they're random choices)
(a)
f(a + b) = f(5) = 5^2 = 25
f(a) + f(b) = f(2) + f(3) = 2^2 + 3^2 = 13
nope
(b)
f(a + b) = f(5) = 5 + 1 = 6
f(a) + f(b) = f(2) + f(3) = (2 + 1) + (3 + 1) = 7
nope
(c)
f(a + b) = f(5) = rad(5)
f(a) + f(b) = f(2) + f(3) = rad(2) + rad(3) - NOTE: can't simplify this!
nope
(d)
f(a + b) = f(5) = 2/5
f(a) + f(b) = f(2) + f(3) = 2/2 + 2/3 = 5/3
nope
(e)
f(a + b) = f(5) = -3(5) = -15
f(a) + f(b) = f(2) + f(3) = -3(2) + -3(3) = -15
works
answer = e
--
note that, for some unfortunate choices of numbers (such as picking 0 for one of the numbers), some of the other choices will appear to 'work' as well. if this is the case, simply pick new numbers and start again, but only with the choices that worked the first time. (remember, 0 and 1 are generally bad choices for picking numbers)