Last visit was: 01 May 2026, 06:28 It is currently 01 May 2026, 06:28
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
Farina
Joined: 21 Aug 2019
Last visit: 13 Oct 2020
Posts: 97
Own Kudos:
Given Kudos: 352
Posts: 97
Kudos: 45
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 30 Apr 2026
Posts: 22,305
Own Kudos:
Given Kudos: 302
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 22,305
Kudos: 26,562
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Farina
Joined: 21 Aug 2019
Last visit: 13 Oct 2020
Posts: 97
Own Kudos:
Given Kudos: 352
Posts: 97
Kudos: 45
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 30 Apr 2026
Posts: 22,305
Own Kudos:
26,562
 [1]
Given Kudos: 302
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 22,305
Kudos: 26,562
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Farina


Hi, your solution is simple to understand. I just have one confusion, this is a very basic question related to mod. When we have to remove the mod sign, we put +ve and +ve sign to the equation which is on other side. Like if y = |x-1| then it should be +- y = x-1 and then +- (3x+3) = x-1 . Because that's what we have been doing in modulus questions

You can put the ± sign either to the right or to the left of the equation. It will not make a difference.

±y = x - 1 means the following: either y = x - 1 or -y = x - 1

Multiplying -y = x - 1 by -1, we get y = -(x - 1). So, we get "either y = x - 1 or y = -(x - 1)". This is equivalent to saying y = ±(x - 1).
User avatar
RastogiSarthak99
Joined: 20 Mar 2019
Last visit: 10 Aug 2024
Posts: 139
Own Kudos:
Given Kudos: 282
Location: India
Posts: 139
Kudos: 26
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Bunuel
If y = |x – 1| and y = 3x + 3, then x must be between which of the following values?

(A) 2 and 3
(B) 1 and 2
(C) 0 and 1
(D) –1 and 0
(E) –2 and –1

MANHATTAN GMAT OFFICIAL SOLUTION:

We should set the two equations for y equal and algebraically solve |x – 1| = 3x + 3 for x.

This requires two solutions: one for the case that x – 1 is positive, the other for the case that x –1 is negative:

x – 1 is positive: (x – 1) = 3x + 3 --> x = -2.
INCORRECT: x – 1 = (–2) – 1 = –3
Therefore, the original assumption that x – 1 is positive does not hold.

x – 1 is negative: –(x – 1) = 3x + 3 --> x = -1/2.
CORRECT: Therefore, the original assumption that x – 1 is negatives holds.

Thus, there is only one solution for x and y, which is y = 3/2 and x = -1/2.

The correct answer is D.

This seems like the best and easiest way to do it. Key term here is BETWEEN. If x = -1/2 and -2 then according to options x falls BETWEEN 0 and -1 right? Yes.
User avatar
BrushMyQuant
Joined: 05 Apr 2011
Last visit: 27 Apr 2026
Posts: 2,287
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,287
Kudos: 2,684
Kudos
Add Kudos
Bookmarks
Bookmark this Post
\(y = |x – 1|\) and \(y = 3x + 3,\)

Let's substitute the y = 3x + 3 in \(y = |x – 1|\), we get
3x + 3 = |x – 1|
=> | x-1 | 3x + 3 ..(1)

Let's solve it using two methods

Method 1: Algebra

( To MASTER Absolute Value Problems, watch this video )

As we have |x-1| in the equation so we will have two cases
-Case 1: x - 1 ≥ 0 => x ≥ 1
=> | x-1 | = x-1
=> x-1 = 3x + 3 (From (1))
=> 2x = -4
=> x = -2


But our condition was x ≥ 1
=> NO SOLUTION
-Case 2: x ≤ 1
=> | x-1 | = -(x-1)
=> -(x-1) = 3x + 3 (From (1))
=> -x + 1 = 3x + 3
=> 4x = -2
=> x = -2/4 = -0.5

But our condition was x ≤ 1, and -0.5 ≤ 1
=> x = -0.5 is a SOLUTION

Method 2: Substitution

| x-1 | = 3x + 3
Let's pick values in the range of each option choice and see if it satisfies the above equation

(A) 2 and 3
x = 2.5
=> | 2.5-1 | = 3*2.5 + 3 => 1.5 = 10.5 => NOT POSSIBLE

(B) 1 and 2
x = 1.5
=> | 1.5-1 | = 3*1.5 + 3 => 0.5 = 7.5 => NOT POSSIBLE

(C) 0 and 1
x = 0.5
=> | 0.5-1 | = 3*0.5 + 3 => 0.5 = 4.5 => NOT POSSIBLE

(D) -1 and 0
x = -0.5
=> | -0.5-1 | = 3*-0.5 + 3 => 1.5 = 1.5 => POSSIBLE
We don't need to solve further, but solving to complete the solution

(E) -2 and -1
x = -1.5
=> | -1.5-1 | = 3*(-2.5) + 3 => 2.5 = -4.5 => NOT POSSIBLE

So, Answer will be D
Hope it helps!

To learn how to solve absolute value problems, watch the following video

User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 39,017
Own Kudos:
Posts: 39,017
Kudos: 1,122
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.
   1   2 
Moderators:
Math Expert
109991 posts
Tuck School Moderator
852 posts