Last visit was: 18 Nov 2025, 20:08 It is currently 18 Nov 2025, 20:08
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: 18 Nov 2025
Posts: 105,355
Own Kudos:
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,087
 [65]
6
Kudos
Add Kudos
59
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 18 Nov 2025
Posts: 5,793
Own Kudos:
5,509
 [19]
Given Kudos: 161
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,793
Kudos: 5,509
 [19]
10
Kudos
Add Kudos
9
Bookmarks
Bookmark this Post
User avatar
Sushma1215
Joined: 12 Mar 2023
Last visit: 04 Jan 2025
Posts: 4
Own Kudos:
22
 [17]
Given Kudos: 24
Location: India
Schools: ESADE
Schools: ESADE
Posts: 4
Kudos: 22
 [17]
12
Kudos
Add Kudos
5
Bookmarks
Bookmark this Post
General Discussion
User avatar
missionmba2025
Joined: 07 May 2023
Last visit: 07 Sep 2025
Posts: 341
Own Kudos:
427
 [5]
Given Kudos: 52
Location: India
Posts: 341
Kudos: 427
 [5]
4
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
How many values of x satisfy the inequality |x - 11| + |x - 12| < 1?

(A) 0
(B) 1
(C) 2
(D) 3
(E) Infinite number


 


This question was provided by GMAT Club
for the Around the World in 80 Questions

Win over $20,000 in prizes: Courses, Tests & more

 



------ REGION 1 ------- 11 --- REGION 2 --------- 12 ---------- REGION 3

REGION 1

-(x-11)-(x-12) < 1
-2x < -22
x > 11

Ignore this region

REGION 2

(x-11)-(x-12) < 1
12 - 11 < 1
1 < 1

Ignore this region

REGION 3

x - 11 + x - 12 < 1
2x - 23 < 1
x < 12

Ignore this region

No value satisfy.

IMO A
User avatar
vedha0
Joined: 10 Jan 2023
Last visit: 17 Mar 2024
Posts: 123
Own Kudos:
124
 [3]
Given Kudos: 58
Posts: 123
Kudos: 124
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
note that abs(x) = x if x>=0 ; -x if x<0 . We will use this definition of absolute value extensively to get to the answer

We are required to deal with abs(x-11) and abs(x-12)

Case 1 : x < 11
so the LHS of the inequality can be rewritten as (11-x)+(12-x) = 23-2x
Now 23 - 2x < 1 => 22 < 2x => x >11. This contradicts the case we are studying : x<11. Therefore no value of x<11 satisfies the inequality.

Case 2 : 11 <= x < 12
so the LHS of the inequality can be rewritten as (x-11)+(12-x) = 1
Now 1 < 1. This is wrong/false. Therefore no value of 11 <= x < 12 satisfies the inequality.

Case 3 : x >= 12
so the LHS of the inequality can be rewritten as (x-11)+(x-12) = 2x-23
Now 2x - 23 < 1 => 2x < 24 => x < 12. This contradicts the case we are studying : x >= 12. Therefore no value of x >=12 satisfies the inequality.

NO VALUE SATISFIES IN ANY OF THE CASES. SO ANSWER IS 0 i.e, A
User avatar
sujoykrdatta
Joined: 26 Jun 2014
Last visit: 17 Nov 2025
Posts: 547
Own Kudos:
1,114
 [4]
Given Kudos: 13
Status:Mentor & Coach | GMAT Q51 | CAT 99.98
GMAT 1: 750 Q51 V39
Expert
Expert reply
GMAT 1: 750 Q51 V39
Posts: 547
Kudos: 1,114
 [4]
2
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Bunuel
How many values of x satisfy the inequality |x - 11| + |x - 12| < 1?

(A) 0
(B) 1
(C) 2
(D) 3
(E) Infinite number

 


This question was provided by GMAT Club
for the Around the World in 80 Questions

Win over $20,000 in prizes: Courses, Tests & more

 


|x - 11| + |x - 12| < 1

|x - a| refers to the distance between x and a on the number line
In this question, we have reference points 11 and 12

If x is to the right of 12: |x-11| will be greater than 1 => |x - 11| + |x - 12| > 1 - does not satisfy
If x = 12: |x - 11| + |x - 12| = 1 - does not satisfy
If x is between 11 and 12: |x-11| + |x-12| is the sum of distances of x from 11 and 12, which is 1 - does not satisfy
If x = 11: |x - 11| + |x - 12| = 1 - does not satisfy
If x is to the left of 11: |x-12| will be greater than 1 => |x - 11| + |x - 12| > 1 - does not satisfy

Thus, there is no possible value of x
Answer A
User avatar
lewdtoucan
Joined: 09 Nov 2022
Last visit: 18 Aug 2025
Posts: 13
Own Kudos:
Given Kudos: 73
Posts: 13
Kudos: 2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
hello all,

I think we can use the graphical way to solve "how many values can x take" problems. see Chetan's post here for a detailed explanation.


here is my solution:

we are given, |x-11| + |x-12| < 1

the equation can be rearranged as follows --> |x-11| < 1 - |x-12|

let y = LHS and z = RHS. Plot the the functions and you'll see that curves intersect for values between 11 and 12. But the question asks specifies that LHS < RHS, therefore there are 0 points of intersection.

here is a plot i generated using a graphing calc to verify the method after solving:
Attachment:
GMAT-Club-Forum-gx17kc5y.png
GMAT-Club-Forum-gx17kc5y.png [ 86.89 KiB | Viewed 4945 times ]


Bunuel
How many values of x satisfy the inequality |x - 11| + |x - 12| < 1?

(A) 0
(B) 1
(C) 2
(D) 3
(E) Infinite number


 


This question was provided by GMAT Club
for the Around the World in 80 Questions

Win over $20,000 in prizes: Courses, Tests & more

 



Experience GMAT Club Test Questions
Yes, you've landed on a GMAT Club Tests question
Craving more? Unlock our full suite of GMAT Club Tests here
Want to experience more? Get a taste of our tests with our free trial today
Rise to the challenge with GMAT Club Tests. Happy practicing!
User avatar
shori345
Joined: 13 May 2021
Last visit: 03 Nov 2025
Posts: 6
Given Kudos: 2
Location: India
Concentration: Strategy, Marketing
GPA: 6.02
Posts: 6
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Similarly, in the 3 regions, can we plug in some values, for example in region 1 x=10, region 2 x=11.5 and region 3 x=13. For all these values, the equation does not satisfy the inequality. Is this a good approach to take?

GMATCenturion
Bunuel
How many values of x satisfy the inequality |x - 11| + |x - 12| < 1?

(A) 0
(B) 1
(C) 2
(D) 3
(E) Infinite number


 


This question was provided by GMAT Club
for the Around the World in 80 Questions

Win over $20,000 in prizes: Courses, Tests & more

 



------ REGION 1 ------- 11 --- REGION 2 --------- 12 ---------- REGION 3

REGION 1

-(x-11)-(x-12) < 1
-2x < -22
x > 11

Ignore this region

REGION 2

(x-11)-(x-12) < 1
12 - 11 < 1
1 < 1

Ignore this region

REGION 3

x - 11 + x - 12 < 1
2x - 23 < 1
x < 12

Ignore this region

No value satisfy.

IMO A
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 18 Nov 2025
Posts: 105,355
Own Kudos:
778,087
 [2]
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,087
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
shori345
Similarly, in the 3 regions, can we plug in some values, for example in region 1 x=10, region 2 x=11.5 and region 3 x=13. For all these values, the equation does not satisfy the inequality. Is this a good approach to take?

GMATCenturion
Bunuel
How many values of x satisfy the inequality |x - 11| + |x - 12| < 1?

(A) 0
(B) 1
(C) 2
(D) 3
(E) Infinite number


 


This question was provided by GMAT Club
for the Around the World in 80 Questions

Win over $20,000 in prizes: Courses, Tests & more

 



------ REGION 1 ------- 11 --- REGION 2 --------- 12 ---------- REGION 3

REGION 1

-(x-11)-(x-12) < 1
-2x < -22
x > 11

Ignore this region

REGION 2

(x-11)-(x-12) < 1
12 - 11 < 1
1 < 1

Ignore this region

REGION 3

x - 11 + x - 12 < 1
2x - 23 < 1
x < 12

Ignore this region

No value satisfy.

IMO A

A specific value might not satisfy the inequality, while another nearby one might. So plugging in alone can mislead. It’s better to follow the full analysis shown using regions.
User avatar
user34745792203
Joined: 05 Aug 2025
Last visit: 18 Oct 2025
Posts: 7
Own Kudos:
Given Kudos: 2
Posts: 7
Kudos: 1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
After solving for x:

x>11
x<12
⇒ 11< x < 12

So, the value of x must lie between 11 and 12.
Since we are asked how many values of x (not just how many integers) satisfy this condition, the solution is (E) infinite numbers.

Am I missing something?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 18 Nov 2025
Posts: 105,355
Own Kudos:
778,087
 [1]
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,087
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
user34745792203
After solving for x:

x>11
x<12
⇒ 11< x < 12

So, the value of x must lie between 11 and 12.
Since we are asked how many values of x (not just how many integers) satisfy this condition, the solution is (E) infinite numbers.

Am I missing something?

Yes. 11 < x < 12 is not true, there is no x that satisfies |x - 11| + |x - 12| < 1. Please review the solutions above.
User avatar
Saun2511
Joined: 17 Jun 2025
Last visit: 12 Nov 2025
Posts: 15
Given Kudos: 78
Location: India
Posts: 15
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
can also be equal to 1
Sushma1215
Question : |x - 11| + |x - 12| < 1

Answer : for whatever value of x, since we are taking modulus the resultant value is always going to be positive and greater than 1.
Moderators:
Math Expert
105355 posts
Tuck School Moderator
805 posts