Function

This topic has expert replies
User avatar
Newbie | Next Rank: 10 Posts
Posts: 7
Joined: Mon Mar 08, 2010 9:27 pm

Function

by vishalrb » Sun Dec 12, 2010 4:04 pm
Source: GMATPrep

For which of the following functions is f(a+b) =f(a) + f(b) for all positive integers a and b?

a. f(x) = x^2
b. f(x) = x + 1
c. f(x) = x^1/2
d. f(x) = 2/x
e. f(x) = -3x
Source: — Problem Solving |

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Sun Dec 12, 2010 5:38 pm
vishalrb wrote:Source: GMATPrep

For which of the following functions is f(a+b) =f(a) + f(b) for all positive integers a and b?

a. f(x) = x^2
b. f(x) = x + 1
c. f(x) = x^1/2
d. f(x) = 2/x
e. f(x) = -3x
Plug in a=2 and b=3. Thus, a+b=5. The question becomes:

For which of the following functions does f(5) = f(2) + f(3)?

Answer choice A:
f(5) = 5^2 = 25.
f(2) = 2^2 = 4.
f(3) = 3^2 = 9.
25 = 4+9.
Doesn't work. Eliminate A.

Answer choice B:
f(5) = 5+1 = 6.
f(2) = 2+1 = 3.
f(3) = 3+1 = 4.
6 = 3+4.
Doesn't work. Eliminate B.

Answer choice C:
f(5) = √5
f(2) = √2
f(3) = √3
√5 = √2+√3.
Doesn't work. Eliminate C.

Answer choice D:
f(5) = 2/5.
f(2) = 2/2 = 1.
f(3) = 2/3.
2/5 = 1 + 2/3.
Doesn't work. Eliminate D.

The correct answer is E.

Answer choice E:
f(5) = -3*5 = -15.
f(2) = -3*2 = -6.
f(3) = -3*3 = -9.
-15 = -6 + -9.
Success!
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

User avatar
Newbie | Next Rank: 10 Posts
Posts: 7
Joined: Mon Mar 08, 2010 9:27 pm

by vishalrb » Sun Dec 12, 2010 8:08 pm
Thanks GMATGuruNY,

I think in this kind of problem, its better to start from option E.