Expression
Any mathematical calculation or formula combining numbers
and/or variables using sums, differences,
products, quotients (including fractions), exponents, roots,
logarithms, trig functions, parentheses, brackets, functions, or
other mathematical operations. Expressions may not contain the equal
sign
(=) or any
type of inequality.
Examples: 


See
also
Equation
Worked Example
Problem: Simplify the expression 3x + 2(4x - 5) when x = 3.
Step 1: Distribute the 2 across the parentheses.
3x+2(4x−5)=3x+8x−10 Step 2: Combine like terms (the terms containing x).
3x+8x−10=11x−10 Step 3: Substitute x = 3 into the simplified expression.
11(3)−10=33−10 Step 4: Compute the final value.
33−10=23 Answer: The simplified expression is 11x − 10, and its value when x = 3 is 23.
Another Example
This example focuses on identifying the structural parts of an expression rather than evaluating it numerically, reinforcing vocabulary like term, coefficient, and constant.
Problem: Identify the parts (terms, coefficients, and constants) of the expression 5a² − 3a + 7.
Step 1: Identify each term. Terms are the pieces separated by addition or subtraction.
Terms: 5a2,−3a,7 Step 2: Identify the coefficient of each variable term. The coefficient is the number multiplying the variable.
Coefficient of a2 is 5;Coefficient of a is −3 Step 3: Identify the constant term. A constant has no variable attached to it.
Constant: 7 Step 4: Note the degree of the expression, which is the highest exponent on any variable.
Degree=2(from the a2 term) Answer: The expression 5a² − 3a + 7 has three terms, coefficients of 5 and −3, a constant of 7, and degree 2.
Frequently Asked Questions
What is the difference between an expression and an equation?
An expression is a mathematical phrase like 3x + 5 that represents a value but makes no claim of equality. An equation contains an equal sign and states that two expressions have the same value, such as 3x + 5 = 20. You simplify or evaluate expressions; you solve equations.
Can an expression have just one number and no variable?
Yes. A single number like 42 is a valid expression — specifically a numerical expression (also called a constant). Expressions do not need to contain variables. The key requirement is that there is no equal sign or inequality symbol.
What does it mean to evaluate an expression?
Evaluating an expression means replacing every variable with a given numerical value and then performing all the operations to get a single number. For example, evaluating 2x + 1 at x = 4 gives 2(4) + 1 = 9. This is different from simplifying, which reduces the expression but may still contain variables.
Expression vs. Equation
| Expression | Equation |
|---|
| Definition | A mathematical phrase combining numbers and/or variables with operations | A statement that two expressions are equal, connected by an = sign |
| Contains an equal sign? | No | Yes |
| Example | 3x + 7 | 3x + 7 = 22 |
| What you do with it | Simplify it or evaluate it for a given value | Solve it to find the value(s) of the variable |
| Result | A simplified expression or a numerical value | One or more solutions (values of the variable) |
Why It Matters
Expressions are the basic building blocks of algebra. Every equation, formula, and function you encounter is built from expressions, so recognizing their structure — terms, coefficients, constants, and operations — is essential before you can solve equations or graph functions. Standardized tests like the SAT and ACT routinely ask you to simplify, evaluate, or compare expressions.
Common Mistakes
Mistake: Confusing an expression with an equation and trying to "solve" it.
Correction: An expression has no equal sign, so there is nothing to solve. You can only simplify it (combine like terms, factor, etc.) or evaluate it by substituting values for the variables.
Mistake: Forgetting to distribute a negative sign or coefficient across parentheses.
Correction: When you see something like −2(x − 4), multiply −2 by every term inside the parentheses: −2·x + (−2)·(−4) = −2x + 8. A common error is writing −2x − 8 instead.