How To Solve An Inequality | Master the Basics

Solving an inequality involves finding the range of values for a variable that make the statement true, often using similar algebraic steps as equations but with a critical rule for multiplication or division by negative numbers.

Understanding how to solve inequalities forms a foundational skill in algebra, extending beyond textbook problems into practical applications like budgeting, calculating safe operating limits, or determining optimal conditions in science and engineering. This algebraic concept helps define ranges and boundaries, offering a precise way to express conditions where quantities are not necessarily equal but rather greater than, less than, or within certain limits.

Understanding What an Inequality Represents

An inequality is a mathematical statement comparing two expressions that are not equal, indicating that one expression is greater than, less than, greater than or equal to, or less than or equal to the other. These statements define a range of possible values for a variable, rather than a single fixed value as in an equation.

The solution to an inequality is not a single number but a set of numbers that satisfy the given condition. This set can be represented in various ways, including interval notation, set-builder notation, or graphically on a number line.

  • <: Less than
  • >: Greater than
  • : Less than or equal to
  • : Greater than or equal to
  • : Not equal to (though less common in basic solving contexts)

For instance, the inequality x > 5 means that any number greater than 5 is a valid solution, such as 5.1, 6, 100, and so on. The number 5 itself is not included in this solution set.

The Fundamental Rules of Inequality Manipulation

Many operations applied to equations also apply to inequalities, with one crucial distinction. The goal remains to isolate the variable on one side of the inequality symbol.

Addition and Subtraction Properties

Adding or subtracting the same number from both sides of an inequality does not change the direction of the inequality symbol. This property maintains the relative order of the expressions.

  • If a < b, then a + c < b + c.
  • If a < b, then a - c < b - c.

Consider the statement 3 < 7. If you add 2 to both sides, you get 3 + 2 < 7 + 2, which simplifies to 5 < 9, a true statement. Subtracting 1 from both sides yields 3 - 1 < 7 - 1, resulting in 2 < 6, also true.

Multiplication and Division by a Positive Number

Multiplying or dividing both sides of an inequality by the same positive number does not change the direction of the inequality symbol. This operation scales both sides proportionally without altering their fundamental relationship.

  • If a < b and c > 0, then ac < bc.
  • If a < b and c > 0, then a/c < b/c.

Using 3 < 7 again, multiplying by a positive number like 2 gives 3 × 2 < 7 × 2, which is 6 < 14, still true. Dividing by 2 yields 3/2 < 7/2, or 1.5 < 3.5, which remains true.

The Critical Rule: Multiplying or Dividing by a Negative Number

This is the most frequent point of error when solving inequalities. When you multiply or divide both sides of an inequality by a negative number, you must reverse the direction of the inequality symbol.

  • If a < b and c < 0, then ac > bc.
  • If a < b and c < 0, then a/c > b/c.

Consider the true statement -2 < 5. If you multiply both sides by -1, without flipping the sign, you would get (-2) × (-1) < 5 × (-1), which simplifies to 2 < -5, a false statement. To make it true, the inequality symbol must be reversed: 2 > -5. This reversal is essential to maintain the logical consistency of the inequality.

Solving Linear Inequalities with One Variable

Solving a linear inequality follows a process similar to solving a linear equation, applying the rules discussed above. The primary objective is to isolate the variable.

  1. Simplify Both Sides: Combine like terms and distribute if necessary on each side of the inequality.
  2. Collect Variable Terms: Use addition or subtraction to move all terms containing the variable to one side of the inequality and all constant terms to the other side.
  3. Isolate the Variable: Use multiplication or division to get the variable by itself. Remember to reverse the inequality symbol if you multiply or divide by a negative number.

Let’s solve 3x - 4 < 8:

  • Add 4 to both sides: 3x < 12.
  • Divide by 3 (a positive number): x < 4.

Now, let’s solve -2x + 5 ≥ 11:

  • Subtract 5 from both sides: -2x ≥ 6.
  • Divide by -2 (a negative number) and reverse the inequality symbol: x ≤ -3.
Common Inequality Symbols and Their Meanings
Symbol Meaning Example
< Less than x < 5 (all numbers smaller than 5)
> Greater than x > -2 (all numbers larger than -2)
Less than or equal to x ≤ 10 (all numbers smaller than or equal to 10)
Greater than or equal to x ≥ 0 (all numbers larger than or equal to 0)

Graphing Solutions on a Number Line

Visualizing the solution set on a number line provides a clear representation of the range of values that satisfy the inequality. The method of graphing depends on whether the endpoint is included or excluded.

  • Open Circle: Used for strict inequalities (< or >), indicating that the endpoint itself is not part of the solution set.
  • Closed Circle (or Solid Dot): Used for inclusive inequalities ( or ), indicating that the endpoint is part of the solution set.

After placing the correct circle at the endpoint, shade the portion of the number line that corresponds to the solution. For x < 4, you would place an open circle at 4 and shade to the left. For x ≥ -3, you would place a closed circle at -3 and shade to the right.

Solving Compound Inequalities

Compound inequalities combine two or more inequalities using the words “and” or “or.” The solution set depends on how these conditions are linked.

“And” Inequalities (Intersection)

An “and” inequality requires both conditions to be true simultaneously. These are often written in a condensed form, such as -3 < x ≤ 5, which means x > -3 AND x ≤ 5. The solution set is the intersection of the individual solutions.

To solve -3 < 2x + 1 ≤ 5:

  1. Subtract 1 from all three parts: -3 - 1 < 2x + 1 - 1 ≤ 5 - 1, which simplifies to -4 < 2x ≤ 4.
  2. Divide all three parts by 2: -4/2 < 2x/2 ≤ 4/2, resulting in -2 < x ≤ 2.

The solution includes all numbers greater than -2 and less than or equal to 2. This concept is foundational in mathematics and is detailed further by resources like Khan Academy, which offers extensive explanations and practice problems.

“Or” Inequalities (Union)

An “or” inequality requires at least one of the conditions to be true. The solution set is the union of the individual solutions. These are typically written as two separate inequalities.

To solve x + 3 < 1 OR 2x - 1 ≥ 7:

  1. Solve the first inequality: x + 3 < 1 leads to x < -2.
  2. Solve the second inequality: 2x - 1 ≥ 7 leads to 2x ≥ 8, which simplifies to x ≥ 4.

The solution is x < -2 OR x ≥ 4. This means any number less than -2, or any number greater than or equal to 4, satisfies the compound inequality.

Summary of Steps for Different Inequality Types
Inequality Type General Approach Key Rule
Linear (One Variable) Isolate the variable using inverse operations. Flip sign when multiplying/dividing by negative.
Compound (“And”) Solve all parts simultaneously; find intersection. Apply linear rules to each segment.
Compound (“Or”) Solve each inequality separately; find union. Apply linear rules to each distinct inequality.
Absolute Value (<) Convert to a compound “and” inequality. |x| < a becomes -a < x < a.
Absolute Value (>) Convert to a compound “or” inequality. |x| > a becomes x < -a or x > a.

Solving Absolute Value Inequalities

Absolute value inequalities involve the absolute value of an expression. The absolute value of a number represents its distance from zero on the number line, always resulting in a non-negative value. Solving these requires converting them into compound inequalities.

Case 1: Absolute Value Less Than a Positive Number (|E| < a)

If |E| < a (where a > 0), it means that the expression E is between -a and a. This translates into a compound “and” inequality: -a < E < a.

To solve |2x - 3| < 5:

  1. Rewrite as a compound “and” inequality: -5 < 2x - 3 < 5.
  2. Add 3 to all parts: -5 + 3 < 2x - 3 + 3 < 5 + 3, which becomes -2 < 2x < 8.
  3. Divide all parts by 2: -2/2 < 2x/2 < 8/2, yielding -1 < x < 4.

Case 2: Absolute Value Greater Than a Positive Number (|E| > a)

If |E| > a (where a > 0), it means that the expression E is either less than -a or greater than a. This translates into a compound “or” inequality: E < -a OR E > a. This principle is fundamental in various fields, including error analysis in scientific measurements, a topic often discussed in higher education contexts like those found at the Department of Education‘s resources.

To solve |x + 4| ≥ 6:

  1. Rewrite as a compound “or” inequality: x + 4 ≤ -6 OR x + 4 ≥ 6.
  2. Solve the first inequality: x + 4 ≤ -6 leads to x ≤ -10.
  3. Solve the second inequality: x + 4 ≥ 6 leads to x ≥ 2.

The solution is x ≤ -10 OR x ≥ 2.

Special Considerations for Absolute Value Inequalities

If the absolute value is less than a negative number (e.g., |x| < -3), there is no solution, as an absolute value cannot be negative. If the absolute value is greater than a negative number (e.g., |x| > -3), the solution is all real numbers, since an absolute value is always non-negative and thus always greater than any negative number.

Understanding these cases prevents unnecessary algebraic work and helps in recognizing when a solution set is empty or encompasses all real numbers.

References & Sources

  • Khan Academy. “khanacademy.org” Provides free, world-class education with practice exercises and instructional videos on various subjects, including algebra and inequalities.
  • U.S. Department of Education. “ed.gov” Serves to promote student achievement and preparation for global competitiveness by fostering educational excellence and ensuring equal access.