Writing Algebraic Expressions
Learn the secret code for turning English into algebra. "A number plus five" becomes $n + 5$. Master the keywords, watch out for the traps, and never guess again.
Printable Worksheets
Print or save as PDF — or build a custom worksheet from any module's questions.
A movie ticket costs $15. Write an expression for the total cost of $n$ tickets. Then calculate the cost for 4 tickets. Show your thinking.
Writing algebraic expressions means turning English phrases into maths symbols. It's like being a translator between two languages. Once you know the keyword dictionary, you can convert almost any phrase into algebra.
The secret is a keyword map. Each English word for an operation has a direct symbol equivalent. "Sum" becomes $+$, "product" becomes $\times$, and so on. The variable (usually $n$ or $x$) represents the unknown number.
Know
- Keywords for each operation (+, -, ×, ÷)
- That "less than" reverses the order
- Shorthand for multiplication (juxtaposition)
Understand
- Why word order affects the algebraic expression
- That the same phrase can be written in multiple valid ways
- How to check your expression makes sense
Can Do
- Translate English phrases into algebraic expressions
- Handle phrases with multiple operations
- Identify and avoid common translation traps
Wrong: "5 less than $n$" is written as $5 - n$
Right: "5 less than $n$" means START with $n$, THEN subtract 5, so it's $n - 5$.
Wrong: "$x$ divided by 3" is written as $3 \div x$
Right: "$x$ divided by 3" means $x$ goes on top: $\frac{x}{3}$ or $x \div 3$.
Here is your complete dictionary for translating English into algebra. Print this table into your book — you'll use it for every lesson in this unit.
Each operation has its own set of keywords. When you spot one, write the matching symbol. The variable is whatever letter you chose for "the number."
| Operation | Symbol | Keywords | Example |
|---|---|---|---|
| Addition | $+$ | sum, plus, more than, increased by, added to, total of | $x + 5$ |
| Subtraction | $-$ | difference, minus, less than, decreased by, subtracted from | $x - 5$ |
| Multiplication | $\times$ | product, times, multiplied by, double, triple, of | $3x$ |
| Division | $\div$ | quotient, divided by, shared equally, per, half of | $\frac{x}{2}$ |
Some phrases are tricksters. They flip the order you expect. The two biggest culprits are "less than" and "subtracted from".
When you read "5 less than $n$", your brain wants to write $5 - n$. But "less than" means the first number subtracts from the second. So it's $n - 5$.
In algebra, we write multiplication without the times sign. $3 \times n$ becomes $3n$. This is called juxtaposition — putting things next to each other means multiply.
Double a number = $2n$. Triple a number = $3n$. Quadruple = $4n$. And "of" almost always means multiply: "half of $n$" = $\frac{1}{2}n$.
Some phrases combine multiple operations. Break them down piece by piece, working from the inside out. Use brackets when you need to group operations.
Take "5 more than double a number". First find "double a number" = $2n$. Then "5 more than" that = $2n + 5$. Build it step by step like LEGO.
| Phrase | Step-by-step | Expression |
|---|---|---|
| "3 more than double $n$" | double $n$ = $2n$, then +3 | $2n + 3$ |
| "4 less than triple $x$" | triple $x$ = $3x$, then -4 | $3x - 4$ |
| "sum of $n$ and 5, divided by 2" | $n + 5$ first, then ÷2 | $\frac{n+5}{2}$ |
| "product of 3 and ($x$ minus 1)" | $x - 1$ first, then ×3 | $3(x - 1)$ |
Watch Me Solve It · Worked example
-
1Identify the innermost phrase"the difference between a number and 3"Look for the phrase that's most deeply nested. "Difference between..." means subtraction. Let $n$ = the number.
-
2Translate the difference$n - 3$"Difference between $n$ and 3" = $n - 3$. The number comes first (it's not "3 less than $n$" here, so normal order applies).
-
3Translate "product of 4 and..."$4(n - 3)$"Product of 4 and (the difference)" means $4 \times (n - 3)$. We MUST use brackets because the whole difference gets multiplied.
-
4Add "increased by 7"$4(n - 3) + 7$"Increased by 7" means + 7 at the end. Check: if $n = 5$, difference = 2, product = 8, +7 = 15. Expression gives $4(2) + 7 = 15$ ✓
Operation Keywords
- + : sum, plus, more than, increased by, total
- - : difference, minus, less than, decreased by
- × : product, times, double, triple, of
- ÷ : quotient, divided by, per, shared equally
Order Traps
- "A less than B" = $B - A$ (reversed!)
- "A subtracted from B" = $B - A$ (reversed!)
- "A more than B" = $B + A$ (reversed!)
- Test with numbers if unsure
Multiplication Rules
- Never write $\times$ in algebra
- $3 \times n$ becomes $3n$
- Double = $\times 2$, Triple = $\times 3$
- Use brackets for grouping: $3(n + 2)$
Checking Your Answer
- Pick a value for the variable
- Calculate using the original words
- Calculate using your expression
- If they match, your expression is correct!
How are you completing this lesson?
Brain Trainer · 4 problems
Four problems mixing all the skills from this lesson. Work each one, then reveal the answer to check.
-
1 Write an expression for "8 less than a number $n$."
$n - 8$ — "Less than" reverses the order. Start with $n$, then subtract 8. Don't write $8 - n$!$n - 8$ -
2 Write an expression for "Triple a number, increased by 5."
Triple = $3n$. Increased by 5 = $+5$. So: $3n + 5$.$3n + 5$ -
3 Write an expression for "The sum of $x$ and 4, divided by 2."
Sum = $x + 4$. Divided by 2 = $\div 2$. So: $\frac{x+4}{2}$ or $(x + 4) \div 2$. Brackets are needed!$\frac{x+4}{2}$ -
4 Write an expression for "The product of 5 and the difference between $n$ and 3."
Difference = $n - 3$. Product of 5 and that = $5 \times (n - 3)$. So: $5(n - 3)$.$5(n - 3)$
Quick Check · 5 questions
Show Your Working · 3 questions
Q6. Write an algebraic expression for: "The sum of $n$ and 8, decreased by 3."
Q7. Write expressions for: (a) "7 subtracted from $m$" (b) "The product of 4 and ($p$ minus 1)" (c) "Half of ($x$ increased by 6)"
Q8. A plumber charges a call-out fee of $40 plus $35 per hour. Write an expression for the total cost of a job lasting $h$ hours. Then calculate the cost for a 3-hour job.
Quick Check
1. B — "5 more than $n$" = $n + 5$.
2. C — "3 less than $x$" = $x - 3$.
3. A — "Product of 4 and ($n$ minus 2)" = $4(n - 2)$.
4. D — "Double $x$, decreased by 7" = $2x - 7$.
5. C — "5 subtracted from $x$" = $x - 5$. The student is correct!
Show Your Working Model Answers
Q6 (2 marks): Sum of $n$ and 8 = $n + 8$ [1 mark]. Decreased by 3 = $-3$. Final: $(n + 8) - 3$ or $n + 5$ [1 mark].
Q7 (3 marks): (a) $m - 7$ [1 mark]. (b) $4(p - 1)$ [1 mark]. (c) $\frac{x + 6}{2}$ or $\frac{1}{2}(x + 6)$ [1 mark].
Q8 (4 marks): Call-out fee = $40. Hourly rate = $35 per hour. Expression: $40 + 35h$ or $35h + 40$ [2 marks]. For 3 hours: $35(3) + 40 = 105 + 40 = $145 [2 marks].
The Perimeter Puzzle
A rectangle has length $(n + 3)$ and width $(n - 1)$. Write an expression for its perimeter. Simplify your answer.
Reveal solution
Perimeter = $2 \times \text{length} + 2 \times \text{width} = 2(n + 3) + 2(n - 1) = 2n + 6 + 2n - 2 =$ $4n + 4$.
Keywords
sum +, difference -, product ×, quotient ÷
Less than
Reverses order: "5 less than n" = $n - 5$
Subtracted from
Reverses order: "5 from n" = $n - 5$
Multiplication
Never write ×; $3n$ not $3 \times n$
Multi-step
Work inside out; use brackets for grouping
Check
Test with numbers to verify your expression
Interactive: Algebra Machine
Substitute numbers into algebraic expressions and see them evaluate step by step.
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.