Last visit was: 22 Apr 2026, 06:30 It is currently 22 Apr 2026, 06: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
nislam
Joined: 09 Feb 2020
Last visit: 04 Feb 2026
Posts: 226
Own Kudos:
564
 [38]
Given Kudos: 74
Posts: 226
Kudos: 564
 [38]
5
Kudos
Add Kudos
33
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
ThatDudeKnows
Joined: 11 May 2022
Last visit: 27 Jun 2024
Posts: 1,070
Own Kudos:
1,030
 [8]
Given Kudos: 79
Expert
Expert reply
Posts: 1,070
Kudos: 1,030
 [8]
7
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
General Discussion
avatar
lovikansal
Joined: 23 Apr 2021
Last visit: 24 Jun 2024
Posts: 24
Own Kudos:
16
 [1]
Given Kudos: 40
Location: Australia
Concentration: Finance, General Management
GPA: 2.96
WE:Marketing (Retail: E-commerce)
Posts: 24
Kudos: 16
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
nislam
Joined: 09 Feb 2020
Last visit: 04 Feb 2026
Posts: 226
Own Kudos:
Given Kudos: 74
Posts: 226
Kudos: 564
Kudos
Add Kudos
Bookmarks
Bookmark this Post
could anyone please give the detail solution of the problem?
User avatar
av1901
Joined: 28 May 2022
Last visit: 12 Apr 2026
Posts: 426
Own Kudos:
478
 [1]
Given Kudos: 82
Status:Dreaming and Working
Affiliations: None
WE:Brand Management (Manufacturing)
Products:
Posts: 426
Kudos: 478
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
lovikansal
Had it been the case that the question required integral values then none would have been correct.
Can you please explain why there are no solutions?

Posted from my mobile device

That's the catch with modulus questions,you always got to check back the solutions with the original equation
If you do, you will see that none of the solutions/values we got satisfy the equation

That is why no possible solution
User avatar
BrushMyQuant
Joined: 05 Apr 2011
Last visit: 03 Apr 2026
Posts: 2,286
Own Kudos:
2,678
 [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,678
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
\(|x−7|+|2x−4|+ x = 6\)

We have two absolute values so let's find out the points on the number line where sign of either absolute value term will change
=>x - 7 = 0 or 2x - 4 = 0=> x = 7 or x = 2
Let's divide the number line into three parts now:
-Case 1: x ≤ 2

=> Both x - 7 and 2x - 4 will be non-positive
=> |x - 7| = -(x - 7) = 7 - x and
=> |2x-4| = -(2x - 4) = 4 - 2x
=> 7 - x + 4 - 2x + x = 6
=> 2x = 11 - 6 = 5
=> x = 5/2 = 2.5

But condition was x ≤ 2
=> x = 2.5 is NOT a SOLUTION
-Case 2: 2 ≤ x ≤ 7

=> x - 7 will be non-positive and 2x - 4 will be non-negative
=> |x - 7| = -(x - 7) = 7 - x and
=> |2x-4| = 2x - 4
=> 7 - x + 2x - 4 + x = 6
=> 2x = 3
=> x = 3/2 = 1.5

But condition was 2 ≤ x ≤ 7
=> x = 1.5 is NOT a SOLUTION
-Case 3: x ≥ 7

=> Both x - 7 and 2x - 4 will be non-negative
=> |x - 7| = x - 7 and
=> |2x-4| = 2x - 4
=> x - 7 + 2x - 4 + x = 6
=> 4x = 11 + 6 + 4 = 21
=> x = 21/4 = 5.25

But condition was x ≥ 7
=> x = 5.25 is NOT a SOLUTION


=> There is no solution to above equation

So, Answer will be A
Hope it helps!

Watch the following video to MASTER Absolute Value Problems

User avatar
Rohanx9
Joined: 15 Jul 2024
Last visit: 16 Apr 2026
Posts: 49
Own Kudos:
Given Kudos: 5
Location: Australia
GPA: 6.188
Posts: 49
Kudos: 47
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If you don’t want to do piecewise equations, here’s a slicker approach using plugging in values to figure out inflection points and slope logic.

The kinks (inflection points) are at x=7 and x=2. Three intervals:

x < 2

x = 0: |0−7| + |0−4| + 0 = 7 + 4 = 11
x = 2: |2−7| + |4−4| + 2 = 5 + 0 + 2 = 7
So the function drops from 11 at x=0 to 7 at x=2. This means the function has a negative slope on [0,2].

2 ≤ x < 7
x = 5: |5−7| + |10−4| + 5 = 2 + 6 + 5 = 13
It increases again by x=5. So on [2,7] the function has positive slope.


x ≥ 7
x = 7: |7−7| + |14−4| + 7 = 0 + 10 + 7 = 17
x = 10: |10−7| + |20−4| +10 = 3 + 16 +10 = 29
So beyond x=7 it continues to rise, meaning the function has positive slope on [7,∞)

The lowest value occurs at x=2, where the function equals 7. All slopes are positive. Since 7 > 6, the function never drops to 6, and keeps increasing after.

So there are no solutions. x = 10: |10−7| + |20−4| +10 = 3 + 16 +10 = 29

Attachment:
GMAT-Club-Forum-4bessp7v.png
GMAT-Club-Forum-4bessp7v.png [ 20.46 KiB | Viewed 1279 times ]
Moderators:
Math Expert
109741 posts
Tuck School Moderator
853 posts