Last visit was: 25 Apr 2026, 00:19 It is currently 25 Apr 2026, 00:19
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,821
Own Kudos:
811,105
 [7]
Given Kudos: 105,876
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,821
Kudos: 811,105
 [7]
Kudos
Add Kudos
7
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 25 Apr 2026
Posts: 109,821
Own Kudos:
811,105
 [4]
Given Kudos: 105,876
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,821
Kudos: 811,105
 [4]
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
General Discussion
User avatar
Showmeyaa
Joined: 24 Jun 2019
Last visit: 08 Sep 2023
Posts: 427
Own Kudos:
Given Kudos: 117
Location: India
Concentration: Marketing, Strategy
Products:
Posts: 427
Kudos: 528
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
TestPrepUnlimited
Joined: 17 Sep 2014
Last visit: 30 Jun 2022
Posts: 1,223
Own Kudos:
Given Kudos: 6
Location: United States
GMAT 1: 780 Q51 V45
GRE 1: Q170 V167
Expert
Expert reply
GMAT 1: 780 Q51 V45
GRE 1: Q170 V167
Posts: 1,223
Kudos: 1,138
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
What is the value of x?

(1) |x + 9| = 2x

(2) |2x − 9| = x


Statement 1:

Since the right side is 2x = An absolute value, we can guarantee \(2x >= 0\). Then \(x + 9\) must be positive. This simplifies to \(x + 9 = 2x\) and there is only one solution. Sufficient.

Statement 2:

Again we must have \(x >= 0\). Yet this doesn't tell us if \(2x - 9\) is positive or negative so we need to split into two cases, \(0 <= x < 4.5\) or \(x >= 4.5\).

First one gives \(9 - 2x = x\) and \(x = 3\) which is within range of {0. 4.5), so it is a viable solution.

The second one gives \(2x - 9 = x\) and \(x = 9 >= 4.5\), which is within range so it is another viable solution.

Hence we have two different solutions, insufficient.

Ans: A

Another way to "simplify" statement 2 is to square it to get \(4x^2 - 36x + 81 = x^2\) and \(x^2 - 12x + 27 = 0\). We get x = 3 or x = 9 but we have to plug these back in to check if they work.
User avatar
Archit3110
User avatar
Major Poster
Joined: 18 Aug 2017
Last visit: 24 Apr 2026
Posts: 8,629
Own Kudos:
5,190
 [1]
Given Kudos: 243
Status:You learn more from failure than from success.
Location: India
Concentration: Sustainability, Marketing
GMAT Focus 1: 545 Q79 V79 DI73
GMAT Focus 2: 645 Q83 V82 DI81
GPA: 4
WE:Marketing (Energy)
Products:
GMAT Focus 2: 645 Q83 V82 DI81
Posts: 8,629
Kudos: 5,190
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
#1
|x + 9| = 2x
solve we get x=9 & -3
LHS cannot be -ve so -3 is not possible x=9 sufficient
#2
|2x − 9| = x
x=9,3
two values of x insufficient
option A is correct


Bunuel
What is the value of x?

(1) |x + 9| = 2x

(2) |2x − 9| = x
User avatar
deeuce
Joined: 03 Nov 2018
Last visit: 06 Mar 2026
Posts: 21
Own Kudos:
Given Kudos: 16
Posts: 21
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Bunuel,
I have a question about the solution you mentioned above. Why did we straight away take positive value for the first statement and not for the second one? The second statement has the same structure as the first one.

|2x -9 | = x, what if I move forward the same way as in statement 1. That is: x is positive and |2x-9| is an absolute value, hence always positive. Therefore
> |2x - 9| = x
> 2x - 9 = x
> x = 9.

What am I getting wrong here?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 25 Apr 2026
Posts: 109,821
Own Kudos:
Given Kudos: 105,876
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,821
Kudos: 811,105
Kudos
Add Kudos
Bookmarks
Bookmark this Post
deeuce
Hi Bunuel,
I have a question about the solution you mentioned above. Why did we straight away take positive value for the first statement and not for the second one? The second statement has the same structure as the first one.

|2x -9 | = x, what if I move forward the same way as in statement 1. That is: x is positive and |2x-9| is an absolute value, hence always positive. Therefore
> |2x - 9| = x
> 2x - 9 = x
> x = 9.

What am I getting wrong here?

You are right to deduce that |2x -9 | = x implies that x must be more than or equal to 0. But |2x - 9| = 2x - 9 ONLY IF 2x - 9 >= 0 and x >= 0 does not necessarily means that 2x - 9 >= 0. For example, if x = 1, then 2x - 9 = -7. So, for some positive values of x, 2x - 9 will be positive and for some positive values of x, 2x - 9 will be negative. This is why we cannot use the same technique for (2) as we used for (1).

Hope it's clear.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,979
Own Kudos:
Posts: 38,979
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
109821 posts
498 posts
212 posts