Inequality Word Problems

Download as PDF

Life isn't always about exact answers. Often, we deal with limits: a minimum speed, a maximum budget, or a passing grade that's 'at least' a 70. This is the world of inequalities, and learning to solve word problems is a key algebra skill for real-world situations.

What Are Inequality Word Problems?

Inequality word problems are real-life scenarios that you can model and solve using an algebraic inequality instead of an equation. Unlike equations, which use an equals sign (=) to show that two quantities are the same, inequalities use symbols like greater than (>), less than (<), greater than or equal to (), and less than or equal to () to describe a range of possible values. For instance, instead of figuring out the exact number of dollars you need, you might need to figure out the maximum amount you can spend, or the minimum score you need to pass a test. These problems require you to translate a situation described in words into a mathematical statement that can be solved to find a set of solutions.

How Do You Translate Words into Inequality Symbols?

The single most important skill for solving inequality word problems is correctly translating the English phrases into mathematical symbols. Certain keywords and phrases are direct clues. Getting this step right is half the battle. Here is a table to help you recognize these key phrases:

SymbolMeaningCommon Key Phrases
<Less thanis less than, is smaller than, is fewer than, below
Less than or equal tois at most, is no more than, a maximum of, does not exceed
>Greater thanis greater than, is more than, is larger than, exceeds, above
Greater than or equal tois at least, is no less than, a minimum of, is not under

For example, if a sign says, "The maximum capacity is 50 people," and you let p be the number of people, the inequality would be p50. If a job posting says, "You must be at least 18 years old," and a is your age, the inequality is a18. Mastering this translation is the foundation for everything that follows.

What Is a Reliable Method for Solving These Problems?

A structured approach can turn a confusing word problem into a manageable task. Follow these five steps every time, and you'll build the confidence to tackle any inequality problem.

  1. Read and Identify the Unknown: Read the problem carefully, maybe more than once. Figure out what the question is asking you to find. This unknown quantity is what your variable will represent.
  2. Assign a Variable: Choose a letter to represent the unknown quantity. For example, use t for time, d for distance, or c for cost. It's a good practice to write it down: "Let x = the number of hours."
  3. Write the Inequality: This is where your translation skills come in. Find the numbers and the key phrases in the problem that describe the relationship between the numbers and your variable. Build the algebraic inequality that models the situation.
  4. Solve the Inequality: Use the rules of algebra to solve for the variable. Remember the most important rule of inequalities: if you multiply or divide both sides by a negative number, you must flip the direction of the inequality symbol.
  5. Check and Interpret Your Answer: First, check your math by plugging a number from your solution set back into the original inequality. Then, and most importantly, interpret the answer in the context of the original problem. Does it make sense? If you're solving for a number of people, can the answer be a decimal? Your final answer should be a clear statement, like "Sarah must work at least 7 hours."

Can We Walk Through Some Basic Examples?

Let's apply our five-step method to a straightforward problem. This type of problem involves setting up and solving a one- or two-step inequality.

Example 1

Problem: Kevin has a $25 gift card to an online music store. He wants to buy a new album that costs $12.99. He also wants to buy some individual songs, which cost $1.49 each. How many songs can Kevin buy at most without exceeding the gift card's balance?

Solution:

  1. Identify the Unknown: We need to find the maximum number of songs Kevin can buy.
  2. Assign a Variable: Let s = the number of songs Kevin can buy.
  3. Write the Inequality: The total cost must be less than or equal to $25. The total cost is the price of the album plus the cost of the songs.
    Cost of album = $12.99
    Cost of songs = $1.49 per song × s songs = 1.49s
    The inequality is: 12.99+1.49s25
  4. Solve the Inequality:
    Subtract $12.99 from both sides:1.49s2512.991.49s12.01Now, divide both sides by 1.49:s12.011.49s8.0604...
  5. Check and Interpret: Since Kevin cannot buy a fraction of a song, we must round down to the nearest whole number. The mathematical solution s8.06... means that any number of songs equal to or less than this value is a solution. In the real world, this means he can buy 8 songs, 7 songs, etc. The question asks for the maximum number. Therefore, Kevin can buy at most 8 songs.

How Do You Handle More Complex, Multi-Step Problems?

Many real-world problems require more than two steps to solve. These might involve variables on both sides of the inequality or require using the distributive property. The five-step method remains the same; only the algebra in step 4 becomes more involved.

Example 2

Problem: A local gym offers two membership plans. Plan A costs $40 per month plus $2 per visit. Plan B costs $10 per month plus $5 per visit. How many visits per month would make Plan A the cheaper option?

Solution:

  1. Identify the Unknown: We need to find the number of visits that makes Plan A's cost less than Plan B's cost.
  2. Assign a Variable: Let v = the number of visits per month.
  3. Write the Inequality: We want to find when the cost of Plan A is less than the cost of Plan B.
    Cost of Plan A = 40+2v
    Cost of Plan B = 10+5v
    The inequality is: 40+2v<10+5v
  4. Solve the Inequality: Our goal is to isolate v. We can start by getting the variable terms on one side. Let's subtract 2v from both sides:40<10+3vNow, let's get the constant terms on the other side. Subtract 10 from both sides:30<3vFinally, divide both sides by 3. Since 3 is positive, we do not flip the sign:10<vIt is conventional to write the variable on the left side. 10<v is the same as v>10.
  5. Check and Interpret: The solution v>10 means that if you visit the gym more than 10 times a month, Plan A will be the cheaper option. Let's test this. If you visit exactly 10 times, Plan A costs 40+2(10)=$60 and Plan B costs 10+5(10)=$60. They are equal. If you visit 11 times, Plan A costs 40+2(11)=$62 and Plan B costs 10+5(11)=$65. Plan A is indeed cheaper. The final answer is: Plan A is cheaper if you make more than 10 visits per month.

What About Problems with a Range of Values (Compound Inequalities)?

Sometimes, a situation isn't just about being above or below a certain number; it's about being between two numbers. These scenarios are modeled using compound inequalities, which are two inequalities joined by "and" or "or." In word problems, "and" inequalities are very common. They are often written in a compact form, like 5<x<10, which means x is greater than 5 and x is less than 10.

A compound "and" inequality like a<x<b is solved by performing the same operation on all three parts.
Example 3

Problem: To earn a B in your science class, your average on four tests must be at least 80% and less than 90%. Your scores on the first three tests are 78%, 91%, and 82%. What range of scores must you get on the fourth test to earn a B?

Solution:

  1. Identify the Unknown: We need to find the possible scores on the fourth test.
  2. Assign a Variable: Let x = the score on the fourth test.
  3. Write the Inequality: The average score is the sum of the scores divided by the number of tests (4). This average must be at least 80 AND less than 90.
    Average = 78+91+82+x4
    The compound inequality is: 8078+91+82+x4<90
  4. Solve the Inequality: First, simplify the sum in the numerator:80251+x4<90To isolate x, we first need to get rid of the denominator. Multiply all three parts of the inequality by 4:4804251+x4<490320251+x<360Now, subtract 251 from all three parts to isolate x:320251251+x251<36025169x<109
  5. Check and Interpret: The mathematical solution is that the fourth test score must be greater than or equal to 69 and less than 109. Assuming a test score cannot be over 100, we should adjust our interpretation. A more practical answer would be that the score must be between 69 and 100, inclusive. For a standard test, the answer is: You must score at least a 69 but no more than 100 on the fourth test to earn a B.

What Are the Most Common Mistakes Students Make?

Inequality word problems have a few common pitfalls. Being aware of them is the best way to avoid falling into them.

  • Forgetting to Flip the Sign: This is the most frequent algebraic error. You must reverse the direction of the inequality symbol whenever you multiply or divide both sides by a negative number. For example, if you have 2x<10 and divide by 2, the result is x>5, not x<5.
  • Mixing Up Key Phrases: It's easy to confuse "at most" () with "less than" (<), or "at least" () with "greater than" (>). Create a reference sheet or use our table until these translations become second nature. A small mistake here changes the entire meaning of the problem.
  • Ignoring Real-World Context: The math might give you an answer like x15.2, but if x represents the number of buses needed, you can't have 0.2 of a bus. In this context, you must realize you need at least 16 buses. Always ask if your mathematical solution makes sense in the real world.
  • Incorrect Setup: Rushing the setup is a recipe for disaster. For example, in a problem about a budget, make sure you correctly distinguish between a one-time fee and a per-item cost. Double-check that your inequality accurately reflects the relationships described in the problem before you start solving.

Quick Reference: Key Steps and Phrases

Feeling overwhelmed? Keep this quick guide handy. It summarizes the most important points for tackling inequality word problems.

The 5-Step Plan

  1. Identify Unknown: What is the problem asking for?
  2. Assign Variable: Let x = [the unknown].
  3. Write Inequality: Translate words to a mathematical statement.
  4. Solve: Use algebra. Flip the sign if multiplying/dividing by a negative!
  5. Interpret: State your answer in a complete sentence that makes sense in the context of the problem.

Core Translation Phrases

If you see...You should write...
at least, minimum of, no less than
at most, maximum of, no more than
more than, exceeds, greater than>
less than, fewer than, below<

Frequently Asked Questions

What's the biggest difference between solving an equation and an inequality?

The main difference is the solution. An equation usually has one or a few specific solutions, while an inequality has an infinite range of solutions. Also, you must flip the inequality symbol if you multiply or divide both sides by a negative number, a rule that doesn't apply to equations.

How do I know which inequality symbol to use?

Pay close attention to keywords. "At least" or "minimum" means greater than or equal to (). "At most" or "maximum" means less than or equal to (). Phrases like "more than" or "fewer than" indicate strict inequalities (> or <).

What does it mean to 'interpret the solution'?

It means explaining your mathematical answer in the context of the real-world problem. For example, if you find that x6.25 games can be bought, the interpretation is that you can buy at most 6 games, since you can't buy a fraction of a game.

Do I always have to flip the inequality sign?

No, you only flip the inequality sign when you multiply or divide *both sides* of the inequality by a *negative* number. Adding or subtracting numbers, or multiplying/dividing by positive numbers, does not change the direction of the sign.

Can an inequality word problem have no solution?

Yes, it's possible. If solving the inequality leads to a false statement, like 5<3, there is no solution. This might happen in a problem where the conditions given are impossible to meet.

What is a compound inequality?

A compound inequality combines two inequalities with the words "and" or "or." A common word problem example is finding a value that must be *between* two other values, like a temperature that must be above freezing but below boiling (e.g., 32<F<212).

Why is it important to define my variable first?

Defining your variable (e.g., "let c represent the number of cookies") is a crucial first step. It clarifies what you are solving for and helps you correctly set up the inequality based on the information in the problem, preventing confusion.