Last visit was: 24 Apr 2026, 04:01 It is currently 24 Apr 2026, 04:01
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,809
Own Kudos:
Given Kudos: 105,869
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,809
Kudos: 810,934
 [14]
Kudos
Add Kudos
14
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
AliciaSierra
Joined: 17 Mar 2014
Last visit: 14 Jun 2024
Posts: 736
Own Kudos:
648
 [5]
Given Kudos: 1,350
Products:
Posts: 736
Kudos: 648
 [5]
2
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
General Discussion
User avatar
DavidTutorexamPAL
User avatar
examPAL Representative
Joined: 07 Dec 2017
Last visit: 09 Sep 2020
Posts: 1,002
Own Kudos:
2,042
 [1]
Given Kudos: 26
Posts: 1,002
Kudos: 2,042
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
avatar
Sandy56
Joined: 09 Jul 2018
Last visit: 29 Aug 2018
Posts: 8
Own Kudos:
Given Kudos: 10
Posts: 8
Kudos: 2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I did not really understand what the question is asking, can someone explain the question?
Thank you in advance
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,809
Own Kudos:
810,934
 [4]
Given Kudos: 105,869
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,809
Kudos: 810,934
 [4]
1
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
Sandy56
I did not really understand what the question is asking, can someone explain the question?
Thank you in advance

I explained very similar question in detail HERE.

Also, check below topics:

13. Functions



For more check below:
ALL YOU NEED FOR QUANT ! ! !
Ultimate GMAT Quantitative Megathread

Hope it helps.
User avatar
AliciaSierra
Joined: 17 Mar 2014
Last visit: 14 Jun 2024
Posts: 736
Own Kudos:
Given Kudos: 1,350
Products:
Posts: 736
Kudos: 648
Kudos
Add Kudos
Bookmarks
Bookmark this Post
DavidTutorexamPAL
Bunuel
For which of the following functions f(x) is \(f(a + b) = f(a) + f(b)\)?


(A) \(f(x) = x^2\)

(B) \(f(x) = 5x\)

(C) \(f(x) = 2x + 1\)

(D) \(f(x) =\sqrt{x}\)

(E) \(f(x) = x - 2\)

Instead of trying to work with the equations, we'll pick easy numbers to eliminate incorrect answers.
This is an Alternative approach.

Say a = 1 and b = 1, so a+b = 2.
Then (A) gives f(2) = 4 but f(1) + f(1) = 2. NO!
(B) gives f(2) = 10 and f(1)+f(1) = 10. Maybe let's check the others.
(C) gives f(2) = 5 but f(1) + f(1) = 6. NO!
(D) gives f(2) = \(\sqrt{2}\) while f(1)+f(1) = 2. NO
(E) gives f(2) = 0 and f(1) + f(1) = -2. NO

(B) must be our answer.

In my opinion, it is very basic fundamental question. I don't know whether we really need number to put in and check. If student's basic math fundamentals are clear, Student should be able to solve it visually.
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 23 Apr 2026
Posts: 22,283
Own Kudos:
26,532
 [1]
Given Kudos: 302
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 22,283
Kudos: 26,532
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
For which of the following functions f(x) is \(f(a + b) = f(a) + f(b)\)?


(A) \(f(x) = x^2\)

(B) \(f(x) = 5x\)

(C) \(f(x) = 2x + 1\)

(D) \(f(x) =\sqrt{x}\)

(E) \(f(x) = x - 2\)

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) = 5x

f(3) = 5(3) = 15

f(1) = 5(1) = 5

f(2) = 5(2) = 10

Since 15 equals 5 + 10 = 15, choice B can be correct.

C) f(x) = 2x + 1

f(3) = 2(3) + 1 = 7

f(1) = 2(1) + 1 = 3

f(2) = 2(2) + 1 = 5

Since 7 does not equal 5 + 3, choice C is not correct.

D) f(x) = √x

f(3) = √3

f(1) = √1 = 1

f(2) = √2

Since √3 does not equal 1 + √2, choice D is not correct.

E) f(x) = x - 2

f(3) = 3 - 2 = 1

f(1) = 1 - 2 = -1

f(2) = 2 - 2 = 0

Since 1 does not equal -1 + 0, choice E is not correct.

Since every answer choice except B is eliminated, the correct answer is B.

Answer: B
User avatar
BrushMyQuant
Joined: 05 Apr 2011
Last visit: 03 Apr 2026
Posts: 2,286
Own Kudos:
2,680
 [1]
Given Kudos: 100
Status:Tutor - BrushMyQuant
Location: India
Concentration: Finance, Marketing
Schools: XLRI (A)
GMAT 1: 700 Q51 V31
GPA: 3
WE:Information Technology (Computer Software)
Expert
Expert reply
Schools: XLRI (A)
GMAT 1: 700 Q51 V31
Posts: 2,286
Kudos: 2,680
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given that f(a + b) = f(a) + f(b) and we need to find which of the following can be the value of f(x) which satisfies this.

Let's solve the problem using two methods

Method 1: Logic (Eliminate Option Choices)

f(a+b) = f(a) + f(b)

Now, this can be true only when
    1. We don't have any constant term added or subtracted from any term of x. As if we have one then on Left Hand Side(LHS) that constant term will be added or subtracted only once, but on Right Hand Side(RHS) it will be added or subtracted twice.
    2. We don't have x in the denominator (in general) as we wont be able to match the LHS and RHS then.
    3. We don't have any power of x ≠ 1 in the numerator. As otherwise (in general) we wont be able to match the LHS and RHS.
    4. We have a term of x in the numerator with power of 1 with any positive or negative constant multiplied with it. Ex 2x, -3x, etc

Using above logic we can eliminate the answer choices

(A) \(f(x) = x^2\)
=> Eliminate : Doesn't Satisfy Point 3 above. Power of x is \(2\)

(B) \(f(x) = 5x\)
=> POSSIBLE: Satisfies all the conditions above. In Test Situation we can mark and move on. But I am solving the problem to complete the solution.

(C) \(f(x) = 2x + 1\)
=> Eliminate : Doesn't Satisfy Point 1 above. It has a constant added. (+1)

(D) \(f(x) =\sqrt{x}\)
=> Eliminate : Doesn't Satisfy Point 3 above. Power of x is \(\frac{1}{2}\)

(E) \(f(x) = x - 2\)
=> Eliminate : Doesn't Satisfy Point 1 above. It has a constant subtracted. (-2)

So, Answer will be B.

Method 2: Algebra (taking all option choices)

(A) \(f(x) = x^2\)

To find f(a+b) we need to compare what is inside the bracket in f(a+b) and f(x)
=> We need to substitute x with a+b in \(f(x) = x^2\) to get the value of f(a+b)

=> f(a+b) = \((a+b)^2\) = \(a^2 + 2ab + b^2\)
f(a) = \(a^2\) and f(b) = \(b^2\)
=> f(a) + f(b) = \(a^2\) + \(b^2\) = \(a^2 + b^2\) ≠ \(a^2 + 2ab + b^2\)
=> f(a+b) ≠ f(a) + f(b) => FALSE

(B) \(f(x) = 5x\)

=> f(a+b) = \(5*(a+b)\) = 5a + 5b
f(a) + f(b) = \(5a\) + \(5b\) = 5a + 5b
=> f(a+b) = f(a) + f(b) => TRUE. In Test Situation we can mark and move on. But I am solving the problem to complete the solution.

(C) \(f(x) = 2x + 1\)

=> f(a+b) = \(2*(a+b) + 1\) = \(2a + 2b + 1\)
=> f(a) + f(b) = \(2a + 1\) + \(2b + 1\) = \(2a + 2b + 2\) ≠ \(2a + 2b + 1\)
=> f(a+b) ≠ f(a) + f(b) => FALSE

(D) \(f(x) =\sqrt{x}\)

=> f(a+b) = \(\sqrt{a + b}\)
f(a) + f(b) = \(\sqrt{a}\) + \(\sqrt{b}\) ≠ \(\sqrt{a + b}\)
=> f(a+b) ≠ f(a) + f(b) => FALSE

(E) \(f(x) = x - 2\)

=> f(a+b) = \(a+b - 2\)
=> f(a) + f(b) = \(a - 2\) + \(b - 2\) = \(a+b - 4\) ≠ \(a+b - 2\)
=> f(a+b) ≠ f(a) + f(b) => FALSE

So, Answer will be B
Hope it helps!

Watch the following video to learn the Basics of Functions and Custom Characters

User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,967
Own Kudos:
Posts: 38,967
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109809 posts
Tuck School Moderator
853 posts