Positive integer

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 49
Joined: Sun May 08, 2011 4:33 pm

Positive integer

by Ashetty » Sun Sep 18, 2011 5:41 pm
Which of following functions is f(a+b)=f(a)+(b) for all positive integer number a and b?
a)f(x)=x^2
B)f(x)=x+1
c)f(x)=√x
d)f(x)=2/x
e)f(x)=-3x

Ans: E
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3835
Joined: Fri Apr 02, 2010 10:00 pm
Location: Milpitas, CA
Thanked: 1854 times
Followed by:523 members
GMAT Score:770

by Anurag@Gurome » Sun Sep 18, 2011 8:25 pm
Solution:
Check each option one by one.
Take a).
f(a+b) = (a+b)^2 = a^2 + 2ab + b^2 where as f(a) + f(b) = a^2 + b^2.
So,a) is ruled out.
Take b).
f(a+b) = a + b + 1 where as f(a) + f(b) = a + 1 + b + 1 = a + b + 2
Even b)is ruled out.
Take c).
f(a+b) = sqrt(a+b) where as f(a) + f(b) = sqrt(a) + sqrt(b)
c) is ruled out.
Take d).
f(a+b) = 2/(a+b) where as f(a) + f(b) = 2/a + 2/b
d) is eliminated.
Take e).
f(a+b) = -3(a+b) = -3a -3b = f(a) + f(b)

So, e) is the correct answer.
Anurag Mairal, Ph.D., MBA
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)

Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/

Legendary Member
Posts: 608
Joined: Sun Jun 19, 2011 11:16 am
Thanked: 37 times
Followed by:8 members

by saketk » Mon Sep 19, 2011 9:08 am
Great! thanks a lot Anurag!