Pre Algebra

Introduction to Inequalities

Last updated: March 2026 · Beginner
Before you start

You should be comfortable with:

Real-world applications
πŸ’Š
Nursing

Medication dosages, IV drip rates, vital monitoring

🌑️
HVAC

Refrigerant charging, airflow, system sizing

Equations tell you two things are equal. But in real life, quantities are often not equal β€” a patient’s temperature must stay below a certain threshold, or an HVAC system must keep a room at least a certain temperature. Inequalities are the mathematical tool for expressing these relationships.

Inequality Symbols

There are four inequality symbols to learn:

SymbolMeaningExample
>>greater than8>58 > 5
β‰₯\geqgreater than or equal toxβ‰₯3x \geq 3
<<less than2<72 < 7
≀\leqless than or equal tox≀10x \leq 10

Memory aid: The symbol always points to the smaller value. Think of it as an arrow that points at the little number.

The symbols β‰₯\geq and ≀\leq include the β€œor equal to” part β€” the value on the line is also a solution. The symbols >> and << are strict β€” the boundary value is NOT included.

Writing Inequalities from Words

Just like translating words to expressions, certain English phrases map to inequality symbols:

PhraseSymbol
”at least"β‰₯\geq
"no more than"≀\leq
"more than">>
"fewer than” / β€œless than"<<
"at most"≀\leq
"minimum of"β‰₯\geq
"maximum of"≀\leq
"exceeds”>>

Example 1: β€œYou must be at least 18 years old to vote”

Let aa represent age:

aβ‰₯18a \geq 18

Example 2: β€œThe class has fewer than 30 students”

Let ss represent the number of students:

s<30s < 30

Example 3: β€œThe speed limit is no more than 65 mph”

Let vv represent speed:

v≀65v \leq 65

Graphing Inequalities on a Number Line

A number line graph shows all the values that make an inequality true. Two key conventions:

  • Open circle (∘\circ): the endpoint is NOT included (used with >> and <<)
  • Closed circle (βˆ™\bullet): the endpoint IS included (used with β‰₯\geq and ≀\leq)

Example 4: Graph x>3x > 3

Draw an open circle at 3 and shade everything to the right.

The open circle means 3 itself is not a solution β€” only numbers strictly greater than 3.

Example 5: Graph xβ‰€βˆ’1x \leq -1

Draw a closed circle at βˆ’1-1 and shade everything to the left.

The closed circle means βˆ’1-1 is included as a solution.

Example 6: Graph xβ‰₯0x \geq 0

Draw a closed circle at 0 and shade to the right. Zero and all positive numbers are solutions.

Solving One-Step Inequalities

Solving inequalities works almost exactly like solving equations β€” with one critical difference.

Addition and Subtraction: Same as Equations

Example 7: Solve x+4>9x + 4 > 9

Subtract 4 from both sides:

x>5x > 5

Graph: Open circle at 5, shade right.

Example 8: Solve nβˆ’6≀2n - 6 \leq 2

Add 6 to both sides:

n≀8n \leq 8

Graph: Closed circle at 8, shade left.

Multiplication and Division: The Sign-Flip Rule

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

Why? Consider: 3>13 > 1. Multiply both sides by βˆ’1-1: βˆ’3-3 and βˆ’1-1. On the number line, βˆ’3-3 is to the LEFT of βˆ’1-1, so βˆ’3<βˆ’1-3 < -1. The direction reversed.

Example 9: Solve βˆ’2x>10-2x > 10

Divide both sides by βˆ’2-2 and flip the symbol:

x<βˆ’5x < -5

Check with a test value: Try x=βˆ’6x = -6 (which should satisfy x<βˆ’5x < -5):

βˆ’2(βˆ’6)=12>10β€”Β true,Β soΒ theΒ solutionΒ isΒ correct-2(-6) = 12 > 10 \quad \text{β€” true, so the solution is correct}

Graph: Open circle at βˆ’5-5, shade left.

Example 10: Solve βˆ’3n≀12-3n \leq 12

Divide both sides by βˆ’3-3 and flip:

nβ‰₯βˆ’4n \geq -4

Check: Try n=0n = 0: βˆ’3(0)=0≀12-3(0) = 0 \leq 12 β€” true.

Graph: Closed circle at βˆ’4-4, shade right.

Example 11: Solve xβˆ’4>2\frac{x}{-4} > 2

Multiply both sides by βˆ’4-4 and flip:

x<βˆ’8x < -8

Check: Try x=βˆ’12x = -12: βˆ’12βˆ’4=3>2\frac{-12}{-4} = 3 > 2 β€” true.

When NOT to Flip

If you multiply or divide by a positive number, the symbol stays the same:

Example 12: Solve 5xβ‰₯355x \geq 35

Divide both sides by 5 (positive β€” no flip):

xβ‰₯7x \geq 7

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

A medication has a maximum safe dose of 400 mg per day. The patient has already received 150 mg. How much more can be administered?

Let dd represent the additional dose:

150+d≀400150 + d \leq 400

Subtract 150:

d≀250d \leq 250

Answer: The patient can receive at most 250 mg more. The inequality (not an equation) is appropriate here because any amount from 0 to 250 mg is acceptable β€” we need a range, not a single number.

Real-World Application: HVAC β€” Temperature Requirements

An HVAC technician must keep a server room below 75 degrees Fahrenheit. The current temperature is 68 degrees, and the room gains 2 degrees per hour when the cooling is off. How many hours before the cooling must restart?

Let hh represent hours:

68+2h<7568 + 2h < 75

Subtract 68:

2h<72h < 7

Divide by 2:

h<3.5h < 3.5

Answer: The cooling must restart in fewer than 3.5 hours β€” after 3.5 hours, the temperature would reach exactly 75 degrees, which violates the β€œbelow 75” requirement. In practice, the technician would set the system to restart well before the 3.5-hour mark.

Common Mistakes to Avoid

  1. Forgetting to flip the symbol when dividing by a negative. This is the most common inequality error. Remember: multiplying or dividing by a negative reverses the direction.

  2. Using the wrong circle on a number line. Open circle for strict inequalities (>>, <<); closed circle for β€œor equal to” (β‰₯\geq, ≀\leq).

  3. Shading the wrong direction. Greater than shades right; less than shades left. Double-check by testing a value in the shaded region.

  4. Flipping when adding or subtracting a negative. The flip rule applies ONLY to multiplication and division. Adding or subtracting a negative does NOT require flipping:

    • x+(βˆ’3)>5x + (-3) > 5 becomes x>8x > 8 (add 3, no flip)
    • βˆ’2x>6-2x > 6 becomes x<βˆ’3x < -3 (divide by βˆ’2-2, flip)
  5. Confusing β€œat least” and β€œat most.” β€œAt least 10” means xβ‰₯10x \geq 10 (10 or more). β€œAt most 10” means x≀10x \leq 10 (10 or fewer).

Practice Problems

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

Problem 1: Write an inequality for β€œa number is at least 5.”

xβ‰₯5x \geq 5

Answer: xβ‰₯5x \geq 5

Problem 2: Solve x+8>15x + 8 > 15.

Subtract 8 from both sides:

x>7x > 7

Answer: x>7x > 7 β€” open circle at 7, shade right

Problem 3: Solve nβˆ’3≀10n - 3 \leq 10.

Add 3 to both sides:

n≀13n \leq 13

Answer: n≀13n \leq 13 β€” closed circle at 13, shade left

Problem 4: Solve 4x>244x > 24.

Divide by 4 (positive, no flip):

x>6x > 6

Answer: x>6x > 6

Problem 5: Solve βˆ’6mβ‰₯18-6m \geq 18.

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

mβ‰€βˆ’3m \leq -3

Check: Try m=βˆ’4m = -4: βˆ’6(βˆ’4)=24β‰₯18-6(-4) = 24 \geq 18 β€” true.

Answer: mβ‰€βˆ’3m \leq -3

Problem 6: A patient can take no more than 600 mg total. They have taken 200 mg. Write and solve an inequality for the remaining dose dd.

200+d≀600200 + d \leq 600

d≀400d \leq 400

Answer: The patient can take at most 400 mg more.

Problem 7: Solve xβˆ’3≀4\frac{x}{-3} \leq 4.

Multiply by βˆ’3-3 and flip:

xβ‰₯βˆ’12x \geq -12

Check: Try x=0x = 0: 0βˆ’3=0≀4\frac{0}{-3} = 0 \leq 4 β€” true.

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

Key Takeaways

  • Inequalities compare values using >>, <<, β‰₯\geq, and ≀\leq
  • On a number line: open circle for strict (>>, <<), closed circle for inclusive (β‰₯\geq, ≀\leq)
  • Solve one-step inequalities the same way as equations β€” with one exception
  • Flip the inequality symbol when multiplying or dividing by a negative number
  • Do NOT flip when adding or subtracting (even with negatives)
  • Always test a value from your solution set to verify the direction is correct
  • Inequalities are everywhere in applied fields: dosage limits, temperature ranges, building codes, speed limits, and budget constraints

Return to Pre-Algebra for more topics in this section.

Last updated: March 29, 2026