Home/Blog/Inequality Word Problems

9 min read

Inequality Word Problems

How to translate a word problem into an inequality, set up the correct symbol, and solve — with five worked examples covering the most common problem types.

Definition and Core Idea

An inequality word problem describes a situation where a quantity must be greater than, less than, at least, at most, or between two values. The goal is to translate the verbal description into a mathematical inequality, solve it, and interpret the answer in the context of the original problem.

The translation step is where most errors begin. Phrases like "at least" and "no less than" both mean ≥, while "at most" and "no more than" both mean ≤. "More than" and "greater than" mean >, while "fewer than" and "less than" mean <. Getting the symbol right before solving is the most important step.

After solving, the answer must be interpreted in context. A solution like x ≥ 4 means the variable can be any value greater than or equal to 4. In a word problem about whole-number quantities — such as the number of items purchased — the answer may need to be restricted to integers.

Translating Words to Inequality Symbols

PhraseSymbolExample
greater than>"more than 5 items" → x > 5
less than<"fewer than 10 students" → x < 10
at least / no less than / minimum"at least 3 hours" → x ≥ 3
at most / no more than / maximum"at most $20" → x ≤ 20
between (exclusive)< x <"between 2 and 8" → 2 < x < 8
between (inclusive)≤ x ≤"from 2 to 8, inclusive" → 2 ≤ x ≤ 8
exceeds>"exceeds 100" → x > 100
does not exceed"does not exceed 50" → x ≤ 50

Worked Examples

Example 01

Example 1 — Budget Problem

Problem

A student has $45 to spend on books. Each book costs $8. How many books can the student buy?

Translation

Cost of x books ≤ total budget

8x ≤ 45

Solve

x ≤ 45/8

x ≤ 5.625

Interpret

Since x must be a whole number, the student can buy at most 5 books.

Answer

Answer: x ≤ 5 (integer constraint applied)

Example 02

Example 2 — Minimum Score Problem

Problem

A student needs an average of at least 80 on four tests to pass the course. The first three scores are 75, 82, and 79. What score does the student need on the fourth test?

Translation

(75 + 82 + 79 + x) / 4 ≥ 80

Solve

236 + x ≥ 320 (multiply both sides by 4)

x ≥ 84

Answer

Answer: The student needs at least 84 on the fourth test.

Example 03

Example 3 — Distance/Speed Problem

Problem

A driver must travel at least 200 miles in no more than 4 hours. What average speed is required?

Translation

distance = speed × time

speed × 4 ≥ 200

Solve

speed ≥ 50

Answer

Answer: The driver must average at least 50 miles per hour.

Example 04

Example 4 — Between Two Values Problem

Problem

A package must weigh more than 2 pounds but no more than 10 pounds to qualify for standard shipping. Write and graph the inequality.

Translation

2 < x ≤ 10

Graph

Open circle at 2, closed circle at 10, shading between them.

Interval notation: (2, 10]

Answer

Answer: The package weight x must satisfy 2 < x ≤ 10.

Example 05

Example 5 — Profit Problem

Problem

A company earns $15 per unit sold and has fixed costs of $200. How many units must be sold to make a profit?

Translation

Revenue - Cost > 0

15x - 200 > 0

Solve

15x > 200

x > 200/15

x > 13.33...

Interpret

Since x must be a whole number, the company must sell at least 14 units.

Answer

Answer: x ≥ 14 (integer constraint applied)

Use the Calculator for This Topic

A concept becomes durable only when you can move from the rule back into a fresh problem. Once you have translated a word problem into an inequality, use the calculator to verify the algebraic steps and check the number line graph.

After the setup is written, the linear inequality calculator is the fastest check for single-condition problems, the two-step inequality calculator helps when the translation leads to a two-move solve, and the compound inequality calculator is the right fit for bounded conditions such as 2 < x ≤ 10.

01

Enter 8x <= 45 to verify the budget example and see the solution on a number line.

02

Enter (75 + 82 + 79 + x)/4 >= 80 or the simplified 236 + x >= 320 to check the test score example.

03

Enter any inequality from a word problem you are working on to verify the solution before interpreting it in context.

The translation step determines everything

In a word problem, the inequality symbol is determined entirely by the language of the problem. "At least" always means ≥. "More than" always means >. If the symbol is wrong, the solution will be wrong even if the algebra is perfect.

The most reliable habit is to underline the key phrase in the problem — "at least," "no more than," "exceeds," "between" — before writing any math. That phrase tells you the symbol. Everything else is standard inequality solving.

Integer constraints change the final answer

Many word problems involve quantities that must be whole numbers: the number of items, the number of people, the number of days. When the algebraic solution produces a decimal or fraction, the answer must be adjusted to the nearest valid integer.

For a ≥ inequality, round up to the next integer (you need at least that many). For a ≤ inequality, round down to the previous integer (you can have at most that many). For example, x > 13.33 with an integer constraint becomes x ≥ 14, not x ≥ 13.

Put The Rule Into Practice

Concept pages are useful only if they transfer back into actual problem solving. After reading this guide, the best next step is to practice translating several word problems before solving them — write the inequality first, check the symbol against the key phrase in the problem, then solve.

The calculator pages linked here are meant to shorten that feedback loop. Enter the inequality you set up and compare the solution to your own work before interpreting the answer in context.

If you need a broader refresher on setup and solving, compare this page with how to solve inequalities. If the wording-to-symbol step is still shaky, review inequality symbols. If your final answer needs brackets or unions, check interval notation.

Common Mistakes To Avoid

Confusing "at least" (≥) with "more than" (>) — "at least 5" includes 5, "more than 5" does not.

Setting up the inequality in the wrong direction — always check: does a larger value of x make the left side larger or smaller than the right side?

Forgetting the integer constraint — if the problem involves countable items, the decimal solution must be adjusted to the nearest valid whole number.

Interpreting the solution without checking it against the original problem — substitute the boundary value back into the word problem to confirm it makes sense.

FAQ

What does "at least" mean in an inequality?

"At least" means greater than or equal to (≥). "At least 5" means the value can be 5 or any number greater than 5.

What is the difference between "more than" and "at least"?

"More than" means strictly greater than (>), so the boundary value is excluded. "At least" means greater than or equal to (≥), so the boundary value is included.

How do I check my answer to an inequality word problem?

Substitute the boundary value back into the original word problem and verify it makes sense. Then test a value just inside the solution set and a value just outside to confirm the direction is correct.