Last visit was: 21 Apr 2026, 18:53 It is currently 21 Apr 2026, 18:53
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: 21 Apr 2026
Posts: 109,728
Own Kudos:
Given Kudos: 105,800
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,728
Kudos: 810,475
 [52]
1
Kudos
Add Kudos
49
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 21 Apr 2026
Posts: 109,728
Own Kudos:
810,475
 [6]
Given Kudos: 105,800
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,728
Kudos: 810,475
 [6]
Kudos
Add Kudos
6
Bookmarks
Bookmark this Post
General Discussion
User avatar
mysterymanrog
User avatar
CR Forum Moderator
Joined: 25 Jan 2022
Last visit: 06 Feb 2026
Posts: 792
Own Kudos:
714
 [5]
Given Kudos: 559
Location: Italy
GPA: 3.8
Posts: 792
Kudos: 714
 [5]
3
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 21 Apr 2026
Posts: 109,728
Own Kudos:
810,475
 [1]
Given Kudos: 105,800
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,728
Kudos: 810,475
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
mysterymanrog
First thing to note: Do not try to solve using algebra.

Now, notice that the solutions are 0-4. This means not many integers, so we can plug and test values. Notice that the factorial will increase more than the sum of two consecutive integers after a certain value -> 4+5=9, but 4!=24. Way bigger. So the values of X will be quite small
Notice also that no restrictions have been placed on X -> x may be negative or positive (there are no negative factorials, however since we have modulus x factorial, x may be negative)

Lets test values:
x=0 -> 0+1=0!
0!=1 by construction, so this is 1 solution.
x=1 -> 1+2=1! , no the sum is larger
x=2 -> 2+3=2!, no the sum is larger
x=3 -> 3+4=3!, no the sum larger
x=4 -> 4+5=4!, no the factorial is larger, and for any values of x bigger it will never be equal because of how quickly factorials grow.

Don't forget negatives:
x=-1 -> 1+0=1!, yes 2 solutions
x=-2 -> 2+1=2!, no the sum is larger
x=-3 -> 3+2=3!, no the sum is larger
x=-4 -> 4+3=4!, no the factorial is larger -> this is the end like in the positive case

We have a total of two solutions (x=-1, x=0) therefore the correct answer choice is C

Great work. However, there's a more efficient method that requires testing only -1, 0, and 1. Can you identify why this is the case?
User avatar
gmatophobia
User avatar
Quant Chat Moderator
Joined: 22 Dec 2016
Last visit: 19 Apr 2026
Posts: 3,173
Own Kudos:
11,439
 [4]
Given Kudos: 1,862
Location: India
Concentration: Strategy, Leadership
Posts: 3,173
Kudos: 11,439
 [4]
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
If x is an integer, how many solutions exist for the equation \(|x| + |x + 1| = |x|!\) ?

A. 0
B. 1
C. 2
D. 3
E. 4

The LHS of the equation |x| + |x+1| will always be an odd integer.

Reason: x and x + 1 are consecutive integers. Hence, the sum of their distances from 0 will always be odd.

The RHS of the equation is a factorial.

a! is odd only when the value of a = 1 or 0. In all other cases (i.e. when a \(\geq\) 2), the value of the factorial is even.

As, a = |x|, x can be either 0, 1, or -1.

We can use the above values to check which of the values satisfies the equation.

x = 0

|x| + |x + 1| = |x|!

|0| + |0 + 1| = |0|!

0 + 1 = 1

Works! Keep x = 0

x = 1

|1| + |1 + 1| = |1|!

|1| + |2| \(\neq\) |1|!

Discard x = 1

x = -1

|-1| + |-1 + 1| = |-1|!

1 + 0 = 1!

Works! Keep x = -1

Possible values of x = {-1,0}

Option C
User avatar
TheBipedalHorse
Joined: 16 Jun 2021
Last visit: 12 Dec 2023
Posts: 105
Own Kudos:
Given Kudos: 98
Posts: 105
Kudos: 37
Kudos
Add Kudos
Bookmarks
Bookmark this Post
|x| + |x+1| = |x|!

By observation- the right hand side |x|! is always even unless x = 0, or x = -1 or x = +1

The left hand is always odd (adding two consecutive numbers)

Testing solutions for -1, 0 and +1

At x = -1, LHS is 1, RHS is 1.....<bingo>
At x = 0, LHS is 1, RHS (0!) is 1.....<bingo>
At x = 1, LHS is 3, RHS is 1.....<no>

Therefore, 2 solutions
User avatar
JOBS07
Joined: 13 Feb 2020
Last visit: 07 May 2025
Posts: 9
Own Kudos:
Given Kudos: 18
Posts: 9
Kudos: 5
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
mysterymanrog
First thing to note: Do not try to solve using algebra.

Now, notice that the solutions are 0-4. This means not many integers, so we can plug and test values. Notice that the factorial will increase more than the sum of two consecutive integers after a certain value -> 4+5=9, but 4!=24. Way bigger. So the values of X will be quite small
Notice also that no restrictions have been placed on X -> x may be negative or positive (there are no negative factorials, however since we have modulus x factorial, x may be negative)

Lets test values:
x=0 -> 0+1=0!
0!=1 by construction, so this is 1 solution.
x=1 -> 1+2=1! , no the sum is larger
x=2 -> 2+3=2!, no the sum is larger
x=3 -> 3+4=3!, no the sum larger
x=4 -> 4+5=4!, no the factorial is larger, and for any values of x bigger it will never be equal because of how quickly factorials grow.

Don't forget negatives:
x=-1 -> 1+0=1!, yes 2 solutions
x=-2 -> 2+1=2!, no the sum is larger
x=-3 -> 3+2=3!, no the sum is larger
x=-4 -> 4+3=4!, no the factorial is larger -> this is the end like in the positive case

We have a total of two solutions (x=-1, x=0) therefore the correct answer choice is C

Great work. However, there's a more efficient method that requires testing only -1, 0, and 1. Can you identify why this is the case?

Both X=0 & X=-1 create mirror images in the LHS, and, on the RHS, the values anyhow are same. If x=1, the equality doesn't hold. Anything beyond these extreme points, the LHS is a sum of consecutive numbers (always odd) and the RHS is always even (as the lowest possible value is 2, which is even), a situation wherein LHS can never be equal to RHS.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 21 Apr 2026
Posts: 109,728
Own Kudos:
Given Kudos: 105,800
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,728
Kudos: 810,475
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,957
Own Kudos:
Posts: 38,957
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
109728 posts
Tuck School Moderator
853 posts