Mathwords logoReference LibraryMathwords

Expression

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:              (x-2)/(3x+2), a fraction expression with numerator x-2 and denominator 3x+2

(x-1)² + (x+1)², sum of two squared binomial expressions

log base 2 of (x−1) plus log base 2 of (x+3)

 

See also

Equation

Key Formula

axn+bxn1++ca \cdot x^n + b \cdot x^{n-1} + \cdots + c
Where:
  • a,b,ca, b, c = Coefficients — the numerical factors multiplying each term
  • xx = A variable representing an unknown or changing quantity
  • nn = An exponent indicating the power to which the variable is raised

Worked Example

Problem: Simplify the expression 3x + 2(4x - 5) when x = 3.
Step 1: Distribute the 2 across the parentheses.
3x+2(4x5)=3x+8x103x + 2(4x - 5) = 3x + 8x - 10
Step 2: Combine like terms (the terms containing x).
3x+8x10=11x103x + 8x - 10 = 11x - 10
Step 3: Substitute x = 3 into the simplified expression.
11(3)10=331011(3) - 10 = 33 - 10
Step 4: Compute the final value.
3310=2333 - 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\text{Terms: } 5a^2, \; -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\text{Coefficient of } a^2 \text{ is } 5; \quad \text{Coefficient of } a \text{ is } -3
Step 3: Identify the constant term. A constant has no variable attached to it.
Constant: 7\text{Constant: } 7
Step 4: Note the degree of the expression, which is the highest exponent on any variable.
Degree=2(from the a2 term)\text{Degree} = 2 \quad (\text{from the } a^2 \text{ 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

ExpressionEquation
DefinitionA mathematical phrase combining numbers and/or variables with operationsA statement that two expressions are equal, connected by an = sign
Contains an equal sign?NoYes
Example3x + 73x + 7 = 22
What you do with itSimplify it or evaluate it for a given valueSolve it to find the value(s) of the variable
ResultA simplified expression or a numerical valueOne 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.

Related Terms

  • EquationUses an equal sign to relate two expressions
  • VariableA letter representing an unknown in an expression
  • FormulaAn equation expressing a rule using expressions
  • InequalityCompares expressions using <, >, ≤, or ≥
  • FunctionA rule often defined by an expression
  • ExponentAn operation commonly used inside expressions
  • SumThe result of adding terms in an expression
  • ProductThe result of multiplying factors in an expression