BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Target Test Prep · GMAT

Choose how you want to prepare

Learn live with an expert or move at your own pace. Every option includes the complete TTP study system.

★★★★★5.0559 reviews
Vote for Target Test Prep, Newsweek Readers’ Choice Awards 2026
NEWSWEEK READERS’ CHOICE 2026

BIG NEWS! Target Test Prep has been nominated, and they’d love your vote!

TTP has worked incredibly hard to build the best test prep experience possible, and winning Newsweek’s 2026 Readers’ Choice Award for Best Test Prep would mean a lot to them. If TTP has helped you, they’d be incredibly grateful for your vote. You can vote once each day through September 9.

Vote for TTP
GMATLiveTeach 7 seats left
Chris Peckover
NEXT LIVE COHORT

Oct 13 to Jan 7, 2027

with Chris Peckover

Schedule
Tue, Thu · 8:00 to 10:00 PM ET
Included
40 live hours + 6 months of GMAT OnDemand
  • Live instruction and real-time questions
  • Class recordings and assigned practice
View class & enroll
Limited cohort · enrollment openTarget Test Prep
EALiveTeach 5 seats left
Logan Thompson
EXECUTIVE ASSESSMENT

Sep 6 to Dec 6, 2026

with Logan Thompson

Schedule
Sun · 9:30 AM to 12:30 PM ET
Included
40 hours of live online classes plus six months of access to the complete TTP EA OnDemand course.
  • 165+ EA Score Guarantee
  • 4,100+ Quant, Verbal, and Integrated Reasoning practice questions
  • 400+ hours of in-depth video lessons
  • 3,000+ step-by-step video solutions
View EA class & enroll
Limited cohort · enrollment openTarget Test Prep
GMATOnDemand Start anytime
SELF-PACED MASTERCLASS

Target Test Prep GMAT OnDemand

Complete access from day one. Study on your schedule.

715+ score guarantee
$0to start then $127/mo
  • Personalized study plan and analytics
  • Thousands of lessons and practice questions

Compare the format, schedule, and included access before enrolling. Prices and seat counts shown reflect the supplied offer details.

Simple YET A TOUGH one : What is the value of x?

Expert replies
Source: — Data Sufficiency |

by GMATGuruNY » Sun Mar 23, 2014 4:30 am
himu wrote:What is the value of x?

(1) 4 < x < 6

(2) |x|=4x−15
Statement 1: 4 < x < 6
It's possible that x=5 or that x=5.5.
INSUFFICIENT.

Statement 2: |x|=4x-15
Case 1: No signs are changed
x = 4x-15
15 = 3x
x=5.
To confirm that x=5 is a valid solution, plug x=5 into the original equation:
|5| = 4*5 - 15
5 = 5.
Since the two sides of the equation are equal, x=5 is a valid solution.

Case 2: Flip the signs for one side of the equation
-x = 4x-15
15 = 5x
x=3.
To confirm that x=3 is a valid solution, plug x=3 into the original equation:
|3| = 4*3 - 15
3 = -3.
Since the two sides of the equation are NOT equal, x=3 is NOT a valid solution.

Thus, x=5.
SUFFICIENT.

The correct answer is B.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3
Join the discussion

by feedrom » Mon Mar 24, 2014 9:47 am
GMATGuruNY wrote:
Statement 2: |x|=4x-15

Case 1: No signs are changed
x = 4x-15
15 = 3x
x=5.
To confirm that x=5 is a valid solution, plug x=5 into the original equation:
|5| = 4*5 - 15
5 = 5.
Since the two sides of the equation are equal, x=5 is a valid solution.

Case 2: Flip the signs for one side of the equation
-x = 4x-15
15 = 5x
x=3.
To confirm that x=3 is a valid solution, plug x=3 into the original equation:
|3| = 4*3 - 15
3 = -3.
Since the two sides of the equation are NOT equal, x=3 is NOT a valid solution.

Thus, x=5.
SUFFICIENT.

The correct answer is B.

This is an interesting case! So if I don't check the two values of x again, I'll automatically think that (2) is insufficient.

My question is: when I see |a| = b, how do I know a has only 1 value without testing all values again? Thank you.
Join the discussion

by ceilidh.erickson » Mon Mar 24, 2014 10:43 am
With absolute values, when you have a variable inside the absolute value and only numbers outside of it, you will have 2 solutions (and you don't need to retest them). For example:
|x + 2| = 4
x = 2 or -6

If you have the same variable both inside and outside of the absolute value sign, as in |x|=4x-15, you have to plug your solutions back in to see if they work.

Sometimes, if you have the same variable inside absolute value signs on both sides of the equation, you'll only have one solution as well. Consider:
|x - 2| = |x + 8|

Case 1: Signs don't change:
x - 2 = x + 8
0 = 10 ???
this doesn't work

Case 2: Signs change for one side of the equation:
x - 2 = -x - 8
2x = -6
x = -3
Ceilidh Erickson
EdM in Mind, Brain, and Education
Harvard Graduate School of Education
Join the discussion

by GMATGuruNY » Mon Mar 24, 2014 1:33 pm
feedrom wrote:
GMATGuruNY wrote:
Statement 2: |x|=4x-15

Case 1: No signs are changed
x = 4x-15
15 = 3x
x=5.
To confirm that x=5 is a valid solution, plug x=5 into the original equation:
|5| = 4*5 - 15
5 = 5.
Since the two sides of the equation are equal, x=5 is a valid solution.

Case 2: Flip the signs for one side of the equation
-x = 4x-15
15 = 5x
x=3.
To confirm that x=3 is a valid solution, plug x=3 into the original equation:
|3| = 4*3 - 15
3 = -3.
Since the two sides of the equation are NOT equal, x=3 is NOT a valid solution.

Thus, x=5.
SUFFICIENT.

The correct answer is B.

This is an interesting case! So if I don't check the two values of x again, I'll automatically think that (2) is insufficient.

My question is: when I see |a| = b, how do I know a has only 1 value without testing all values again? Thank you.
|x|=4x-15.
As Ceilidh has pointed out, whenever we have the same variable on both sides but absolute value on only one side, we need to confirm that both solutions are valid.
The easiest approach is to plug the two solutions back into the equation, as I did in my post above.

Alternate approach:
The absolute value notation on the lefthand side implies that the lefthand side represents a NONNEGATIVE VALUE.
Thus, the righthand side -- 4x-15 -- must also represent a nonnegative value.
This restricts the range of x as follows:
4x-15 ≥ 0
4x ≥ 15
x ≥ 3.75.
Thus, for the righthand side to be nonnegative, x must be greater than or equal to 3.75.
Implication:
A solution is valid only if it is greater than or equal to 3.75.

In my post above, algebra yielded two possible values for x:
3 and 5.
But x=3 is invalid because it is less than 3.75.
Thus, the only valid solution is x=5.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3
Join the discussion

by himu » Mon Mar 24, 2014 8:33 pm
Wow !!!

This is sheer enlightenment !

Thanks so much GMATGuruNY & Ceilidh for sharing your knowledge.That was more than helpful.
With absolute values, when you have a variable inside the absolute value and only numbers outside of it, you will have 2 solutions (and you don't need to retest them).

If you have the same variable both inside and outside of the absolute value sign, as in |x|=4x-15, you have to plug your solutions back in to see if they work.

The absolute value notation on the lefthand side implies that the lefthand side represents a NONNEGATIVE VALUE.
Thus, the righthand side -- 4x-15 -- must also represent a nonnegative value.


Implication:
A solution is valid only if it is greater than or equal to 3.75.

In my post above, algebra yielded two possible values for x:
3 and 5.
But x=3 is invalid because it is less than 3.75.
Thus, the only valid solution is x=5.


I think I should rename the topic.What I think is in the REAL GMAT we students get such TRICKY questions wrong :( .At the outset these seem very simple so our feeling is we got it right, but alas....the GMAT algorithm is working in the background :(((

thanks again for that inequality stuff...I'll implement that & keep it at the back of my mind !

Regards,
~Himu.
Join the discussion

by feedrom » Fri Mar 28, 2014 8:35 am
Amazing! Thank so much, Guru and Ceilidh!
Join the discussion