GMAT Focus Edition: Inequalities work like equations EXCEPT: flip the inequality sign when multiplying or dividing by a negative number.
Home โ€บ Course โ€บ Quantitative Reasoning โ€บ Lesson 15
Quantitative Reasoning • Lesson 15 of 20

Inequalities &
Range Logic Mastery

Flip the inequality sign when multiplying or dividing by a negative. For $x^2 < a^2$: use $-a < x < a$. For quadratics: factor, find critical points, test regions.

Time: 55 mins
Target: Q78 to Q90
Prerequisites: Lessons 1โ€“5
1

Inequality Fundamentals

Inequality Symbols
<
strictly less than
โ‰ค
less than or equal
>
strictly greater than
โ‰ฅ
greater than or equal
Properties of Inequalities
Add/subtract same value from both sides: inequality direction preserved
Multiply/divide by positive: direction preserved
Multiply/divide by NEGATIVE: direction REVERSES
2

Solving Inequalities Algebraically

Step-by-Step Example
Solve: $-3x + 6 > 12$
Step 1: $-3x > 6$ (subtract 6)
Step 2: $x < -2$ (divide by โˆ’3, flip the sign!)
Solution: all $x$ less than $-2$
3

Compound & Quadratic Inequalities

AND (Intersection)
$-3 < x \leq 5$

Both conditions must hold. The solution is the overlap.

OR (Union)
$x < -3$ or $x > 5$

Either condition can hold. The solution is both regions.

Quadratic Inequality: $x^2 - 5x + 6 < 0$
Factor: $(x-2)(x-3) < 0$
Critical points: $x = 2$ and $x = 3$
Test regions: solution is $2 < x < 3$
4

Number Line & Visual Range Logic

Number Line Strategy
Plot critical points. Test a value in each region.
For $(x-2)(x-3) < 0$: test x=0 โ†’ $(-)(-) = + > 0$ โœ—
Test x=2.5 โ†’ $(0.5)(-0.5) = - < 0$ โœ“
Solution region: between the roots
Key GMAT Patterns
If $x^2 < a^2$, then $-a < x < a$ (inner region)
If $x^2 > a^2$, then $x < -a$ or $x > a$ (outer region)
5

10 Inequality Traps

1. FLIP the sign when multiplying/dividing by negative

$-2x > 4$ โ†’ $x < -2$. The most common algebra error on inequalities.

2. Don't multiply by an unknown sign

If you don't know if $x$ is positive or negative, you can't multiply both sides by $x$ and flip based on assumption.

3. Squaring both sides: only safe if both sides are non-negative

$x > y$ does NOT imply $x^2 > y^2$ if either side could be negative.

4. Testing DS inequalities: try multiple values

In DS problems with inequalities, test positive, negative, and zero values.

5. "Greater than zero" test for DS

$\frac{x}{y} > 0$ is true when x and y have the SAME sign. Not just when x > 0.

6. Compound inequality โ€” must maintain all parts

$-3 < 2x+1 < 7$ means solve as a block: subtract 1 from all three parts, divide by 2.

7. $x^2 < 9$ means $-3 < x < 3$

NOT $x < 3$. The solution includes negative values.

8. Consecutive integers under inequality

$n < x < n+2$ where $x$ is integer means $x = n+1$. Count carefully.

9. $x > 0$ does NOT mean $x$ is an integer

Fractional values are also valid unless stated otherwise.

10. Absolute value inequalities: two cases

$|x| < 3$ โ†’ $-3 < x < 3$. $|x| > 3$ โ†’ $x < -3$ or $x > 3$.

6

10 GMAT Practice Questions

Q1 PS Difficulty: 550

Solve for $x$: $3x - 7 > 8$.

(C) $x > 5$. $3x > 15$ โ†’ $x > 5$.

Q2 PS Difficulty: 600

Solve for $x$: $-4x \geq 20$.

(D) $x \leq -5$. Divide by $-4$ (negative) โ†’ flip the sign. $x \leq -5$.

Q3 PS Difficulty: 650

If $x^2 < 16$, which of the following must be true?

(C) $-4 < x < 4$. $x^2 < 16$ means $|x| < 4$, which means $-4 < x < 4$.

Q4 PS Difficulty: 600

Solve: $-3 \leq 2x + 1 \leq 9$.

(A) $-2 \leq x \leq 4$. Subtract 1 from all: $-4 \leq 2x \leq 8$. Divide by 2: $-2 \leq x \leq 4$.

Q5 PS Difficulty: 700

For what values of $x$ is $(x-1)(x+3) > 0$?

(B) $x < -3$ or $x > 1$. Critical points: $x = 1$ and $x = -3$. The product is positive when both factors have the same sign: both negative ($x<-3$) or both positive ($x>1$).

Q6 DS Difficulty: 700

Is $x > 0$?

(1) $x^2 > 0$
(2) $x^3 > 0$

(B) Statement (2) alone sufficient. (1): $x^2 > 0$ means $x \neq 0$, but $x$ could be negative. Not sufficient. (2): $x^3 > 0$ only when $x > 0$ (odd power preserves sign). Sufficient. Answer: (B).

Q7 PS Difficulty: 650

If $x$ and $y$ are both positive and $x > y$, which of the following must be true?

(C) $x^2 > y^2$. Both positive and $x > y$ โ†’ $x^2 > y^2$ (squaring is monotone for positive values). Other options: (A) false, $x/y > 1$. (E) false: larger denominator means smaller fraction.

Q8 PS Difficulty: 700

What is the integer solution set for $|2x - 3| < 5$?

(B) {โˆ’1, 0, 1, 2, 3}. $|2x-3|<5$ โ†’ $-5 < 2x-3 < 5$ โ†’ $-2 < 2x < 8$ โ†’ $-1 < x < 4$. Integer solutions: $\{0, 1, 2, 3\}$. Wait: $-1 < x < 4$ โ†’ integers: 0,1,2,3. But $-1$ is excluded. So (A) $\{0,1,2,3\}$ is correct. (A) $\{0,1,2,3\}$.

Q9 PS Difficulty: 700

If $a < b < 0$, which of the following is greatest?

(D) $b - a$. Both $a$ and $b$ are negative with $a < b$. Example: $a=-5, b=-2$. $a-b = -3$. $b-a = 3$ (positive!). $a+b=-7$. $b-a$ is the greatest since it's the only positive value.

Q10 DS Difficulty: 700

Is $\dfrac{a}{b} > 0$?

(1) $a \cdot b < 0$
(2) $a > b$

(A) Statement (1) alone sufficient. (1): $ab < 0$ means $a$ and $b$ have OPPOSITE signs. Thus $\frac{a}{b} < 0$. Definitively NO. Sufficient. (2): $a > b$ tells us ordering but not signs. Both could be positive or one negative. NOT sufficient. Answer: (A).

Lesson Summary — Key Takeaways

Flip sign for negative division

Dividing by โˆ’4: $-4x โ‰ฅ 20$ โ†’ $x โ‰ค -5$. The inequality reverses.

$x^2 < a^2$ means $-a < x < a$

The quadratic inequality gives a closed interval between $-a$ and $a$.

Quadratics: factor and test regions

Find critical points, test one value per region, mark which regions satisfy the inequality.

DS inequality: test positive, negative, zero

Always verify by plugging in different value types โ€” never assume the variable's sign.

← Lesson 14 Lesson 15 of 20 Lesson 16 →