Pre-Algebra · Grades 6, 7

Writing Equations and Inequalities from Words

Quick answer

Solving an equation asks which value of the variable makes the statement true. Turning words into that statement is the step most problems turn on: name the unknown, find the relationship, and write it down. Words like "at least" and "no more than" map onto specific inequality signs, and getting that mapping right decides whether the answer is right.

What you'll learn

  • Explain what it means to solve an equation or inequality
  • Write an equation or inequality from a worded problem
  • Translate phrases such as at least and no more than into signs

What solving actually asks

An equation is a claim that two quantities are equal. Solving it means finding which values of the variable make the claim true.

3n+5=203n + 5 = 20

That asks: which nn makes 3n+53n + 5 come to 2020?

nn3n+53n + 5True?
331414no
441717no
552020yes
662323no

So n=5n = 5 is the solution. Testing values is a slow way to find it, and it does show exactly what the answer means: the one value that makes the statement true.

An inequality asks a wider question:

3n+5>203n + 5 > 20

Which values of nn make the left side exceed 2020? Here every nn above 55 works, so the answer is a range rather than a single number.

Turning words into an equation

Three steps, in order.

  1. Name the unknown. Write down what the letter stands for.
  2. Find the relationship. What does the problem say is equal to what?
  3. Write it down.

A taxi charges 55 plus 33 a mile. A ride cost 2626. How far was it?

n=number of milesn = \text{number of miles}

The cost is 3n+53n + 5, and that cost was 2626:

3n+5=263n + 5 = 26

Naming the unknown is not a formality. It fixes what the answer will mean — here, miles rather than dollars — and a solution of 77 is meaningless until you know which.

The words that signal each sign

PhraseSignIncludes the number?
more than, over, exceeds>>no
less than, under, below<<no
at least, minimum, no less than\geyes
at most, maximum, no more than\leyes

The right-hand column is what most inequality errors come down to.

“You must be at least 1818 to vote” includes someone who is exactly 1818:

a18a \ge 18

“A lift holds no more than 88 people” includes exactly 88:

p8p \le 8

Writing a>18a > 18 would exclude every eighteen-year-old, which is not what the rule says.

Two quantities that change together

Some problems have no single unknown. Instead one quantity depends on another, and the equation records the relationship.

A printer prints 99 pages a minute. Write an equation for pages after tt minutes.

p=9tp = 9t

Here tt is the independent variable — the one you choose — and pp is the dependent one, because its value follows from tt.

ttpp
1199
554545
10109090

This is the same proportional relationship seen from the algebra side, with 99 as the constant of proportionality.

Why writing the equation is the hard part

Once an equation exists, solving it is mechanical — a fixed procedure that always terminates. Getting to the equation is where the thinking happens, and where most marks are lost.

Two habits do most of the work.

Check the units. In 3n+5=263n + 5 = 26 every term is dollars: 3n3n is dollars per mile times miles, 55 is a flat charge, and 2626 is the fare. If one term came out in miles, the equation would be wrong before any solving started.

Test the equation before solving it. Put in a rough value and see whether the statement behaves sensibly. A 1010-mile ride should cost 3535 by this equation, which is plausible for a taxi. If it produced 305305, the equation is wrong and solving it carefully would only produce a careful wrong answer.

Worked examples

:::example{title=“Example 4 — An inequality with “at least""} A club needs at least 2525 members to run. Write an inequality.

“At least” includes 2525 itself:

m25m \ge 25

:::

Common mistakes

Practice problems

  1. Write an equation: a number plus 44 is 1111.

    Answer

    n+4=11n + 4 = 11

    Full solution

    The relationship is direct.

  2. Write an equation: three times a number is 2121.

    Answer

    3n=213n = 21

    Full solution

    The number written against the letter means multiply.

  3. Write an equation: a number decreased by 66 is 1515.

    Answer

    n6=15n - 6 = 15

    Full solution

    Decreased by means subtract from the number.

  4. Write an inequality: you must be at least 1616 to drive.

    Answer

    a16a \ge 16

    Full solution

    “At least” includes 1616, so the sign carries the equal part.

  5. Write an inequality: the bag holds no more than 2020 kg.

    Answer

    w20w \le 20

    Full solution

    “No more than” includes 2020 itself.

  6. Write an equation: twice a number, plus 99, is 2323.

    Answer

    2n+9=232n + 9 = 23

    Full solution

    The doubling applies to the number only.

  7. Is n=4n = 4 a solution of 5n2=185n - 2 = 18?

    Answer

    Yes

    Full solution

    5(4)2=202=185(4) - 2 = 20 - 2 = 18, which matches.

  8. A gym charges 2020 to join plus 99 a month. Write an equation for the cost cc after mm months.

    Answer

    c=9m+20c = 9m + 20

    Full solution

    The 2020 is paid once and stands alone; the 99 repeats monthly and attaches to mm.

  9. Write an inequality: Sam has 5050 and books cost 77 each.

    Hint

    Can he spend more than he has?

    Answer

    7b507b \le 50

    Full solution

    His spending is 7b7b and it cannot exceed 5050, so the sign is \le.

    Solving gives b7.14b \le 7.14, so at most 77 books.

  10. A club requires at least 3030 members. Jo writes m>30m > 30. Find her error.

    Hint

    Does a club with exactly 3030 members qualify?

    Answer

    “At least” includes 3030, so it is m30m \ge 30.

    Full solution

    Her sign excludes 3030 itself, so a club with exactly 3030 members would fail her condition while satisfying the rule as written.

    “At least 3030” means 3030 is acceptable and anything more is too, which is m30m \ge 30.

    The difference is one value, and that value is exactly the one a question about a threshold usually turns on. The four phrases worth memorising are “at least” and “no less than” for \ge, and “at most” and “no more than” for \le.

Frequently asked questions

What does solving an equation mean?

Finding which value of the variable makes the statement true. Solving 3n + 5 = 20 asks which n makes the left side equal 20, and the answer is 5.

How do I turn a word problem into an equation?

Name the unknown with a letter, write down the relationship the problem describes, then set the two sides equal.

What sign does 'at least' mean?

Greater than or equal to. 'At least 18' means 18 counts, so it is x ≥ 18 rather than x > 18.

What sign does 'no more than' mean?

Less than or equal to. 'No more than 5' includes 5 itself, giving x ≤ 5.

How is an inequality's answer different from an equation's?

An equation usually has one solution. An inequality has a whole range of them, which is why the answer is a set rather than a single number.

What to learn next

Standards alignment

This lesson covers the following Common Core State Standards for Mathematics.

  • CCSS.MATH.CONTENT.6.EE.B.5Expressions and EquationsUnderstand solving an equation or inequality as a process of answering a question: which values from a specified set, if any, make the equation or inequality true? Use substitution to determine whether a given number in a specified set makes an equation or inequality true.
  • CCSS.MATH.CONTENT.6.EE.B.8Expressions and EquationsWrite an inequality of the form x > c or x < c to represent a constraint or condition in a real-world or mathematical problem. Recognize that inequalities of the form x > c or x < c have infinitely many solutions; represent solutions of such inequalities on number line diagrams.
  • CCSS.MATH.CONTENT.6.EE.C.9Expressions and EquationsUse variables to represent two quantities in a real-world problem that change in relationship to one another; write an equation to express one quantity, thought of as the dependent variable, in terms of the other quantity, thought of as the independent variable. Analyze the relationship between the dependent and independent variables using graphs and tables, and relate these to the equation.
  • CCSS.MATH.CONTENT.7.EE.B.3Expressions and EquationsSolve multi-step real-life and mathematical problems posed with positive and negative rational numbers in any form (whole numbers, fractions, and decimals), using tools strategically. Apply properties of operations to calculate with numbers in any form; convert between forms as appropriate; and assess the reasonableness of answers using mental computation and estimation strategies.
  • CCSS.MATH.CONTENT.7.EE.B.4Expressions and EquationsUse variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities.