Pre Algebra

Translating Words to Algebraic Expressions

Last updated: March 2026 · Beginner
Before you start

You should be comfortable with:

Real-world applications
💊
Nursing

Medication dosages, IV drip rates, vital monitoring

💰
Retail & Finance

Discounts, tax, tips, profit margins

One of the biggest hurdles in algebra is not the math itself — it is turning an English sentence into a mathematical expression. Once you can do that, the simplification and solving steps follow the rules you already know. This page teaches you to recognize the key phrases that signal each operation and translate them accurately.

Key Phrases for Each Operation

Addition Phrases

PhraseExampleExpression
more than5 more than a numbern+5n + 5
increased bya number increased by 3n+3n + 3
sum ofthe sum of xx and 7x+7x + 7
plusa number plus 12n+12n + 12
added to8 added to a numbern+8n + 8
total ofthe total of aa and bba+ba + b

Subtraction Phrases

PhraseExampleExpression
less than4 less than a numbern4n - 4
decreased bya number decreased by 6n6n - 6
differencethe difference of xx and 3x3x - 3
minusa number minus 10n10n - 10
subtracted from5 subtracted from a numbern5n - 5
fewer than7 fewer than a numbern7n - 7

Watch the order with subtraction! “Four less than a number” means n4n - 4, NOT 4n4 - n. The phrase “less than” reverses the written order — the number after “than” comes first in the expression.

Multiplication Phrases

PhraseExampleExpression
times3 times a number3n3n
product ofthe product of 5 and xx5x5x
twicetwice a number2n2n
doubledouble a number2n2n
tripletriple a number3n3n
of (with fractions)one-half of a number12n\frac{1}{2}n

Division Phrases

PhraseExampleExpression
divided bya number divided by 4n4\frac{n}{4}
quotient ofthe quotient of xx and 5x5\frac{x}{5}
ratio ofthe ratio of aa to bbab\frac{a}{b}
permiles per hourmileshours\frac{\text{miles}}{\text{hours}}

Step-by-Step Translation

Example 1: “Three more than twice a number”

Break the sentence into pieces:

  1. “A number” — let it be nn
  2. “Twice a number” — 2n2n
  3. “Three more than” — add 3

2n+32n + 3

Answer: 2n+32n + 3

Example 2: “The quotient of a number and six, decreased by four”

  1. “A number” — nn
  2. “The quotient of a number and six” — n6\frac{n}{6}
  3. “Decreased by four” — subtract 4

n64\frac{n}{6} - 4

Answer: n64\dfrac{n}{6} - 4

Example 3: “Five less than the product of eight and a number”

  1. “A number” — nn
  2. “The product of eight and a number” — 8n8n
  3. “Five less than” — subtract 5 from the product

8n58n - 5

Answer: 8n58n - 5

Remember: “less than” means subtraction in reverse order. The 5 is subtracted FROM 8n8n.

Example 4: “The sum of a number and its square”

  1. “A number” — nn
  2. “Its square” — n2n^2
  3. “The sum of” — add them

n+n2n + n^2

Answer: n+n2n + n^2 (or equivalently, n2+nn^2 + n)

Translating Complete Sentences

When a sentence says “is” or “equals,” it becomes an equation (with an == sign). For now, we are focusing on translating just the expression parts. But noticing where “is” appears tells you where the equals sign will go when you are ready to solve equations.

Example 5: “Seven more than three times a number is twenty-two”

The expression on the left side of “is”:

3n+73n + 7

The full equation would be 3n+7=223n + 7 = 22, but we focus on building the expression correctly.

Common Patterns

Consecutive Integers

Three consecutive integers starting at nn:

n,n+1,n+2n, \quad n + 1, \quad n + 2

Three consecutive even integers starting at nn (where nn is even):

n,n+2,n+4n, \quad n + 2, \quad n + 4

Three consecutive odd integers starting at nn (where nn is odd):

n,n+2,n+4n, \quad n + 2, \quad n + 4

Notice consecutive even and consecutive odd integers use the same pattern — both skip by 2.

Age Problems Setup

If Maria is xx years old now:

  • Her age 5 years ago: x5x - 5
  • Her age in 10 years: x+10x + 10
  • Her brother who is twice her age: 2x2x
  • Her mother who is 25 years older: x+25x + 25

Real-World Application: Nursing — Dosage Word Problem

A nurse reads: “The patient requires a dose that is 1.5 times their weight in kilograms, minus 20 milligrams for the age adjustment.”

Let ww represent the patient’s weight in kilograms.

  1. “1.5 times their weight in kilograms” — 1.5w1.5w
  2. “Minus 20 milligrams” — subtract 20

Dose=1.5w20\text{Dose} = 1.5w - 20

If the patient weighs w=80w = 80 kg:

Dose=1.5(80)20=12020=100 mg\text{Dose} = 1.5(80) - 20 = 120 - 20 = 100 \text{ mg}

Translating the written order into an algebraic expression ensures the nurse can calculate the correct dosage for any patient weight.

Real-World Application: Retail — Revenue Expression

A store owner says: “Our daily revenue is the number of customers times the average purchase, plus a flat $50 from online orders.”

Let cc represent the number of customers and pp represent the average purchase amount.

Revenue=cp+50\text{Revenue} = cp + 50

On a day with 120 customers and an average purchase of $35:

Revenue=120(35)+50=4,200+50=4,250\text{Revenue} = 120(35) + 50 = 4{,}200 + 50 = 4{,}250

The daily revenue is $4,250.

”More Than” vs. “Less Than” — Getting the Order Right

The phrases “more than” and “less than” are the most common sources of translation errors.

“More than” — add in either order (addition is commutative):

  • “8 more than nn” = n+8n + 8
  • This can also be written 8+n8 + n — same result

“Less than” — order matters (subtraction is NOT commutative):

  • “8 less than nn” = n8n - 8 (start with nn, subtract 8)
  • This is NOT 8n8 - n

Test yourself: “12 less than a number” means n12n - 12. Read it as: “Start with the number, then go 12 less.”

Common Mistakes to Avoid

  1. Reversing “less than” order. “Six less than a number” is n6n - 6, not 6n6 - n. The value after “than” comes first.

  2. Ignoring grouping. “Twice the sum of a number and 3” is 2(n+3)2(n + 3), not 2n+32n + 3. The word “sum” tells you to add first, which requires parentheses.

  3. Confusing “of” with addition. “One-third of a number” means 13n\frac{1}{3}n (multiplication), not 13+n\frac{1}{3} + n.

  4. Translating “is” as part of the expression. The word “is” translates to ==. It separates the two sides of an equation, not part of a single expression.

  5. Forgetting that “a number” means a variable. Every time you see “a number” or “an unknown quantity,” assign a variable like nn or xx.

Practice Problems

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

Problem 1: Translate “nine more than a number” into an algebraic expression.

Let nn represent the number.

n+9n + 9

Answer: n+9n + 9

Problem 2: Translate “the product of a number and seven, decreased by two.”

7n27n - 2

Answer: 7n27n - 2

Problem 3: Translate “ten less than triple a number.”

“Triple a number” is 3n3n. “Ten less than” means subtract 10:

3n103n - 10

Answer: 3n103n - 10

Problem 4: Translate “the sum of twice a number and the number itself.”

“Twice a number” is 2n2n. “The number itself” is nn. Their sum:

2n+n=3n2n + n = 3n

Answer: 2n+n2n + n (simplified to 3n3n)

Problem 5: Translate “a number divided by four, plus six.”

n4+6\frac{n}{4} + 6

Answer: n4+6\dfrac{n}{4} + 6

Problem 6: A recipe says “use twice the number of cups of water as rice, then add one extra cup.” Write an expression for the water needed if rr cups of rice are used.

“Twice the cups of rice” is 2r2r. “Add one extra cup” means +1+ 1:

2r+12r + 1

Answer: 2r+12r + 1

Problem 7: Write expressions for three consecutive odd integers starting at nn.

n,n+2,n+4n, \quad n + 2, \quad n + 4

Consecutive odd integers (or even integers) always differ by 2.

Answer: nn, n+2n + 2, n+4n + 4

Key Takeaways

  • Each arithmetic operation has specific English phrases that signal it — learn the tables above
  • “Less than” and “subtracted from” reverse the order — the number after “than” or “from” comes first in the expression
  • Always assign a variable to “a number” or “an unknown” before translating
  • Words like “sum” and “product” often imply parentheses when combined with other operations
  • The word “is” translates to an equals sign (==), separating an equation into two sides
  • Practice reading the phrase backwards to get subtraction order right: “5 less than nn” means start with nn, subtract 5
  • In nursing, retail, and trades, translating written instructions into algebraic expressions is the first step to solving real problems

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

Last updated: March 29, 2026