Skip to content
CalcSolver
AlgebraMarch 11, 20252 min read

Algebraic Expressions — Types, Operations and Examples

What an algebraic expression is, the parts that make it up (terms, coefficients, variables), the main types, and how to add, subtract and simplify them.

An algebraic expression is a combination of numbers, variables (letters), and operations like addition, subtraction, multiplication and division. Unlike an equation, an expression has no equals sign — you simplify or evaluate it, you don't "solve" it.

3x + 2,    5a − 7b,    x² + 4x − 9

The parts of an expression

Take 7x² − 3x + 5:

  • Variable — the letter that stands for an unknown value (x).
  • Term — a single number or variable piece separated by + or −: 7x², −3x, 5.
  • Coefficient — the number multiplying a variable: 7 and −3.
  • Constant — a term with no variable: 5.

Types of algebraic expressions

By the number of terms:

  • Monomial — one term: 4x
  • Binomial — two terms: 3x + 2
  • Trinomial — three terms: x² + 5x + 6

(See our full guide on the types of polynomials for the degree-based classification too.)

Like terms — the key to simplifying

Like terms have the same variable raised to the same power. You can combine them; you can't combine unlike terms.

3x + 5x = 8x          (like terms)
3x + 5x² → stays as is (unlike terms)
4a + 2b − a = 3a + 2b

Adding and subtracting expressions

Combine like terms, watching the signs:

(2x² + 3x − 1) + (x² − 5x + 4)
= (2x² + x²) + (3x − 5x) + (−1 + 4)
= 3x² − 2x + 3

When subtracting, distribute the minus sign to every term first:

(5x − 2) − (3x + 4)
= 5x − 2 − 3x − 4
= 2x − 6

Multiplying expressions

Use the distributive property, then combine like terms:

2x(3x + 4) = 6x² + 8x
(x + 3)(x + 2) = x² + 2x + 3x + 6 = x² + 5x + 6

That last expansion is exactly the reverse of factoring — see how to factor polynomials.

Evaluating an expression

To evaluate, substitute a value for the variable and compute, following the order of operations. Evaluate x² + 4x − 9 at x = 3:

3² + 4(3) − 9 = 9 + 12 − 9 = 12

You can check substitutions quickly with the scientific calculator.

Expression vs. equation

The moment you add an equals sign, an expression becomes an equation you can solve. 3x + 2 is an expression; 3x + 2 = 8 is an equation (with solution x = 2). Mastering expressions is what makes solving equations feel easy.

Frequently asked questions

What is the difference between an expression and an equation?
An expression is a combination of terms with no equals sign (e.g. 3x + 2). An equation states that two expressions are equal (e.g. 3x + 2 = 8) and can be solved.
What are like terms?
Like terms have the same variable raised to the same power, such as 3x and 5x. Only like terms can be combined by adding or subtracting their coefficients.
What is a coefficient?
A coefficient is the number multiplying a variable in a term. In 7x², the coefficient is 7. A term with no variable, like 5, is called a constant.
What does it mean to evaluate an expression?
To evaluate an expression, substitute a number for each variable and compute the result using the order of operations. Evaluating x² + 4x − 9 at x = 3 gives 12.
How do you simplify an algebraic expression?
Combine like terms and apply the distributive property where possible. For example, 3x + 5x − 2 simplifies to 8x − 2.
CE

CalcSolver Editorial Team

Math & Education Editors

The CalcSolver Editorial Team writes clear, accurate guides on math and calculators. Every article is reviewed for correctness and explained step by step.

Related articles