What are variables and expressions
Read, 3 minutes
A variable is a letter that stands for a number that may change. For example, in \(x + 4\), the letter \(x\) can represent different values. A constant is a fixed number, such as \(4\), \(-9\), or \(\frac{3}{5}\).
A term is one part of an expression. A term may be a constant, a variable, or a product of numbers and variables. In \(7x\), the coefficient is \(7\) and the variable is \(x\). In \(-3y^2\), the coefficient is \(-3\) and the variable part is \(y^2\).
Expression
An algebraic expression combines terms with operations such as addition, subtraction, multiplication, division, and powers. Examples include \(5x + 7\), \(2x^2 + 7x - 6\), and \(\frac{6}{7}x - 4\). Expressions do not have to include an equals sign.
- Addition: \(4 + x\), read as \(4\) plus \(x\).
- Subtraction: \(2 - a\), read as \(2\) minus \(a\).
- Division: \(4 \div x\) or \(\frac{4}{x}\), read as \(4\) divided by \(x\).
- Multiplication: \(7b\) or \(7 \times b\), read as \(7\) times \(b\).
Evaluating Expressions
To evaluate an expression, replace each variable with the given number and then follow the order of operations. For example, if \(x = 3\), then \(x^3 - 2x^2 + 9x + 7 = 3^3 - 2(3)^2 + 9(3) + 7 = 27 - 18 + 27 + 7 = 43\).
Expressions and Variables
Think of this lesson as more than a rule to memorize. Expressions and Variables is about translating words into expressions and simplifying structure. A strong student does not rush to the first formula on the page; they pause, identify the structure of the problem, and then choose the tool that matches that structure. That pause is what prevents most mistakes.
The most important move is to name what is given, identify what is being asked, and choose the rule that connects those two pieces.
Here is the teacher way to approach the topic. First, read the problem slowly and underline the information that is actually given. Next, name the target: are you finding a value, simplifying an expression, comparing two quantities, solving for a variable, or interpreting a graph? Once the target is clear, the calculation becomes much less mysterious because every step has a job.
- Read what is given and what is being asked.
- Choose the rule that connects them.
- Substitute carefully and simplify in small steps.
- Check the final answer against the original question.
A helpful habit is to say what each number represents before using it. For example, if a number is a denominator, a radius, a slope, a common difference, or a coefficient, it should not be treated like an ordinary loose number. Its role tells you where it belongs in the formula. This is especially important on ACT-style questions because many wrong answer choices come from using the right numbers in the wrong places.
Another good habit is to keep the work organized vertically. Write one clean line for substitution, one line for simplifying, and one line for the final answer. If the problem has units, keep the units attached. If the problem has signs, exponents, or parentheses, copy them carefully from one line to the next. Most errors in this topic are not caused by a hard idea; they are caused by dropping a negative sign, combining unlike terms, using the wrong denominator, or skipping a check.
When you finish, ask a quick reasonableness question. Should the answer be positive or negative? Should it be larger or smaller than the original number? Does it fit the graph, table, shape, or equation? Can you plug it back into the original problem? This final check turns the lesson from a procedure into understanding.
On a test, the goal is not to write the longest solution. The goal is to write enough clear work that you can see the structure, avoid traps, and recover quickly if one line goes wrong. Practice the examples below with that mindset: identify the type of problem, choose the matching rule, show the substitution, simplify carefully, and check the answer before moving on.
Free printable Worksheets
Exercises for Expressions and Variables
1) In the term \(7x\), name the coefficient and the variable.
2) Classify \(12\) as a variable, constant, or expression.
3) Write an algebraic expression for \(9\) more than a number \(n\).
4) Evaluate \(x + 5\) when \(x = 6\).
5) Evaluate \(4a\) when \(a = 3\).
6) Evaluate \(2y - 7\) when \(y = 10\).
7) Evaluate \(\frac{m}{3} + 4\) when \(m = 18\).
8) Evaluate \(5p + 2\) when \(p = 4\).
9) Evaluate \(3(x + 2)\) when \(x = 5\).
10) Evaluate \(x^2 + 6\) when \(x = 4\).
11) Evaluate \(2x^2 - 3x + 1\) when \(x = 5\).
12) Evaluate \(8 - 2a\) when \(a = -3\).
13) Evaluate \(\frac{3n - 6}{3}\) when \(n = 12\).
14) Evaluate \(4b - (b + 9)\) when \(b = 7\).
15) Evaluate \(2(x + 3) + 5x\) when \(x = 4\).
16) Evaluate \(x^3 - 2x^2 + 9x + 7\) when \(x = 3\).
17) Evaluate \(6 - 2(t - 5)\) when \(t = -1\).
18) Evaluate \(ab + 2a - b\) when \(a = 4\) and \(b = -3\).
19) Evaluate \((x + y)^2 - xy\) when \(x = 2\) and \(y = 5\).
20) Evaluate \(\frac{2x^2 - 3x + 5}{x - 1}\) when \(x = 4\).
1) \(7\) is the coefficient and \(x\) is the variable. Step 1: In \(7x\), the number multiplying the variable is \(7\). Step 2: The letter whose value can change is \(x\).
2) \(12\) is a constant. Step 1: A constant has a fixed value. Step 2: Since \(12\) does not change, it is a constant.
3) \(n + 9\). Step 1: Let the number be \(n\). Step 2: "9 more than" means add \(9\), so the expression is \(n + 9\).
4) \(11\). Step 1: Substitute \(x = 6\): \(x + 5 = 6 + 5\). Step 2: Add to get \(11\).
5) \(12\). Step 1: Substitute \(a = 3\): \(4a = 4(3)\). Step 2: Multiply to get \(12\).
6) \(13\). Step 1: Substitute \(y = 10\): \(2y - 7 = 2(10) - 7\). Step 2: \(20 - 7 = 13\).
7) \(10\). Step 1: Substitute \(m = 18\): \(\frac{m}{3} + 4 = \frac{18}{3} + 4\). Step 2: \(6 + 4 = 10\).
8) \(22\). Step 1: Substitute \(p = 4\): \(5p + 2 = 5(4) + 2\). Step 2: \(20 + 2 = 22\).
9) \(21\). Step 1: Substitute \(x = 5\): \(3(x + 2) = 3(5 + 2)\). Step 2: \(3(7) = 21\).
10) \(22\). Step 1: Substitute \(x = 4\): \(x^2 + 6 = 4^2 + 6\). Step 2: \(16 + 6 = 22\).
11) \(36\). Step 1: Substitute \(x = 5\): \(2(5)^2 - 3(5) + 1\). Step 2: \(2(25) - 15 + 1 = 50 - 15 + 1 = 36\).
12) \(14\). Step 1: Substitute \(a = -3\): \(8 - 2a = 8 - 2(-3)\). Step 2: \(8 + 6 = 14\).
13) \(10\). Step 1: Substitute \(n = 12\): \(\frac{3(12) - 6}{3}\). Step 2: \(\frac{36 - 6}{3} = \frac{30}{3} = 10\).
14) \(12\). Step 1: Substitute \(b = 7\): \(4(7) - (7 + 9)\). Step 2: \(28 - 16 = 12\).
15) \(34\). Step 1: Substitute \(x = 4\): \(2(4 + 3) + 5(4)\). Step 2: \(2(7) + 20 = 14 + 20 = 34\).
16) \(43\). Step 1: Substitute \(x = 3\): \(3^3 - 2(3)^2 + 9(3) + 7\). Step 2: \(27 - 18 + 27 + 7 = 43\).
17) \(18\). Step 1: Substitute \(t = -1\): \(6 - 2(-1 - 5)\). Step 2: \(6 - 2(-6) = 6 + 12 = 18\).
18) \(-1\). Step 1: Substitute \(a = 4\) and \(b = -3\): \((4)(-3) + 2(4) - (-3)\). Step 2: \(-12 + 8 + 3 = -1\).
19) \(39\). Step 1: Substitute \(x = 2\) and \(y = 5\): \((2 + 5)^2 - (2)(5)\). Step 2: \(7^2 - 10 = 49 - 10 = 39\).
20) \(\frac{25}{3}\). Step 1: Substitute \(x = 4\): \(\frac{2(4)^2 - 3(4) + 5}{4 - 1}\). Step 2: \(\frac{32 - 12 + 5}{3} = \frac{25}{3}\).
Expressions and Variables Practice Quiz