Solving Inequalities

Download as PDF

Ever wonder what symbols like < or mean in math? They're called inequalities, and they're just as important as equations. This guide will teach you the rules for solving them, how to graph your answers, and the one crucial trick you can't forget.

Solving Inequalities — an original Algebra911 reference diagram defining solving inequalities and a worked example.
Solving Inequalities: A Complete Guide for Algebra

What Is an Inequality?

An inequality is a mathematical statement that compares two expressions that are not necessarily equal, using symbols to show their relative size. While an equation uses an equal sign = to state that two things are exactly the same, an inequality tells us how two quantities relate to each other when they might be different. For example, if you need to be at least 16 years old to drive, we can write that as age16. This single statement covers ages 16,17,25, and even 100.

Inequalities are powerful because they don't just describe a single value; they describe a whole range of possible values. This makes them essential for representing real-world constraints, like speed limits, budget caps, or temperature ranges.

There are four primary inequality symbols you must know:

SymbolMeaningExample
<Less thanx<5 (x is any number smaller than 5)
>Greater thany>2 (y is any number larger than 2)
Less than or equal toa10 (a can be 10 or any number smaller than 10)
Greater than or equal tob0 (b can be 0 or any number larger than 0)

The key difference to remember is that an equation like x+3=5 has only one solution (x=2), but an inequality like x+3>5 has an infinite number of solutions (any number greater than 2). Our goal is to find and describe that entire set of solutions.

How Do You Graph Inequalities on a Number Line?

Since inequalities have an infinite range of solutions, we can't just list them all. Instead, we visualize them by graphing on a number line. This gives us a clear picture of every possible number that makes the inequality true.

The process involves two key decisions: the type of circle to use and which direction to shade.

  1. Open vs. Closed Circles: The circle at the starting number (the endpoint) tells you whether that number itself is included in the solution.
    • Use an open circle (an unfilled circle: ○) for < (less than) and > (greater than). This signifies that the endpoint is not part of the solution. For x>3, the number 3 itself is not a solution.
    • Use a closed circle (a filled circle: ●) for (less than or equal to) and (greater than or equal to). This signifies that the endpoint is part of the solution. For x3, the number 3 is a valid solution.
  2. Shading Direction: The shaded arrow shows all the other numbers that are part of the solution set.
    • If the variable is less than a number (x<5 or x5), you shade to the left on the number line.
    • If the variable is greater than a number (x>5 or x5), you shade to the right on the number line.

For example, to graph x1, you would place a closed circle on 1 (because of the "or equal to" part) and shade a line extending to the left, covering all numbers less than 1.

What Is the Most Important Rule for Solving Inequalities?

Solving an inequality is very similar to solving an equation. You use inverse operations to isolate the variable. You can add the same number to both sides, subtract the same number from both sides, and multiply or divide both sides by the same positive number. However, there is one critical rule that is unique to inequalities.

When you multiply or divide both sides of an inequality by a negative number, you MUST flip the direction of the inequality sign.

This is the single most common place where students make mistakes, so it's worth understanding why it works. Let's start with a true statement: 4<10. This is obviously correct.

Now, let's multiply both sides by 2. On the left, we get 4×2=8. On the right, we get 10×2=20.

How do 8 and 20 relate? On a number line, 8 is to the right of 20, which means 8 is greater than 20. So, we must write 8>20.

Notice what happened. We started with < and ended with >. Multiplying by a negative number reversed the relationship between the two sides. The same logic applies to division. Forgetting this rule will lead to a completely incorrect set of solutions.

How Do You Solve Basic Inequalities?

Solving one-step and two-step inequalities follows the exact same logic as solving equations: use inverse operations to isolate the variable. The goal is to get the variable by itself on one side of the inequality sign. Just remember the Golden Rule about multiplying or dividing by negatives!

The general steps are:

  1. Identify the operations being performed on the variable.
  2. Apply the inverse operations to both sides of the inequality to undo them, following the reverse order of operations (SADMEP: Subtraction/Addition, then Division/Multiplication).
  3. Remember to flip the inequality sign if you multiply or divide by a negative number.
Example 1

Solve the inequality x92 and graph the solution.

Step 1: The variable x has 9 being subtracted from it. The inverse operation is addition.

Step 2: Add 9 to both sides of the inequality.
x9+92+9
x11

Step 3: Graph the solution. We use a closed circle at 11 (because it's "less than or equal to") and shade to the left.

Example 2

Solve the inequality 3y+5>23 and graph the solution.

Step 1: First, we need to undo the addition of 5. The inverse is subtraction.

3y+55>235
3y>18

Step 2: Now, we need to undo the multiplication by 3. The inverse is division by 3. Since we are dividing by a negative number, we must apply the Golden Rule and flip the inequality sign.

3y3<183
y<6

Step 3: Graph the solution. We use an open circle at 6 (because it's strictly "less than") and shade to the left.

What About Inequalities with Variables on Both Sides?

When inequalities get more complex, involving distribution, like terms, and variables on both sides, the strategy remains the same: simplify and isolate. The goal is still to get all the variable terms on one side and all the constant terms on the other.

Here is a reliable plan of attack:

  1. Simplify each side: Use the distributive property to remove parentheses and combine any like terms on the left side and on the right side.
  2. Move the variables: Add or subtract terms to get all the variable terms on one side of the inequality. It's often easier to move the variable with the smaller coefficient to avoid negatives, but either way works.
  3. Move the constants: Add or subtract terms to get all the constant terms to the opposite side of the inequality.
  4. Solve: Perform the final multiplication or division to isolate the variable. Remember to flip the sign if you multiply or divide by a negative number.
Example 3

Solve the inequality 5(k2)2k+11 and graph the solution.

Step 1: Simplify. Distribute the 5 on the left side.
5k102k+11

Step 2: Move the variables. We can subtract 2k from both sides to gather the variables on the left.
5k2k102k2k+11
3k1011

Step 3: Move the constants. Add 10 to both sides to move the constants to the right.
3k10+1011+10
3k21

Step 4: Solve. Divide both sides by 3. Since 3 is positive, we do not flip the sign.
3k3213
k7

Graph: The solution is all numbers greater than or equal to 7. We draw a closed circle on 7 and shade to the right.

What Are Compound Inequalities?

A compound inequality is made up of two inequalities joined by the word "and" or the word "or".

"And" Inequalities (Intersection)

An "and" inequality is true only if both conditions are met simultaneously. These are often written as a single statement, like 2x<5. This means "x is greater than or equal to 2" AND "x is less than 5". The solution is the overlap, or intersection, of the two individual solution sets.

To solve an "and" inequality like 3<2x+17, you perform the same operation on all three parts to isolate x in the middle.

31<2x+1171 4<2x6 42<2x262 2<x3

The graph of an "and" inequality is a line segment between the two endpoints. In this case, it would be an open circle at 2, a closed circle at 3, and the line shaded between them.

"Or" Inequalities (Union)

An "or" inequality is true if at least one of the conditions is met. The solution is the combination, or union, of all values that satisfy either inequality. These are always written as two separate statements, like x<0 or x4.

To solve an "or" inequality, you solve each part separately.

For example, solve 3n+1<8 or 2n10.

First part:
3n<9
n<3

Second part:
2n10 Divide by 2 and flip the sign! n5

The final solution is n<3 or n5. The graph consists of two separate rays: one starting with an open circle at 3 and shading left, and another starting with a closed circle at 5 and shading right.

What Are Common Mistakes When Solving Inequalities?

Solving inequalities requires careful attention to detail. A small mistake can lead to a completely wrong answer. Here are the most common errors to watch out for:

  • Forgetting to flip the sign. This is the number one mistake. You must flip the inequality symbol only when you multiply or divide both sides by a negative number.
  • Flipping the sign unnecessarily. Some students get confused and flip the sign when they add or subtract a negative number. Remember, the rule only applies to multiplication and division. Solving x+5>2 by subtracting 5 gives x>3; the sign does not change.
  • Mixing up open and closed circles. A closed circle (●) means "or equal to" (,) and includes the endpoint. An open circle (○) means the endpoint is not included (<,>). Double-check the symbol before you graph.
  • Shading in the wrong direction. After you've found your endpoint and circle type, make sure you shade correctly. A good habit is to read your final answer aloud: "x is greater than 4" clearly means you need to shade the numbers larger than 4, which are to the right on the number line.
  • Misinterpreting compound inequalities. Students sometimes graph an "or" inequality as an intersection or an "and" inequality as two separate rays. Remember: "and" means overlap (a segment), while "or" means both parts combined (two opposite rays).

Quick Reference: Key Concepts for Inequalities

When you're studying or need a quick reminder, use this summary of the most important concepts for solving inequalities.

ConceptRuleExample
Inequality Symbols and include the endpoint and use a closed circle (●). < and > exclude the endpoint and use an open circle (○).x2 starts at a filled-in point on 2.
The Golden RuleFlip the inequality sign's direction ONLY when you multiply or divide both sides by a negative number.5x<10x>2
Solving StepsUse inverse operations (SADMEP) to isolate the variable, just like you would for an equation.4x3>94x>12x>3
Compound: ANDThe solution is the intersection (overlap) of two conditions. The graph is a single segment between two endpoints.1<x4
Compound: ORThe solution is the union (combination) of two conditions. The graph is two separate rays pointing in opposite directions.x0 or x>5

Frequently Asked Questions

What is the main difference between an inequality and an equation?

The main difference is the solution. An equation typically has one or a few specific numerical solutions, while an inequality has an infinite range of solutions represented on a number line.

Why do you have to flip the inequality sign when multiplying or dividing by a negative number?

Multiplying or dividing by a negative number reverses the order of numbers on the number line. What was larger becomes smaller and vice versa. Flipping the sign ensures the mathematical statement remains true.

What does a closed circle mean on a number line graph?

A closed, or filled-in, circle on a number line means that the endpoint number is included in the solution set. This corresponds to the symbols (less than or equal to) and (greater than or equal to).

Can an inequality have no solution?

Yes. If solving an inequality leads to a false statement, like 5<3, then there is no value of the variable that can make the original inequality true. This is called a contradiction and has no solution.

Can an inequality have all real numbers as a solution?

Yes. If solving an inequality results in a statement that is always true, like 10>2, it means any real number can be substituted for the variable and the inequality will hold. The solution is all real numbers.

How do I know if a compound inequality is an 'and' or an 'or' problem?

An 'or' inequality will always have the word "or" explicitly written between the two parts. An 'and' inequality is often written as a single, three-part statement, such as 1<x<5, which implies both conditions must be true.

What's the best first step for solving a multi-step inequality?

The best first step is always to simplify each side of the inequality as much as possible. This means using the distributive property to get rid of parentheses and then combining any like terms before you start moving things across the inequality sign.