Last visit was: 25 Apr 2026, 19:30 It is currently 25 Apr 2026, 19:30
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: 25 Apr 2026
Posts: 109,830
Own Kudos:
811,286
 [9]
Given Kudos: 105,886
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,830
Kudos: 811,286
 [9]
2
Kudos
Add Kudos
7
Bookmarks
Bookmark this Post
User avatar
greenisthecolor
Joined: 03 Apr 2018
Last visit: 18 Aug 2022
Posts: 25
Own Kudos:
19
 [3]
Given Kudos: 45
Location: India
GMAT 1: 720 Q49 V39
GMAT 1: 720 Q49 V39
Posts: 25
Kudos: 19
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
PKN
Joined: 01 Oct 2017
Last visit: 11 Oct 2025
Posts: 809
Own Kudos:
Given Kudos: 41
Status:Learning stage
WE:Supply Chain Management (Energy)
Posts: 809
Kudos: 1,637
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
manjot123
Joined: 29 Jul 2018
Last visit: 13 May 2021
Posts: 88
Own Kudos:
Given Kudos: 187
Concentration: Finance, Statistics
GMAT 1: 620 Q45 V31
GMAT 1: 620 Q45 V31
Posts: 88
Kudos: 25
Kudos
Add Kudos
Bookmarks
Bookmark this Post
gmatbusters can we do this question by putting values of x?
User avatar
GMATBusters
User avatar
GMAT Tutor
Joined: 27 Oct 2017
Last visit: 23 Apr 2026
Posts: 1,922
Own Kudos:
6,858
 [2]
Given Kudos: 241
WE:General Management (Education)
Expert
Expert reply
Posts: 1,922
Kudos: 6,858
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Hi

Substituting values of x to prove that an equation is valid is tricky because sometimes an equation valid for one value of x doesn't satisfy other value of x.
Always use substitute value of x to prove that equation is not valid, it works all the time. ;)
For example: in the given question,

III. \(f(x) = f(-x)\), it is valid for x = 0, but not for x = 2.

hence substituting values is not a good approach for this question.



manjot123
gmatbusters can we do this question by putting values of x?
User avatar
BrushMyQuant
Joined: 05 Apr 2011
Last visit: 03 Apr 2026
Posts: 2,286
Own Kudos:
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,681
Kudos
Add Kudos
Bookmarks
Bookmark this Post
↧↧↧ Detailed Video Solution to the Problem ↧↧↧


Let's solve the problem using two methods

Method 1: Algebra


Given that \(f(x) = (x - 1)^2 + 3\)

I. \(2f(x) = f(x - 1) + f(x + 1)\)

To find f(x-1) we will replace x with x - 1 in \(f(x) = (x - 1)^2 + 3\)
=> \(f(x-1) = (x - 1 - 1)^2 + 3 = (x - 2)^2 + 3 = x^2 - 2*2x + 2^2 + 3 = x^2 - 4x + 7\)

Similarly, \(f(x+1) = (x + 1 - 1)^2 + 3 = x^2 + 3\)
=> f(x-1) + f(x+1) = \(x^2 - 4x + 7 + x^2 + 3\) = \(2x^2 - 4x + 10\)

2f(x) = \(2 * ((x - 1)^2 + 3)\) = \(2 * ((x^2 - 2x + 1)+ 3)\) = \(2x^2 - 4x + 8\)
Clearly, \(2x^2 - 4x + 8\) \(2x^2 - 4x + 10\)
=> FALSE

II. \(f(2 - x) = f(x)\)
\(f(2-x) = (2 - x - 1)^2 + 3 = (1 - x)^2 + 3 = (x - 1)^2 + 3 = f(x)\)
=> TRUE

III. \(f(x) = f(-x)\)
\(f(-x) = (-x - 1)^2 + 3 = (x + 1)^2 + 3 = x^2 + 2x + 1 + 3 = x^2 + 2x + 4\)
Clearly, \( x^2 + 2x + 4 \) \( x^2 - 2x + 4 \)
=> FALSE

So, Answer will be B

Method 2 Substitution

Lets put x = 1 and check which all options are not true

I. \(2f(x) = f(x - 1) + f(x + 1)\)
2f(1) = f(1-1) + f(1+1) = f(0) + f(2)

\(f(x) = (x - 1)^2 + 3\)
=> \(f(0) = (0 - 1)^2 + 3 = 1 + 3 = 4\)
=> \(f(1) = (1 - 1)^2 + 3 = 0 + 3 = 3\)
=> \(f(2) = (2 - 1)^2 + 3 = 1 + 3 = 4\)

=> f(0) + f(2) = 4 + 4 = 8
=> 2f(1) = 2*3 = 6
Clearly, 6 8
=> FALSE

II. \(f(2 - x) = f(x)\)
f(2 - 1) = f(1)
=> f(1) = f(1)
Now, this is TRUE for x = 1, but we will have to check for other values also to be very sure

Let's put x = 0
f(2 - 0) = f(0)
=> f (2) = f(0)
We calculated above that both are equal to 4
=> TRUE

Let's put x = 99
f(2 - 99) = f(99)
=> f (-97) = f(99)
=> \(f(-97) = (-97 - 1)^2 + 3 = 98^2 + 3\)
=> \(f(99) = (99 - 1)^2 + 3 = 98^2 + 3\)
=> TRUE

III. \(f(x) = f(-x)\)
=> f(1) = f(-1)
=> \(f(-1) = (-1 - 1)^2 + 3 = 4 + 3 = 7\)
And f(1) = 3
Clearly, 3 7
=> FALSE

So, Answer will be B
Hope it helps!

Watch the following video to MASTER Functions and Custom Characters

Moderators:
Math Expert
109830 posts
Tuck School Moderator
852 posts