Algebra

Inequalities

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
πŸ’Š
Nursing

Medication dosages, IV drip rates, vital monitoring

⚑
Electrical

Voltage drop, wire sizing, load balancing

An inequality is like an equation, except instead of an equals sign it uses a comparison symbol. The solution is not a single number β€” it is a range of values that make the statement true.

Inequality Symbols

SymbolMeaningExample
<<Less thanx<5x < 5
>>Greater thanx>3x > 3
≀\leqLess than or equal tox≀10x \leq 10
β‰₯\geqGreater than or equal toxβ‰₯βˆ’2x \geq -2

The difference between << and ≀\leq matters. With x<5x < 5, the number 5 itself is not included. With x≀5x \leq 5, the number 5 is included.

Solving One-Variable Inequalities

Solving inequalities follows the same steps as solving equations with one critical exception:

When you multiply or divide both sides by a negative number, you must flip the inequality sign.

This is the single most important rule in this topic. It trips up students more than anything else.

Why the Sign Flips

Consider the true statement 2<62 < 6. Multiply both sides by βˆ’1-1:

βˆ’2?βˆ’6-2 \quad ? \quad -6

Since βˆ’2-2 is to the right of βˆ’6-6 on the number line, βˆ’2>βˆ’6-2 > -6. The inequality flipped from << to >>.

Example 1: One-Step Inequality

Solve x+4>9x + 4 > 9.

Subtract 4 from both sides:

x>5x > 5

Answer: x>5x > 5. Any number greater than 5 is a solution.

Example 2: Two-Step Inequality

Solve 3xβˆ’7≀113x - 7 \leq 11.

Step 1 β€” Add 7 to both sides:

3x≀183x \leq 18

Step 2 β€” Divide both sides by 3:

x≀6x \leq 6

Answer: x≀6x \leq 6. Any number less than or equal to 6 is a solution.

Example 3: Dividing by a Negative (Sign Flip)

Solve βˆ’4x+2>14-4x + 2 > 14.

Step 1 β€” Subtract 2 from both sides:

βˆ’4x>12-4x > 12

Step 2 β€” Divide both sides by βˆ’4-4 and flip the sign:

x<βˆ’3x < -3

Answer: x<βˆ’3x < -3. Dividing by βˆ’4-4 flipped >> to <<.

Check: Try x=βˆ’5x = -5 (which is less than βˆ’3-3): βˆ’4(βˆ’5)+2=20+2=22-4(-5) + 2 = 20 + 2 = 22. Is 22>1422 > 14? Yes. The solution checks out.

Graphing Inequalities on a Number Line

Representing solutions visually helps you see the range of answers:

  • Open circle (∘\circ) at the boundary for << or >> β€” the boundary is not included
  • Closed circle (βˆ™\bullet) at the boundary for ≀\leq or β‰₯\geq β€” the boundary is included
  • Arrow extends in the direction of the solution

For x>5x > 5: open circle at 5, arrow pointing right

For x≀6x \leq 6: closed circle at 6, arrow pointing left

For x<βˆ’3x < -3: open circle at βˆ’3-3, arrow pointing left

Compound Inequalities

A compound inequality combines two inequalities. There are two types:

β€œAnd” Compound Inequalities

Both conditions must be true at the same time. Often written in combined form:

a<x<bmeansx>aβ€…β€ŠΒ ANDΒ β€…β€Šx<ba < x < b \quad \text{means} \quad x > a \;\text{ AND }\; x < b

Example 4: Solve βˆ’2≀3x+1<10-2 \leq 3x + 1 < 10

Work with all three parts simultaneously. Subtract 1 from all three parts:

βˆ’2βˆ’1≀3x<10βˆ’1-2 - 1 \leq 3x < 10 - 1

βˆ’3≀3x<9-3 \leq 3x < 9

Divide all three parts by 3:

βˆ’1≀x<3-1 \leq x < 3

Answer: xx is between βˆ’1-1 (inclusive) and 33 (exclusive). On a number line: closed circle at βˆ’1-1, open circle at 33, shading in between.

”Or” Compound Inequalities

At least one condition must be true. The solution is the union of both solution sets.

Example 5: Solve 2x+1<βˆ’32x + 1 < -3 or 2x+1>72x + 1 > 7

Solve each separately:

First inequality: 2x<βˆ’4β€…β€ŠβŸΉβ€…β€Šx<βˆ’22x < -4 \implies x < -2

Second inequality: 2x>6β€…β€ŠβŸΉβ€…β€Šx>32x > 6 \implies x > 3

Answer: x<βˆ’2x < -2 or x>3x > 3. The solution is everything to the left of βˆ’2-2 and everything to the right of 3, with a gap in the middle.

Real-World Application: Nursing β€” Safe Dosage Ranges

A nurse is administering a medication where the safe dosage range is based on the patient’s weight. For a patient weighing 70 kg, the medication guidelines state:

  • Minimum dose: 55 mg per kg
  • Maximum dose: 88 mg per kg

The safe total dosage DD (in mg) must satisfy:

5Γ—70≀D≀8Γ—705 \times 70 \leq D \leq 8 \times 70

350≀D≀560350 \leq D \leq 560

The medication comes in a concentration of 25 mg/mL. The safe volume VV (in mL) to administer is:

35025≀V≀56025\frac{350}{25} \leq V \leq \frac{560}{25}

14≀V≀22.414 \leq V \leq 22.4

Answer: The nurse should administer between 14 mL and 22.4 mL of the medication. Administering less than 14 mL would be subtherapeutic (not enough to be effective), and more than 22.4 mL could cause adverse effects. The compound inequality defines the safe window precisely.

Common Mistakes to Avoid

  1. Forgetting to flip the inequality sign. This is the number-one mistake. Any time you multiply or divide by a negative number, the sign reverses.

    βˆ’2x>6β€…β€ŠβŸΉβ€…β€Šx<βˆ’3βœ“-2x > 6 \implies x < -3 \quad \checkmark βˆ’2x>6β€…β€ŠβŸΉβ€…β€Šx>βˆ’3(wrongΒ β€”Β forgotΒ toΒ flip)-2x > 6 \implies x > -3 \quad \text{(wrong β€” forgot to flip)}

  2. Flipping the sign when adding or subtracting a negative. The flip rule applies only to multiplication and division, not to addition and subtraction. Subtracting a number from both sides does not flip the sign.

  3. Confusing open and closed circles. Strict inequalities (<<, >>) use open circles. Non-strict inequalities (≀\leq, β‰₯\geq) use closed circles.

  4. Reading compound inequalities in the wrong direction. The statement βˆ’1≀x<3-1 \leq x < 3 means xx is at least βˆ’1-1 and less than 33. Make sure the variable is in the middle.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Solve 5xβˆ’3>175x - 3 > 17

Add 3: 5x>205x > 20

Divide by 5: x>4x > 4

Answer: x>4x > 4

Problem 2: Solve βˆ’6xβ‰₯24-6x \geq 24

Divide by βˆ’6-6 and flip the sign:

xβ‰€βˆ’4x \leq -4

Answer: xβ‰€βˆ’4x \leq -4

Problem 3: Solve the compound inequality 1<2xβˆ’5≀91 < 2x - 5 \leq 9

Add 5 to all parts: 6<2x≀146 < 2x \leq 14

Divide all parts by 2: 3<x≀73 < x \leq 7

Answer: 3<x≀73 < x \leq 7 (open circle at 3, closed circle at 7)

Problem 4: An electrician needs to keep voltage drop under 3% on a 240V circuit. The voltage drop formula is Vd=IΓ—RV_d = I \times R. If the resistance is 0.5 ohms, what current values keep the voltage drop under the limit?

Maximum allowable drop: 240Γ—0.03=7.2240 \times 0.03 = 7.2 volts

Set up the inequality: IΓ—0.5<7.2I \times 0.5 < 7.2

Divide by 0.5: I<14.4I < 14.4

Answer: The current must be less than 14.4 amps to stay within the 3% voltage drop limit.

Problem 5: Solve 3(xβˆ’2)≀5x+43(x - 2) \leq 5x + 4

Distribute: 3xβˆ’6≀5x+43x - 6 \leq 5x + 4

Subtract 5x5x: βˆ’2xβˆ’6≀4-2x - 6 \leq 4

Add 6: βˆ’2x≀10-2x \leq 10

Divide by βˆ’2-2 (flip the sign): xβ‰₯βˆ’5x \geq -5

Answer: xβ‰₯βˆ’5x \geq -5

Key Takeaways

  • Inequalities are solved just like equations, except you must flip the inequality sign when multiplying or dividing by a negative number
  • Solutions are ranges, not single numbers β€” graph them on a number line with open or closed circles
  • Open circles for strict (<<, >>); closed circles for non-strict (≀\leq, β‰₯\geq)
  • Compound inequalities combine two conditions: β€œand” means both must be true (intersection), β€œor” means at least one must be true (union)
  • In real-world applications, inequalities define safe ranges, budgets, tolerances, and limits

Return to Algebra for more topics in this section.

Last updated: March 28, 2026