English:Expressions and Variables

Expressions and Variables
Introduction
Algebra gives you a compact way to describe patterns, changing quantities, and relationships. In Grades 7–8, one of the most important steps is learning how to read and build expressions that contain variables. A variable is a symbol, often a letter, that can represent a value. An expression combines numbers, variables, and operations to represent a mathematical quantity.
For example, suppose a cinema ticket costs 8 units of money and there is a one-time booking fee of 3. If t is the number of tickets, the total cost can be represented by the expression 8t + 3. The expression does not say what t is; it describes how the cost depends on t.
An expression such as 8t + 3 is different from an equation such as 8t + 3 = 27. An expression names or represents a quantity. An equation states that two expressions have the same value.
The image above shows a simple algebra equation. Notice the equals sign: it is what makes the statement an equation rather than just an expression.
Learning Goals
By the end of this aiMOOC, you should be able to identify variables, constants, coefficients, terms, and operations in an algebraic expression. You should also be able to translate verbal descriptions into expressions, evaluate expressions by substitution, simplify expressions by combining like terms, use the distributive property, and explain the difference between an expression and an equation.
You will also practice using expressions as mathematical models for real situations. The goal is not only to manipulate symbols correctly, but also to explain what those symbols mean.
From Numbers to Variables
Arithmetic usually starts with known numbers, such as 7 + 4 or 3 × 9. Algebra extends arithmetic by allowing symbols to stand for values. In the expression 5x + 2, the letter x is a variable. If x changes, the value of the whole expression may change.
A constant is a number whose value is fixed within an expression. In 5x + 2, the number 2 is a constant. The number 5 is a coefficient because it multiplies the variable x.
A variable does not always mean an unknown number that must be solved. It can also represent a quantity that is allowed to vary. For example, in 4n + 1, the variable n could represent any allowed number of items.
Parts of an Expression
Consider the expression 5x - 3y + 8.
The terms are 5x, -3y, and 8. Addition and subtraction separate the terms. The coefficients are 5 and -3. The variables are x and y. The constant term is 8.
The sign in front of a term matters. In 5x - 3y + 8, the second term is best understood as -3y, not just 3y. Keeping the sign with the term helps prevent mistakes when simplifying.
Reading Algebraic Notation
Algebra often leaves out the multiplication sign. The notation 3x means 3 × x, and xy means x × y. An exponent also has a precise meaning: x² means x × x, not 2 × x.
Parentheses are grouping symbols. In 4(x + 2), the quantity x + 2 is grouped and then multiplied by 4. In a fraction such as x/5, the variable is divided by 5.

Algebra tiles are physical manipulatives that can represent positive and negative constants and variable terms. They can help you connect symbolic expressions with concrete objects.
Writing Expressions from Words
A verbal description can often be translated into an algebraic expression. Start by choosing a variable and stating what it represents. Then identify the operations and their order.
For example, if n represents a number, five more than n becomes n + 5. The phrase five less than n becomes n - 5. The phrase three times the sum of x and 4 becomes 3(x + 4), because the sum must be grouped before it is multiplied by 3.
Pay special attention to phrases involving subtraction. Seven less than twice m means 2m - 7. The order of the words is not always the same as the order of the symbols.
In a real situation, suppose a bike rental costs 6 units of money per hour plus a fixed fee of 4. If h is the number of hours, the total cost is 6h + 4. The coefficient 6 tells you the cost per hour, while the constant 4 is the fixed fee.
Evaluating Expressions
To evaluate an expression, replace each variable with a given value and then carry out the operations. This replacement is called substitution.
Suppose you want to evaluate 3a + 2 when a = 4. Substitute 4 for a to get 3(4) + 2. Multiply first to get 12 + 2, so the value of the expression is 14.
Now consider 2m - n when m = 5 and n = -1. Substitution gives 2(5) - (-1). This becomes 10 + 1, so the value is 11.
When substituting a negative number, parentheses are especially helpful. If x = -3, then x² becomes (-3)² = 9.
Order of Operations
After substitution, use the standard order of operations. Work inside grouping symbols first, then evaluate exponents, then multiplication and division from left to right, and finally addition and subtraction from left to right.
For example, if x = 3, then 2x² + 5 becomes 2(3²) + 5. Evaluate the exponent first, then multiply, then add: 2(9) + 5 = 18 + 5 = 23.

Simplifying and Equivalent Expressions
To simplify an expression means to rewrite it in an equivalent form that is usually shorter or easier to use. Two expressions are equivalent if they have the same value for every allowed value of their variables.
For example, 4x + 3x and 7x are equivalent. The two original terms are like terms, so their coefficients can be added.
Combining Like Terms
Like terms have the same variable part, including the same exponents. For example, 6x and -2x are like terms, so 6x - 2x = 4x. The terms 3a² and 5a² are also like terms.
Terms such as 4x and 4y are not like terms because they use different variables. The terms x and x² are not like terms because their exponents are different. A constant can be combined with another constant, but not with a variable term.
For example, 5m + 2 + 3m - 7 simplifies to 8m - 5. First combine 5m + 3m to get 8m, and combine 2 - 7 to get -5.
The Distributive Property
The distributive property connects multiplication with addition or subtraction. It allows you to multiply a factor outside parentheses by every term inside the parentheses.
The pattern is a(b + c) = ab + ac. For example, 3(x + 4) = 3x + 12. With subtraction, 5(y - 2) = 5y - 10.
A common mistake is to multiply only the first term inside the parentheses. In 4(x + 3), both x and 3 must be multiplied by 4.
A rectangle model can show why the distributive property works: one large area can be split into smaller areas whose sum is unchanged.
Expressions, Equations, and Formulas
An expression such as 4x + 7 represents a quantity. An equation such as 4x + 7 = 31 makes a statement that two expressions are equal. A formula is an equation that describes a general relationship between quantities, such as the perimeter formula P = 2l + 2w for a rectangle.
This distinction matters because you do different things with each object. You can evaluate an expression when variable values are known. You can simplify an expression without assigning values. You can solve an equation to find value or values that make the equation true.
Modeling Real Situations with Expressions
Expressions are useful because they can turn a repeated calculation into a reusable rule. The first step in a model is to define each variable clearly.
If n is the number of notebooks, and each notebook costs 2.50 units of money plus a fixed delivery fee of 3, the total cost is 2.5n + 3. If l is the length and w is the width of a rectangle, its perimeter can be represented by 2l + 2w. If s is a constant speed and t is the time traveled, the distance can be represented by st.
A good algebraic model includes appropriate units and assumptions. For example, 2.5n + 3 assumes that every notebook has the same price and that the delivery fee is charged only once.
Common Mistakes and Good Habits
| Common mistake | Better habit |
|---|---|
| Reading 3x as 3 + x | Read adjacent number and variable symbols as multiplication. |
| Combining 4x + 3 into 7x | Combine only like terms; a constant and a variable term are unlike. |
| Ignoring the sign of a term | Keep the positive or negative sign attached to the term. |
| Substituting a negative value without grouping | Use parentheses, for example x² = (-3)² when x = -3. |
| Performing operations in the wrong order | Follow grouping, exponents, multiplication and division, then addition and subtraction. |
| Saying you solved an expression | Say you evaluated or simplified an expression; equations are solved. |
Strategy Checklist
When you meet a new expression, first ask what every variable represents. Next, identify terms, coefficients, constants, and grouping symbols. If values are given, substitute them carefully and follow the order of operations. If no values are given, look for like terms or a distributive step that can simplify the expression. Finally, check whether your result still makes sense in the original context.
Interactive Tasks
Quiz: Test Your Knowledge
What is a variable in elementary algebra? (A symbol that can represent a value) (!A sign that always means addition) (!A number that must equal zero) (!A line that separates two fractions)
What is the coefficient of x in 7x + 3? (7) (!3) (!x) (!10)
What is the constant term in 4n - 9? (negative nine) (!four) (!n) (!nine n)
Which expression means three more than twice x? (two x plus three) (!two x minus three) (!three x plus two) (!two plus x plus three)
What is the value of 5a - 2 when a = 4? (18) (!12) (!20) (!23)
Which pair consists of like terms? (three x and negative five x) (!three x and three y) (!x and x squared) (!four and four x)
What is the simplified form of 4m + 2m - 3? (six m minus three) (!six m) (!six m plus three) (!eight m minus three)
Which expression is equivalent to three times the quantity formed by x plus four? (three x plus twelve) (!three x plus four) (!x plus twelve) (!seven x)
Which of these is an expression rather than an equation? (six y plus one) (!six y plus one equals thirteen) (!y equals two) (!four equals four)
What is the value of 2x squared + 1 when x = -2? (9) (!negative seven) (!negative nine) (!5)
Memory Game
| Variable | Symbol that represents a value |
| Coefficient | Numerical factor multiplying a variable |
| Constant | Fixed number not attached to a variable |
| Term | Part of an expression separated by addition or subtraction |
| Substitution | Replacing a variable with a given value |
| Equivalence | Relationship between expressions with the same value for every allowed input |
Drag and Drop
| Match the correct terms. | Topic |
|---|---|
| Like terms | Terms with the same variable part |
| Distributive property | Rule that multiplies an outside factor by every term inside a group |
| Order of operations | Rules that determine which calculation is performed first |
| Evaluation | Finding a numerical value after variables are assigned values |
| Simplification | Rewriting an expression in an equivalent and usually shorter form |
...
Crossword Puzzle
| Variable | What symbol can represent a value that may change? |
| Coefficient | What is the numerical factor multiplying a variable called? |
| Constant | What do you call a fixed number term without a variable? |
| Substitution | What process replaces a variable with a given value? |
| Expression | What mathematical phrase contains numbers variables and operations? |
| Distributive | Which property multiplies an outside factor across grouped terms? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- Variable Hunt: Find three changing quantities in everyday life, define a variable for each one, and write one sentence explaining what values each variable could take.
- Expression Translation Cards: Create six study cards with a verbal phrase on one side and the matching algebraic expression on the other side, then test a partner.
- Substitute and Check: Invent three one-variable expressions, choose two values for each variable, evaluate the expressions, and check every calculation with a second method.
- Algebra Tile Sketch: Draw or build an algebra-tile model for a simple expression such as three x plus two, label every part, and explain what each tile represents.
Standard
- School Event Budget: Design a cost model for a class event with at least one fixed cost and one cost per participant, define your variable, and test the expression for three possible attendance numbers.
- Interview About Variables: Interview a person who uses mathematics at work or in a hobby, ask how changing quantities or formulas appear in that activity, and summarize the connection to variables and expressions.
- Recipe Scaling Model: Choose a recipe, define a variable for the number of batches or servings, write expressions for at least three ingredients, and explain the assumptions in your model.
- Expression Explainer Video: Produce a short video that teaches the difference between an expression and an equation, includes one substitution example, and shows one common mistake with its correction.
Advanced
- Pricing Comparison: Compare two pricing plans by writing an expression for each total cost, create a table of values, identify when each plan is cheaper, and explain what your result means.
- Expression Spreadsheet Model: Build a spreadsheet in which one input cell controls a variable, calculate values of at least two related expressions, and explain how changing the input changes the outputs.
- Error Analysis Gallery: Create four realistic but incorrect examples involving like terms, substitution, order of operations, or distribution, then annotate exactly where each error occurs and how to repair it.
- Modeling Investigation: Choose a real situation with a changing quantity, define variables and assumptions, build an expression-based model, test it with realistic values, and discuss one limitation of the model.
Learning Assessment
- Model Construction Assessment: Build an expression for a situation containing both a fixed amount and a changing amount, define every symbol, and justify why each operation is appropriate.
- Error Diagnosis Assessment: Analyze an incorrect simplification of a multi-term expression, identify the first invalid step, explain the mathematical reason it is invalid, and produce a correct solution.
- Equivalent Expressions Assessment: Show that two expressions are equivalent by using algebraic properties and by testing at least two different variable values, then explain why numerical testing alone is not a complete proof.
- Representation Transfer Assessment: Convert a verbal situation into an expression, a table of values, and a written interpretation, and explain how the three representations communicate the same relationship.
- Substitution Reasoning Assessment: Evaluate an expression containing an exponent and a negative input, document the order of operations, and explain why parentheses matter during substitution.
- Model Critique Assessment: Examine an expression used as a real-world model, identify its assumptions and units, test it with a boundary or unusual value, and suggest one improvement.
Evidence of Learning
- Knowledge: You can accurately explain variables, constants, coefficients, terms, like terms, substitution, equivalence, and the distributive property.
- Skills: You can translate words into expressions, evaluate by substitution, follow the order of operations, combine like terms, distribute correctly, and justify your steps.
- Products: You can produce expression models, tables, diagrams, explanations, error analyses, presentations, or short videos that use algebraic notation accurately.
- Transfer: You can recognize when an expression can model a new situation, define useful variables, check units and assumptions, and interpret the result in context.
OERs on the Topic
The following English Wikipedia resource provides additional background about mathematical expressions and how variables are used within them.
You can also explore related ideas through variables, algebraic expressions, Order of operations, Like terms, and the Distributive property.
Linked Learning Areas
The ideas in this aiMOOC connect arithmetic, algebra, mathematical language, and real-world modeling. Understanding expressions and variables prepares you for equations, inequalities, functions, formulas, graphs, and later work in science, technology, economics, and programming.
aiMOOC Projects
NEWSLernweltNOAH fragen