Writing Expressions Practice- Exercises and Solutions
What Are Writing Expressions?
Writing expressions is the process of converting verbal descriptions into mathematical form. If you see "the sum of a number and 5," that becomes x + 5. Simple enough, but students routinely mess this up on tests.
The problem isn't the math. It's the translation between English and math symbols. Most errors happen because people rush through the conversion step without thinking about what the words actually mean.
Core Expression Types You Need to Master
These are the building blocks. If you don't know these cold, nothing else will make sense.
Arithmetic Operations
Addition and subtraction phrases trip people up constantly. "More than" means add. "Less than" means subtract—but in reverse order.
- "5 more than x" = x + 5
- "5 less than x" = x - 5
- "x decreased by 7" = x - 7
- "the sum of twice x and 8" = 2x + 8
Critical rule: "3 less than a number" is NOT 3 - n. It's n - 3. The order flips.
Multiplication and Division
Phrases like "product of" and "quotient of" tell you what operation to use, but the grouping matters.
- "the product of 4 and a number" = 4n
- "twice a number" = 2n
- "half of a number" = n/2
- "the quotient of a number and 6" = n/6
When you see "of" after a fraction (like "half of the students"), it means multiplication. ½ × n works the same as n/2.
Exponents and Powers
"Squared" means to the second power. "Cubed" means to the third. Everything else gets a number in the exponent position.
- "a number squared" = n²
- "a number raised to the fourth power" = n⁴
- "the square of a number" = n²
Practice Exercises
Try these before checking the solutions. Give yourself 2 minutes per problem maximum. If you're stuck, read the verbal phrase again, word by word.
Exercise 1: Basic Operations
Write each phrase as an algebraic expression:
- Eight added to a number
- A number reduced by twelve
- The product of seven and a number
- Twenty divided by a number
- Four more than three times a number
Exercise 2: Intermediate Challenges
- The difference between a number and nine
- Twice the sum of a number and six
- A number decreased by the product of four and seven
- Half of a number added to its square
- The quotient of a number and three, increased by ten
Exercise 3: Word Problem Style
- A parking lot charges $3 per hour. Write an expression for the cost of parking for h hours.
- A rectangle's length is 5 more than twice its width w. Write the expression for the area.
- A club has n members. Each member pays $15 dues. Write the total revenue expression.
Solutions
Don't peek until you've tried. Actually tried—not glanced at and thought "yeah, I knew that."
Exercise 1 Solutions
- n + 8 (or x + 8)
- n - 12
- 7n
- 20/n
- 3n + 4
Exercise 2 Solutions
- n - 9
- 2(n + 6)
- n - 28 (4 × 7 = 28, then subtract from n)
- n² + n/2
- n/3 + 10
Exercise 3 Solutions
- 3h
- Area = w(2w + 5) — width is w, length is 2w + 5
- 15n
Common Mistakes and How to Fix Them
These errors appear on nearly every assignment. Know them so you stop making them.
| Wrong | Correct | Why |
|---|---|---|
| 3 - n for "3 less than n" | n - 3 | "Less than" flips the order |
| n/3 for "3 divided by n" | 3/n | Divisor comes after "divided by" |
| 2n + 6 for "twice the sum of n and 6" | 2(n + 6) | Parenthesis groups the sum first |
| n² + n/2 for "half of n squared" | (n/2)² or n²/2 | Clarify what you're squaring |
Getting Started: The Method That Works
Follow these steps for any expression translation problem:
- Identify the operation words. Look for: sum, difference, product, quotient, increased, decreased, times, of.
- Find the variable. Circle or underline the unknown quantity. It's usually "a number," "something," or a specific item being counted.
- Note the order. If the phrase says "A less than B," you write B - A. The first quantity mentioned goes second in the expression.
- Check for grouping. Phrases like "sum of," "difference between," or "product of" usually need parentheses to group what comes after them.
- Read it back. Does your expression match the verbal phrase? Read n + 8 as "8 added to a number." Does it match?
Practice this method on 10 problems daily. After a week, expression writing becomes automatic. Before that, you'll keep making the same errors.
Where This Shows Up on Tests
Expression writing appears on standardized tests, homework, and real-world scenarios you'll encounter. It shows up in:
- Algebra 1 and Pre-Algebra exams
- SAT and ACT math sections
- Science coursework (formulas, data relationships)
- Programming (translating requirements into code)
If you can write expressions cleanly, you can solve equations, graph functions, and build simple models. It's a foundation skill. Master it now or struggle later.