Mathwords logoMathwords

Expand (Algebra) — Definition, Formula & Examples

Expanding is the process of multiplying out parentheses in an algebraic expression so that no grouped terms remain. You rewrite a product like a(b+c)a(b + c) as a sum ab+acab + ac.

To expand an algebraic expression is to apply the distributive property of multiplication over addition (and subtraction) repeatedly until the expression is written as a polynomial in standard form — a sum of individual terms with no remaining parenthesized factors.

Key Formula

a(b+c)=ab+aca(b + c) = ab + ac
Where:
  • aa = The factor being distributed
  • b,cb, c = Terms inside the parentheses

How It Works

Start by identifying the factor outside the parentheses and each term inside. Multiply the outside factor by every inside term, keeping correct signs. When two binomials are multiplied, such as (x+a)(x+b)(x + a)(x + b), distribute each term of the first binomial across the second, producing four products. After multiplying, combine any like terms to simplify the result.

Worked Example

Problem: Expand (x+3)(x+5)(x + 3)(x + 5).
Distribute the first term: Multiply xx by each term in the second binomial.
xx+x5=x2+5xx \cdot x + x \cdot 5 = x^2 + 5x
Distribute the second term: Multiply 33 by each term in the second binomial.
3x+35=3x+153 \cdot x + 3 \cdot 5 = 3x + 15
Combine like terms: Add the four products together and simplify.
x2+5x+3x+15=x2+8x+15x^2 + 5x + 3x + 15 = x^2 + 8x + 15
Answer: x2+8x+15x^2 + 8x + 15

Why It Matters

Expanding is the reverse of factoring, and you need both skills to solve quadratic equations and simplify rational expressions. In physics and engineering, expanding products of polynomials is a routine step when modeling area, force, or growth.

Common Mistakes

Mistake: Forgetting to distribute the sign: writing (x3)(x+2)(x - 3)(x + 2) as x2+2x3x+6x^2 + 2x - 3x + 6 instead of x2+2x3x6x^2 + 2x - 3x - 6.
Correction: Treat 3-3 as a single signed number. When you multiply 3-3 by +2+2, the product is 6-6, not +6+6.