Home Algebra

Lesson 14 – Writing Expressions from Words

Lexicon › Algebra › Stage I — Foundations › Lesson 14
LESSON 14 / 100  |  14% COMPLETE  |  STAGE I — FOUNDATIONS
Stage I — Foundations

Writing Expressions from Words

The world speaks in sentences. Algebra listens, then translates.


Why This Skill Exists

Real problems arrive in language, not in symbols. Before any equation can be solved, the situation must be translated from words into algebra. This lesson builds that translation muscle — the ability to hear a phrase and know exactly which algebraic structure it maps to.

Word Problem
“5 more than
twice a number”
Choose Variable
Let the number = n
Translate
twice n = 2n
5 more = + 5
Expression
2n + 5
Learning to write expressions from words is learning a second language where the grammar has only four rules: addition, subtraction, multiplication, and division. Once you know the vocabulary, fluency arrives quickly.

The Vocabulary of Operations

Every operation has a family of English trigger words. Recognising them is the core skill of this lesson.

Operation Symbol Trigger Words & Phrases
Addition + plus, sum, more than, increased by, added to, total, combined, exceeds, greater than, gain
Subtraction minus, difference, less than, decreased by, subtracted from, reduced by, fewer, lost, shorter than, taken from
Multiplication × times, product, multiplied by, twice (×2), triple (×3), double, of (with fractions/%), per, every
Division ÷ divided by, quotient, ratio, per, split equally, half (÷2), a third (÷3), shared among
Power xⁿ squared (²), cubed (³), to the power of, raised to
Order-Sensitive Phrases — The #1 Source of Errors

Some phrases reverse the order from how you read them. These require particular care:

“5 more than x” x + 5   not   5 + x  (same value, but builds bad habits)
“5 less than x” x − 5   not   5 − x  ⚠ these are different!
“x subtracted from 10” 10 − x   not   x − 10
“the ratio of x to 4” x / 4   not   4 / x

Choosing a Variable

Before translating, you must define your variable. Write a clear statement of what the variable represents — including its units where relevant. This statement anchors the entire expression.

Good Variable Definitions
SituationDefinitionVariable
Unknown numberLet n = the numbern
Price of an itemLet p = the price in randsp
Time elapsedLet t = time in hourst
Person’s ageLet a = Maya’s age in yearsa
Length of sideLet s = side length in cms
Expressing Related Quantities

Once the primary variable is defined, related quantities can often be expressed in terms of it — removing the need for additional variables:

EnglishExpression (let n = the number)
Three times the number3n
Four less than the numbern − 4
The next consecutive integern + 1
The square of the number
Half the number, increased by 3n/2 + 3

Single-Operation Translations

Translate Each Phrase
PhraseTranslationReasoning
“the sum of x and 9” x + 9 “sum” → addition
“twelve decreased by y” 12 − y “decreased by” → subtract; 12 is the base
“the product of 7 and m” 7m “product” → multiply
“k divided by 5” k/5 “divided by” → k is the numerator
“n less than 20” 20 − n “less than” reverses order: 20 is base, n is subtracted
“triple the quantity” 3q “triple” → multiply by 3

Multi-Operation Translations

Most real-world situations involve more than one operation. Translate phrase by phrase, left to right, grouping with brackets where the structure demands it.

Worked Example A — “Five more than three times a number”
1
Define variable: Let n = the number
2
“Three times a number” → 3n
3
“Five more than” → + 5
4
Expression: 3n + 5
Worked Example B — “The square of the sum of x and 4”
1
“The sum of x and 4” → (x + 4) — bracket it; it’s a unit
2
“The square of” → raise to the power 2
3
Expression: (x + 4)²
4
Note: this is not the same as x² + 4 — the brackets are essential
Worked Example C — “Twice the difference between a number and six, divided by seven”
1
Let n = the number
2
“The difference between n and 6” → (n − 6)
3
“Twice” the difference → 2(n − 6)
4
“Divided by seven” → 2(n − 6) / 7
5
Expression: 2(n − 6)/7

Translating Real-World Scenarios

Word problems often describe a situation with multiple quantities. The method is always: define the variable, identify related quantities, translate each part, then combine.

Scenario A — Ages

“Maya is 3 years older than twice her brother Luca’s age.”

1
Define: Let a = Luca’s age in years
2
“Twice Luca’s age” → 2a
3
“3 years older than” → + 3
4
Maya’s age: 2a + 3
Scenario B — Cost & Pricing

“A shirt costs R80 more than half the price of a jacket.”

1
Define: Let j = price of the jacket in rands
2
“Half the price of a jacket” → j/2
3
“R80 more than” → + 80
4
Shirt price: j/2 + 80
Scenario C — Perimeter

“A rectangle’s length is 5 cm more than three times its width. Write an expression for the perimeter.”

1
Define: Let w = width in cm
2
Length: 3w + 5
3
Perimeter: 2(w + 3w + 5) = 2(4w + 5)
4
Simplified: 8w + 10

Translating Back — Reading an Expression

You should also be able to move in the other direction: given an algebraic expression, produce a natural English sentence that describes it. There are often several valid translations.

ExpressionOne Valid TranslationAlternative
2n + 7 “seven more than twice a number” “seven added to the product of two and n”
x/3 − 1 “one less than a third of x” “x divided by three, decreased by one”
(a + b)² “the square of the sum of a and b” “the quantity a plus b, squared”
4(3x − 2) “four times the difference of three x and two” “the product of four and the quantity 3x minus 2”

Practice Set

1. Translate: “eight less than the product of 5 and x”
Product of 5 and x = 5x.   Eight less than → subtract 8.   Answer: 5x − 8
2. Translate: “the quotient of twice n and the sum of n and 3”
Twice n = 2n (numerator).   Sum of n and 3 = (n + 3) (denominator).   Answer: 2n / (n + 3)
3. A cinema ticket costs t rands. Write expressions for: (a) the cost of 4 tickets, (b) the cost after a R15 discount, (c) the cost of 4 tickets after the discount.
(a) 4t   (b) t − 15   (c) 4 tickets at the discounted price: 4(t − 15)   — note: this is different from 4t − 15
4. Translate: “the square of three less than a number”
“Three less than a number” = (n − 3).   “The square of” that = (n − 3)²   — the brackets are essential here.
5. “Sipho earns R200 more per month than twice Amara’s salary.” Let Amara’s salary = s. Write Sipho’s salary as an expression.
Twice Amara’s salary = 2s.   R200 more than = + 200.   Answer: 2s + 200
6. Write two different English sentences that could describe the expression 3(x − 4).
Sample answers: (1) “Three times the difference of x and four.”   (2) “The product of three and the quantity x minus four.”   (3) “x decreased by four, then tripled.” — Any two of these are correct.
7. An isosceles triangle has two equal sides of length x cm, and a base that is 4 cm shorter than three times a side. Write a simplified expression for the perimeter.
Base = 3x − 4.   Perimeter = x + x + (3x − 4) = 2x + 3x − 4 = 5x − 4
8. Challenge: “A factory produces n units per hour during normal hours, and 40% more per hour during overtime. Write an expression for total production over an 8-hour day if the first 6 hours are normal and the last 2 are overtime.”
Normal rate = n.   Overtime rate = n + 0.4n = 1.4n.   Normal production: 6n.   Overtime production: 2(1.4n) = 2.8n.   Total: 6n + 2.8n = 8.8n units.

Lesson Checklist

You Can Now
  • Identify the operation signalled by key trigger words and phrases
  • Define variables clearly with units and context statements
  • Translate single-operation and multi-operation phrases into expressions
  • Handle order-sensitive phrases (“less than”, “subtracted from”, “ratio of”)
  • Use brackets correctly when a sub-expression forms a unit
  • Express related quantities in terms of a single defined variable
  • Write English descriptions of given algebraic expressions
Up Next → Lesson 15
Evaluating Expressions

The final lesson of Stage I — consolidating substitution, BODMAS, and expression-writing into a unified problem-solving workflow that prepares you for equations.

← Previous Lesson
Lesson 13 - Substitution
Next Lesson →
Lesson 15 - Evaluating Expressions