GRE Absolute Value Problems: The Complete Strategy Guide

GRE absolute value problems test your ability to reason about distance, sign, and multiple solution cases under time pressure. On average, you will see at least one absolute value question in the quantitative reasoning section, and these problems consistently trip up students who rely on memorized steps instead of genuine understanding. This guide breaks down every problem type you will encounter, from basic equations to tricky quantitative comparisons, with the strategies that actually work on test day.

What Absolute Value Means on the GRE

The Distance-from-Zero Definition

The absolute value of a number is its distance from zero on the number line. That single idea unlocks nearly every GRE absolute value problem you will face. The notation |x| means "how far is x from zero?" regardless of direction. So |7| = 7 and |-7| = 7, because both 7 and -7 sit exactly 7 units from zero.

This distance framing extends to expressions. The expression |x - 3| does not mean "subtract 3 from x and take the absolute value" in a mechanical sense — it asks "how far is x from 3?" That reinterpretation is what makes the number line approach so powerful for inequalities, which we will cover in a later section.

Key Properties Every Test Taker Must Know

Before solving any problem, internalize these properties. They come up repeatedly on the GRE and save time when you recognize them instantly:

  • Non-negativity: |x| is always greater than or equal to zero. Absolute value can never produce a negative result.
  • Symmetry: |x| = |-x| for all values of x. The distance from zero is the same in either direction.
  • Identity: |x| = x when x is positive or zero, and |x| = -x when x is negative.
  • Distance between points: |a - b| = |b - a| always. The distance from a to b equals the distance from b to a.
Remember: Think of absolute value as distance, not as "making a number positive." The distance interpretation is what makes GRE problems intuitive rather than mechanical.

Solving Absolute Value Equations

The Two-Case Method

When you see an equation in the form |expression| = a (where a is positive), the expression inside the bars could equal either a or -a. This gives you two separate equations to solve. The process is straightforward:

  1. Isolate the absolute value expression on one side of the equation.
  2. If the other side is negative, stop — there is no solution.
  3. Otherwise, write two cases: expression = a and expression = -a.
  4. Solve each case independently.

The critical first step that students skip is isolation. If the equation is 2|x - 1| + 3 = 11, you must first subtract 3 and divide by 2 to get |x - 1| = 4 before splitting into cases.

The six main absolute value problem formats tested on the GRE, with the recommended approach and most common trap for each.
Problem TypeFormatApproachKey Trap
Basic Equation|x| = aSplit into x = a or x = -aForgetting the negative case
Multi-Term Equation|2x - 5| = 7Isolate, then split into two casesNot isolating before splitting
Less-Than Inequality|x - 3| < 4Rewrite as -4 < x - 3 < 4Writing as OR instead of AND
Greater-Than Inequality|x + 2| > 6Split: x + 2 > 6 OR x + 2 < -6Writing as AND instead of OR
Quantitative Comparison|n| vs. pTest multiple values for n and pAssuming n is positive
No Solution|x| = -5Recognize immediately: no solutionTrying to solve anyway

Checking for Extraneous Solutions

Not every solution you find will be valid. After solving both cases, plug each answer back into the original equation to verify it works. This step is especially important when the equation involves squared terms or nested absolute values, where algebraic manipulation can introduce values that do not actually satisfy the original equation.

On the GRE, extraneous solution traps appear most often in problems where the equation has been rearranged before applying absolute value. If a problem asks "how many solutions does the equation have?" the test makers know some students will count an extraneous solution and choose the wrong answer.

Worked Example

Solve for x: |2x - 3| = 7

  1. The absolute value is already isolated, so split into two cases.
  2. Case 1: 2x - 3 = 7 → 2x = 10 → x = 5
  3. Case 2: 2x - 3 = -7 → 2x = -4 → x = -2
  4. Check Case 1: |2(5) - 3| = |10 - 3| = |7| = 7 ✓
  5. Check Case 2: |2(-2) - 3| = |-4 - 3| = |-7| = 7 ✓
Result: Both solutions are valid: x = 5 or x = -2.

Cracking Absolute Value Inequalities

Less-Than Inequalities: The "Sandwich" Rule

When you see |expression| < a (where a is positive), the expression is trapped between -a and a. Think of it as a sandwich: the expression is squeezed between two bounds. This translates to a compound inequality with AND:

|x| < a → -a < x < a

Using the distance interpretation: |x| < 5 means "x is less than 5 units from zero." On a number line, that is everything between -5 and 5. This visual approach is faster than mechanical algebra for many GRE problems.

Greater-Than Inequalities: The "Outside" Rule

When you see |expression| > a, the expression is far from zero — outside the range. This creates two separate regions connected by OR:

|x| > a → x < -a OR x > a

The most common mistake here is writing AND instead of OR. If |x| > 3, then x can be -10 (which is less than -3) or x can be 7 (which is greater than 3). No single value of x simultaneously satisfies both conditions — they are separate regions.

Quick reference for translating absolute value inequalities into solution sets. Memorize the less-than (sandwich) and greater-than (outside) patterns.
FormMeaningSolution SetNumber Line Visual
|x| < a (a > 0)x is less than a units from 0-a < x < aShaded region between -a and a
|x| > a (a > 0)x is more than a units from 0x < -a or x > aShaded regions outside -a and a
|x| ≤ a (a > 0)x is at most a units from 0-a ≤ x ≤ aClosed interval [-a, a]
|x| ≥ a (a > 0)x is at least a units from 0x ≤ -a or x ≥ aClosed rays from -a left and a right
|x| < negativeImpossible (distance is never negative)No solutionEmpty number line
|x| > negativeAlways true (distance is always ≥ 0)All real numbersEntire number line shaded

Worked Example

Solve: |x - 4| < 3

  1. This is a less-than inequality, so use the sandwich rule: -3 < x - 4 < 3
  2. Add 4 to all three parts: -3 + 4 < x < 3 + 4
  3. Simplify: 1 < x < 7
  4. Number line interpretation: x must be within 3 units of 4, which means between 1 and 7
Result: The solution is 1 < x < 7. On the number line, shade the open interval from 1 to 7.

Quantitative Comparison Absolute Value Traps

Why These Questions Are Designed to Deceive

Quantitative comparison questions with absolute value are among the trickiest on the GRE because they exploit a natural assumption: that you know whether a variable is positive or negative. When a problem states "x is a nonzero integer" and asks you to compare |x| with x, many students assume x is positive and conclude the quantities are equal. But if x = -3, then |x| = 3 while x = -3, making Quantity A larger.

The GRE test makers build these problems around the gap between what you assume and what you actually know. Any time you see absolute value in a quantitative comparison, your first instinct should be suspicion — the problem is almost certainly testing whether you consider all sign possibilities.

Warning: In quantitative comparison, your job is to disprove, not to prove. If one set of values makes Quantity A larger and another makes Quantity B larger, the answer is D (cannot be determined).

The Four-Case Testing Strategy

When you encounter an absolute value quantitative comparison, systematically test these four types of values:

  1. Positive integer (e.g., x = 3) — the straightforward case
  2. Negative integer (e.g., x = -3) — absolute value flips the sign
  3. Zero (if the problem allows it) — edge case where |0| = 0
  4. Fraction (e.g., x = 0.5 or x = -0.5) — catches traps involving numbers between -1 and 1

If any two test values give you different comparison results, you can immediately choose answer D. You do not need to test all four if you find a conflict earlier — but getting into the habit of testing at least positive and negative saves you from careless errors.

Worked Example

Compare: Quantity A: |x - 3|    Quantity B: |3 - x|

  1. Test with x = 5: |5 - 3| = 2 and |3 - 5| = 2. Equal.
  2. Test with x = 0: |0 - 3| = 3 and |3 - 0| = 3. Still equal.
  3. Test with x = -1: |-1 - 3| = 4 and |3 - (-1)| = 4. Still equal.
  4. Recognize the property: |a - b| = |b - a| always, because distance is symmetric.
Result: The two quantities are always equal. The answer is C. This tests whether you recognize that |a - b| = |b - a|.

Test Your Understanding

Try these GRE-style absolute value problems before reading on. Each covers a different problem type from the sections above.

Question 1 — Absolute Value Equation
If |3x + 6| = 12, what is the sum of all possible values of x?
Question 2 — Absolute Value Inequality
How many integers satisfy |x - 5| < 4?
Question 3 — Quantitative Comparison
x is a non-zero integer. Quantity A: |x| Quantity B: x. Which of the following is true?
Question 4 — No Solution Recognition
How many solutions does the equation |4x - 1| = -3 have?

The Number Line Shortcut

Translating Absolute Value into Distance

The number line approach works by converting absolute value expressions into distance questions. Instead of splitting into algebraic cases, you identify a center point and a radius. For |x - 3| < 5, the center is 3 and the radius is 5, meaning x falls between -2 and 8. For |x + 2| ≤ 3, rewrite as |x - (-2)| ≤ 3 — the center is -2 and the radius is 3, so x is between -5 and 1.

This approach is particularly effective when the problem asks how many integers lie within a given range, because once you have the endpoints, you can count directly.

When the Number Line Beats Algebra

The number line is faster than case-splitting in three common scenarios on the GRE:

  • Counting integers: |x - a| ≤ b asks for all integers within b units of a. Mark the center, count in both directions.
  • Quick range checks: When a problem gives you |x - 5| < 2 and asks if x = 3 is a solution, visualize: is 3 within 2 units of 5? Yes — no algebra needed.
  • Compound expressions: When the problem involves both |x - a| and |x - b|, the number line shows you the geometry at a glance.

Worked Example

Find all integers satisfying |x + 2| ≤ 3.

  1. Rewrite: |x - (-2)| ≤ 3. This means x is within 3 units of -2.
  2. On the number line, mark -2 as the center point.
  3. Count 3 units left: -2 - 3 = -5. Count 3 units right: -2 + 3 = 1.
  4. The solution is -5 ≤ x ≤ 1.
  5. List the integers in this range: -5, -4, -3, -2, -1, 0, 1 — that is 7 integers.
Result: There are 7 integers satisfying the inequality: -5, -4, -3, -2, -1, 0, and 1.
🔢Absolute Value Equation Solver

Enter the coefficients of an equation in the form |ax + b| = c to find both solutions.

Common Mistakes and How to Avoid Them

The Five Most Frequent Errors

These are the mistakes that cost students the most points on GRE absolute value problems. Each one is preventable with the right habit.

The five most common student errors on GRE absolute value problems, with the reasoning behind each correction.
MistakeWhy It's WrongCorrect Approach
Only solving x = a for |x| = aMisses x = -a, losing valid solutionsAlways write both cases: x = a OR x = -a
Writing |x| < 3 as x < 3 or x > -3Less-than creates AND, not ORWrite -3 < x < 3 (compound inequality)
Not checking extraneous solutionsAlgebraic manipulation can introduce invalid answersSubstitute each answer back into the original equation
Assuming |n| = n in QC problemsn could be negative, making |n| = -nTest positive, negative, zero, and fraction values
Solving |x| = -2Absolute value can never equal a negative numberRecognize immediately: no solution exists

Building a Mistake-Proof Routine

The best way to prevent these errors is to build a consistent routine for every absolute value problem. Before you start solving, ask three questions: Is the absolute value isolated? Is it set equal to something negative (if so, stop)? Am I considering both cases? After solving, always verify by substituting your answers back into the original equation or inequality.

For quantitative comparison, add a fourth question: Have I tested at least a positive and a negative value? This simple checklist catches the vast majority of mistakes students make under time pressure.

Absolute Value Problem-Solving Checklist0/6 complete

Frequently Asked Questions

On average, you will see at least one question on the GRE dealing with absolute values in the quantitative reasoning section, though some test forms may include two or three. Absolute value concepts may also appear indirectly in inequality and number properties questions.

No. The absolute value of any number is always zero or positive because it represents distance from zero on the number line. If you encounter an equation like |x| = -3, it has no solution since no distance can be negative.

Use the distance interpretation on a number line. For |x| < 5, think "x is less than 5 units from zero," giving -5 < x < 5. For |x| > 3, think "x is more than 3 units from zero," giving x < -3 or x > 3. This visual approach is often faster than algebraic case-splitting.

An extraneous solution is a value that emerges from the algebraic solving process but does not satisfy the original equation when you substitute it back in. Always check your answers by plugging them into the original absolute value equation to verify they work.

Test multiple cases: try positive, negative, zero, and fractional values for the variable. Absolute value in quantitative comparison is designed to trap students who assume a variable's sign. If different test values yield different comparison results, the answer is D (cannot be determined).