Inequalities

Statements comparing two expressions using <, >, โ‰ค, or โ‰ฅ instead of =.

Solving 2x <= 8 on the number line
2x <= 8ย โŸนย  x <= 4
-6-5-4-3-2-101234564
Inequality:
a = 2
b = 8

Note: when a < 0, dividing reverses the inequality direction

Definition

An inequality compares two expressions using one of four symbols:

SymbolMeaning
<<strictly less than
>>strictly greater than
โ‰ค\leqless than or equal to
โ‰ฅ\geqgreater than or equal to

Solving an inequality means finding all values of the variable that make it true. The answer is usually a range, not a single number.

Solving a simple inequality

Solve x+3<7x + 3 < 7.

Subtract 33 from both sides:

x<4x < 4

Any number less than 44 is a solution. On a number line, draw an open circle at 44 and shade left.

Flip the sign when multiplying or dividing by a negative

If you multiply or divide both sides by a negative number, you must reverse the inequality:

โˆ’2x>6โ€…โ€ŠโŸนโ€…โ€Šx<โˆ’3-2x > 6 \implies x < -3

This is the one rule that differs from solving equations.

Try it

Solve 3xโˆ’1โ‰ฅ83x - 1 \geq 8.

Solution

Add 11: 3xโ‰ฅ93x \geq 9

Divide by 33: xโ‰ฅ3x \geq 3

Related concepts