4.2 Polynomial Terminology & Simplifying Algebraic Expressions

Key Takeaways

  • A polynomial expression is classified by its number of terms (monomial, binomial, trinomial) and its degree (the highest sum of variable exponents in any single term).
  • Like terms share identical variable bases raised to identical exponents; only like terms can be combined by adding or subtracting their coefficients.
  • The distributive property a(b + c) = ab + ac eliminates parentheses by multiplying the outer factor across every term inside the polynomial.
  • Expanding binomial products (ax + b)(cx + d) requires systematically multiplying all four term pairs (FOIL) and collecting middle like terms.
  • A critical trap on the Ontario MPT is failing to distribute a negative sign outside parentheses, such as writing -(3x - 5) as -3x - 5 instead of the correct -3x + 5.
Last updated: August 2026

4.2 Polynomial Terminology & Simplifying Algebraic Expressions

Introduction to Polynomial Vocabulary

Algebraic simplification is a fundamental skill tested on the Ontario MPT. Candidates must be fluent in formal mathematical vocabulary, understand the structural properties of expressions, and manipulate algebraic terms without introducing operational or sign errors.

An algebraic expression is a mathematical phrase combining numbers (constants), letters (variables), and operation signs ($+, -, \times, \div$). A polynomial is an algebraic expression consisting of one or more terms connected by addition or subtraction, where all variable exponents are non-negative integers ($0, 1, 2, 3, \dots$).


Anatomy of an Algebraic Term

Every term in a polynomial consists of specific components:

Term: 7x3y2\text{Term: } -7x^3 y^2

  • Coefficient: The numerical multiplier of the variable factors. In $-7x^3 y^2$, the coefficient is $-7$. If no numerical coefficient is visible (e.g., $x^2$), the coefficient is understood to be $1$ (or $-1$ for $-x^2$).
  • Variable (Base): The letter symbol representing an unknown value. In $-7x^3 y^2$, the variables are $x$ and $y$.
  • Exponent (Power): The superscript indicator showing how many times a variable is multiplied by itself. In $-7x^3 y^2$, the exponent of $x$ is 3 and the exponent of $y$ is 2.
  • Constant: A term containing no variables (e.g., $+12$). Its value remains fixed regardless of variable values.

Classifying Polynomials by Terms and Degree

Polynomials are categorized by their number of terms and by their overall degree.

1. Classification by Number of Terms

  • Monomial: A polynomial with exactly 1 term. Examples: $5x$, $-8x^2 y$, $14$.
  • Binomial: A polynomial with exactly 2 terms. Examples: $3x + 7$, $x^2 - 9$, $4x^3 - 2y$.
  • Trinomial: A polynomial with exactly 3 terms. Examples: $x^2 - 5x + 6$, $2a^2 + 3ab - b^2$.
  • Polynomial: Any algebraic expression with one or more terms (often specifically used for expressions with 4 or more terms).

2. Degree of a Term and a Polynomial

  • Degree of a Term: The sum of the exponents of all variable factors in that single term.
    • The term $6x^4$ has degree 4.
    • The term $-5x^3 y^2 z^1$ has degree $3 + 2 + 1 = 6$.
    • A non-zero constant term (e.g., $9$) has degree 0, because $9 = 9x^0$.
  • Degree of a Polynomial: The highest degree among all individual terms present in the polynomial.
    • Expression: $4x^3 y^2 - 7x^2 y^4 + 9xy - 15$
      • Term 1: $4x^3 y^2 \rightarrow$ degree $3 + 2 = 5$
      • Term 2: $-7x^2 y^4 \rightarrow$ degree $2 + 4 = 6$
      • Term 3: $9xy \rightarrow$ degree $1 + 1 = 2$
      • Term 4: $-15 \rightarrow$ degree 0
    • The degree of this polynomial is 6 (determined by the second term).
ExpressionClassificationTerm DegreesPolynomial Degree
$8x^5$Monomial55
$3x^2 - 11$Binomial2, 02
$4x^3 - 2x^2 y^3 + 7$Trinomial3, 5, 05
$a^2 b + 5ab^3 - 3a^4 + 2$Polynomial (4 terms)3, 4, 4, 04

Identifying and Combining Like Terms

The fundamental rule of algebraic simplification is: Only like terms can be combined by addition or subtraction.

Definition of Like Terms

Like terms are terms that contain the exact same variables raised to the exact same exponents. The numerical coefficients do not need to match.

  • Like Terms Examples:
    • $5x$ and $-12x$ (same variable $x^1$)
    • $-3x^2 y$ and $7x^2 y$ (same variables $x^2$ and $y^1$)
  • Unlike Terms Examples:
    • $4x$ and $4y$ (different variables)
    • $3x^2$ and $3x^3$ (same variable, different exponents)
    • $5x^2 y$ and $5xy^2$ (exponents are attached to different variables)

Algorithm for Combining Like Terms

To combine like terms:

  1. Group like terms together using the commutative property ($a + b = b + a$).
  2. Add or subtract the coefficients while keeping the variable base and exponents unchanged.

Example: 7x24x+3x2+9x5\text{Example: } 7x^2 - 4x + 3x^2 + 9x - 5 Group: (7x2+3x2)+(4x+9x)5\text{Group: } (7x^2 + 3x^2) + (-4x + 9x) - 5 Combine: 10x2+5x5\text{Combine: } 10x^2 + 5x - 5


The Distributive Property & Expanding Polynomials

Expansion involves clearing parentheses by multiplying terms.

1. Single Term Distribution $a(b + c)$

The distributive property states that a factor outside parentheses must be multiplied by every term inside: a(b+c)=ab+aca(b + c) = ab + ac a(bc)=abaca(b - c) = ab - ac

Example:

4x(2x25x+3)=(4x)(2x2)+(4x)(5x)+(4x)(3)=8x3+20x212x -4x(2x^2 - 5x + 3) = (-4x)(2x^2) + (-4x)(-5x) + (-4x)(3) = -8x^3 + 20x^2 - 12x

2. Binomial Expansion $(ax + b)(cx + d)$

When multiplying two binomials, apply the FOIL acronym (First, Outside, Inside, Last) or grid multiplication: (a+b)(c+d)=ac+ad+bc+bd(a + b)(c + d) = ac + ad + bc + bd

Example:

(3x4)(2x+5)=(3x)(2x)+(3x)(5)+(4)(2x)+(4)(5)(3x - 4)(2x + 5) = (3x)(2x) + (3x)(5) + (-4)(2x) + (-4)(5) =6x2+15x8x20=6x2+7x20= 6x^2 + 15x - 8x - 20 = 6x^2 + 7x - 20


Common Algebraic Traps on the Ontario MPT

Exam candidates frequently lose marks on predictable algebraic traps:

Trap 1: Failing to Distribute Negative Signs Across Parentheses

When a negative sign or negative term precedes parentheses, the negative multiplier applies to EVERY term inside.

  • WRONG: $5x - (3x - 7) = 5x - 3x - 7 = 2x - 7$ (Failed to distribute negative to $-7$)
  • CORRECT: $5x - (3x - 7) = 5x - 3x + 7 = 2x + 7$

Trap 2: Incorrect Binomial Squaring $(a + b)^2$

A common student misconception is assuming that exponentiation distributes over addition.

  • WRONG: $(x + 5)^2 = x^2 + 5^2 = x^2 + 25$ (Missing the middle term!)
  • CORRECT: $(x + 5)^2 = (x + 5)(x + 5) = x^2 + 5x + 5x + 25 = x^2 + 10x + 25$
  • General Identity: $(a \pm b)^2 = a^2 \pm 2ab + b^2$

Trap 3: Confusing Addition with Multiplication of Terms

  • Adding terms adds coefficients: $3x + 3x = 6x$
  • Multiplying terms adds exponents: $(3x)(3x) = 9x^2$

Step-by-Step Worked Simplification Problems

Problem 1: Multi-Term Distributive Simplification

Problem: Simplify completely: $5(2x^2 - 3x + 4) - 3(x^2 - 4x - 2)$

Step-by-Step Solution:

  • Step 1: Distribute $+5$ across first trinomial. 5(2x2)+5(3x)+5(4)=10x215x+205(2x^2) + 5(-3x) + 5(4) = 10x^2 - 15x + 20
  • Step 2: Distribute $-3$ across second trinomial. 3(x2)+(3)(4x)+(3)(2)=3x2+12x+6-3(x^2) + (-3)(-4x) + (-3)(-2) = -3x^2 + 12x + 6
  • Step 3: Write unified expression. 10x215x+203x2+12x+610x^2 - 15x + 20 - 3x^2 + 12x + 6
  • Step 4: Group like terms. (10x23x2)+(15x+12x)+(20+6)(10x^2 - 3x^2) + (-15x + 12x) + (20 + 6)
  • Step 5: Combine coefficients. 7x23x+267x^2 - 3x + 26

Problem 2: Expansion of Binomial Product Minus a Squared Binomial

Problem: Expand and simplify: $(3x - 4)(2x + 5) - (x - 3)^2$

Step-by-Step Solution:

  • Step 1: Expand binomial product $(3x - 4)(2x + 5)$ using FOIL. F:(3x)(2x)=6x2F: (3x)(2x) = 6x^2 O:(3x)(5)=15xO: (3x)(5) = 15x I:(4)(2x)=8xI: (-4)(2x) = -8x L:(4)(5)=20L: (-4)(5) = -20 Product 1=6x2+7x20\text{Product } 1 = 6x^2 + 7x - 20
  • Step 2: Expand squared binomial $(x - 3)^2$. (x3)2=x22(x)(3)+32=x26x+9(x - 3)^2 = x^2 - 2(x)(3) + 3^2 = x^2 - 6x + 9
  • Step 3: Set up subtraction with brackets. (6x2+7x20)(x26x+9)(6x^2 + 7x - 20) - (x^2 - 6x + 9)
  • Step 4: Distribute negative sign to second expression. 6x2+7x20x2+6x96x^2 + 7x - 20 - x^2 + 6x - 9
  • Step 5: Combine like terms. (6x2x2)+(7x+6x)+(209)=5x2+13x29(6x^2 - x^2) + (7x + 6x) + (-20 - 9) = 5x^2 + 13x - 29
Test Your Knowledge

What is the degree of the polynomial expression 4x^3 y^2 - 7x^2 y^4 + 9x y - 15?

A
B
C
D
Test Your Knowledge

Which of the following expressions is the fully simplified form of 4(3x - 2y) - 3(2x - 5y)?

A
B
C
D
Test Your Knowledge

Expand and simplify the expression: (2x - 3)(4x + 1) - (x + 2)^2.

A
B
C
D