✦ For everyone, free.

Practical knowledge for real and everyday life

Home

1.25 Linear Inequality Solving Definitions

This page defines linear inequalities, explaining their structure, solution methods, and key properties in elementary algebra.

Linear Inequality Solving Definitions establishes the vocabulary for the equation-like statements that compare expressions by order rather than equality, describing how such statements can be transformed into equivalent forms using the same properties of equality adapted for inequalities, and the specific circumstance under which the direction of the inequality symbol must be reversed to preserve a true statement.

Linear Inequality

A linear inequality is a statement asserting an ordering relationship—using <, >, ≤, or ≥—between a linear expression and another expression or constant, such as 2x + 3 < 11. Unlike a linear equation, which typically has a single solution, a linear inequality typically has an entire range of values, often infinite, that satisfy it, since many different numbers can stand in the same ordering relationship relative to a fixed comparison.

2 x + 3 < 11

Inequality Equivalence

Inequality equivalence is the property that two inequalities share exactly the same solution set, even though they may be written differently, in the same way that equivalent equations share the same solution. Adding or subtracting the same quantity from both sides of an inequality always produces an equivalent inequality, just as it does for equations, since shifting both sides by the same amount does not change which side remains larger.

a < b  ⇒  a + c < b + c

Multiplying or dividing both sides of an inequality by the same positive quantity likewise produces an equivalent inequality, preserving the direction of the inequality symbol unchanged.

a < b ,   c > 0  ⇒  a c < b c

Inequality Reversal

Inequality reversal is the required flipping of the inequality symbol's direction that must occur whenever both sides of an inequality are multiplied or divided by a negative quantity, since multiplying or dividing by a negative number reverses the relative order of two quantities on the number line. Without inequality reversal, multiplying or dividing by a negative value would produce a false statement despite starting from a true one.

3 < 5  ⇒  ( 3 ) ( 1 ) > ( 5 ) ( 1 )  →  3 > 5

Solving 2x + 3 < 11 requires no reversal, since only addition, subtraction, and division by a positive number are involved: subtracting 3 from both sides gives 2x < 8, and dividing both sides by the positive value 2 gives x < 4, with the inequality direction unchanged throughout.

2 x + 3 < 11  →  2 x < 8  →  x < 4

Together, these definitions establish that solving a linear inequality follows the same isolation process as solving a linear equation, governed by inequality equivalence for ordinary operations, but requires special attention to inequality reversal at any step involving multiplication or division by a negative quantity, since omitting that reversal would produce a solution set that no longer matches the original inequality.