Last visit was: 19 Nov 2025, 15:53 It is currently 19 Nov 2025, 15:53
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: 19 Nov 2025
Posts: 105,390
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,390
Kudos: 778,368
 [83]
4
Kudos
Add Kudos
79
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
AryaSwagat
Joined: 08 Nov 2021
Last visit: 02 Aug 2025
Posts: 82
Own Kudos:
106
 [22]
Given Kudos: 105
Location: India
Concentration: General Management, Strategy
GPA: 8.7
WE:Engineering (Technology)
Posts: 82
Kudos: 106
 [22]
15
Kudos
Add Kudos
6
Bookmarks
Bookmark this Post
User avatar
gmatophobia
User avatar
Quant Chat Moderator
Joined: 22 Dec 2016
Last visit: 19 Nov 2025
Posts: 3,170
Own Kudos:
10,423
 [8]
Given Kudos: 1,861
Location: India
Concentration: Strategy, Leadership
Posts: 3,170
Kudos: 10,423
 [8]
3
Kudos
Add Kudos
5
Bookmarks
Bookmark this Post
General Discussion
User avatar
Paras96
Joined: 11 Sep 2022
Last visit: 30 Dec 2023
Posts: 460
Own Kudos:
323
 [1]
Given Kudos: 2
Location: India
Paras: Bhawsar
GMAT 1: 590 Q47 V24
GMAT 2: 580 Q49 V21
GMAT 3: 700 Q49 V35
GPA: 3.2
WE:Project Management (Other)
GMAT 3: 700 Q49 V35
Posts: 460
Kudos: 323
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
IMO D

When x<0=> |x|=-x => |x|+x=0
=>[(x+|x|)^2]/4 =0

When x>=0=> |x|=x=> |x|+x=2x
=>[(x+|x|)^2]/4 =(2x)^2/4=x^2
User avatar
JeffTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 04 Mar 2011
Last visit: 05 Jan 2024
Posts: 2,977
Own Kudos:
8,391
 [4]
Given Kudos: 1,646
Status:Head GMAT Instructor
Affiliations: Target Test Prep
Expert
Expert reply
Posts: 2,977
Kudos: 8,391
 [4]
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
Which of the following expressions equals 0 when x < 0 and equals x^2 when x ≥ 0?

A. \(x|x|\)

B. \(x + |x|\)

C. \(2x^2 - x|x|\)

D. \(\frac{1}{4}(x + |x|)^2\)

E. \((\frac{x - |x|}{2})^2\)

A) If x = -1 < 0, then -1|-1| = -1(1) = -1 ≠ 0.

B) If x = 1 ≥ 0, then 1 + |1| = 2 ≠ 1^2.

C) If x = -1 < 0, then 2(-1)^2 – (-1)|-1| = 2 – (-1) = 2 + 1 = 3 ≠ 0.

E) If x = 1 ≥ 0, then [(1 - |1|)/2]^2 = 0^2 = 0 ≠ 1^2

D) Since we eliminated four incorrect choices, the correct answer must be D.

Answer: D

Note:

Is D really the correct answer? Let’s check.

If x < 0, then (1/4)(x + |x|)^2 = (1/4)(x + (-x))^2 = (1/4)(0)^2 = 0.

If x ≥ 0, then (1/4)(x + |x|)^2 = (1/4)(2x)^2 = (1/4)(4x^2) = x^2.
User avatar
Hoozan
Joined: 28 Sep 2018
Last visit: 19 Nov 2025
Posts: 685
Own Kudos:
701
 [1]
Given Kudos: 248
GMAT 1: 660 Q48 V33 (Online)
GMAT 2: 700 Q49 V37
Products:
GMAT 2: 700 Q49 V37
Posts: 685
Kudos: 701
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
gmatophobia
Bunuel
Which of the following expressions equals 0 when x < 0 and equals x^2 when x ≥ 0?

A. \(x|x|\)

B. \(x + |x|\)

C. \(2x^2 - x|x|\)

D. \(\frac{1}{4}(x + |x|)^2\)

E. \((\frac{x - |x|}{2})^2\)

Let's take some values and test

For x ≥ 0 → we will use x = 3
For x < 0 → we will use x = -2

A. \(x|x|\)

If x < 0

\(x|x|\) = -2 * 2 = -4; The expected value = 0.

B. \(x + |x|\)

If x ≥ 0

\(x + |x|\) = 3 + 3 = 9; The expected value = 9.

C. \(2x^2 - x|x|\)

If x < 0

\(2x^2 - x|x|\) = 2(-2)^2 - (2*2) = 4; The expected value = 0.

D. \(\frac{1}{4}(x + |x|)^2\)

If x < 0

\(\frac{1}{4}(x + |x|)^2\) = \(\frac{1}{4}(-2 + 2)^2\); The expected value = 0.

If x ≥ 0

\(\frac{1}{4}(x + |x|)^2\) = \(\frac{1}{4}(3 + 3)^2\) = \(\frac{36}{4} = 9\); The expected value = 9.

Let's keep this.

E. \((\frac{x - |x|}{2})^2\)

If x ≥ 0

\((\frac{x - |x|}{2})^2\) = \((\frac{3 - 3}{2})^2 = 0\); The expected value = 9.

Option D

Hi, I believe there is a slight error:

Quote:
If x ≥ 0

\(x + |x|\) = 3 + 3 = 9; The expected value = 9.

You mean 3 + 3 = 6
User avatar
gmatophobia
User avatar
Quant Chat Moderator
Joined: 22 Dec 2016
Last visit: 19 Nov 2025
Posts: 3,170
Own Kudos:
Given Kudos: 1,861
Location: India
Concentration: Strategy, Leadership
Posts: 3,170
Kudos: 10,423
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi, I believe there is a slight error:

Quote:
If x ≥ 0

\(x + |x|\) = 3 + 3 = 9; The expected value = 9.

You mean 3 + 3 = 6

Good catch ! Corrected the typo :)
User avatar
tarunrathi999
Joined: 04 Mar 2014
Last visit: 28 Apr 2024
Posts: 18
Own Kudos:
Given Kudos: 102
Posts: 18
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
AryaSwagat your solution is really better and timesaving
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 19 Nov 2025
Posts: 16,267
Own Kudos:
77,001
 [3]
Given Kudos: 482
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 16,267
Kudos: 77,001
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
 
Bunuel
Which of the following expressions equals 0 when x < 0 and equals x^2 when x ≥ 0?

A. \(x|x|\)

B. \(x + |x|\)

C. \(2x^2 - x|x|\)

D. \(\frac{1}{4}(x + |x|)^2\)

E. \((\frac{x - |x|}{2})^2\)
­
Use the definition of absolute values here:
|x| = x if x >= 0
|x| = -x if x < 0

First we check for negative values because we should simply get 0. So we will be able to eliminate many options. 


A. \(x|x|\)
If x < 0, we get -x^2. This is not 0. Eliminate.

B. \(x + |x|\)
If x < 0, we get x - x = 0

C. \(2x^2 - x|x|\)
If x < 0, we get
\(2x^2 + x^2\). This is not 0. Eliminate.

D. \(\frac{1}{4}(x + |x|)^2\)
If x < 0, we get 

\(\frac{1}{4}(x - x)^2 = 0\)

E. \((\frac{x - |x|}{2})^2\)
If x < 0, we get x + x/2. This is not 0. Eliminate.

Now simply check for options (B) and (D).
B. \(x + |x|\)
If x >= 0, we get x + x = 2x. This is not x^2.
Eliminate.

Answer (D)

The definition of absolute values and its usage is discussed here:
https://anaprep.com/algebra-the-why-beh ... questions/
 
User avatar
Musayev
Joined: 24 Aug 2021
Last visit: 18 Jun 2024
Posts: 1
Given Kudos: 29
Location: Uzbekistan
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
AryaSwagat
\(|x| = x\) , if \(x ≥ 0\) and \((-x)\), if \(x <0\).

So
If \(x ≥ 0\)
Replace \(|x|\) with \(x \)in each expression.

A. \(x|x|= x^2\)

B. \(x+|x| = 2x\)

C. \(2x^2−x|x|= 2x^2-x^2= x^2\)

D. \(\frac{1}{4} (x+|x|)^2= \frac{1}{4} (2x)^2= x^2\)

E. \((\frac{(x−|x|)}{2})^2= 0 \)

If x<0
Replace \(|x|\) with \((-x)\) and calculate each expression.

A. \(x|x|= (-x^2)\)

B. \(x+|x| = 0\)

C. \(2x^2−x|x|= 2x^2- x*(-x)= 2x^2+x^2= 3x^2\)

D. \(\frac{1}{4} (x+|x|)^2= \frac{1}{4} (x-x)^2=0\)

E. \((\frac{(x−|x|)}{2})^2= (\frac{(x+x)}{2})^2= x^2 \);

So D
This is probably the most correct (and fastest) way to solve. But you can improve the time by calculating only A, C, D for the second case because all the others are not x^2­
User avatar
Dbrunik
Joined: 13 Apr 2024
Last visit: 01 Nov 2025
Posts: 270
Own Kudos:
124
 [4]
Given Kudos: 267
Location: United States (MN)
Concentration: Finance, Technology
GMAT Focus 1: 625 Q84 V82 DI77
GMAT Focus 1: 625 Q84 V82 DI77
Posts: 270
Kudos: 124
 [4]
4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
i tested -2 and 2 and i got B and moved on too fast. should you just never test numbers like 0 1 or 2?
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,589
Own Kudos:
Posts: 38,589
Kudos: 1,079
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
Moderators:
Math Expert
105390 posts
Tuck School Moderator
805 posts