DoAssignment.ca

A3.1 · Simplify polynomial expressions by adding, subtracting, and multiplying

Learn to simplify polynomial expressions by adding, subtracting, and multiplying through clear examples and targeted practice.

Ontario Grade 11 Mathematics

Characteristics of Functions

Adding, Subtracting, and Multiplying Polynomials

Polynomials show up throughout MCR3U — in function rules, in modelling situations, and in manipulating expressions before graphing or solving. Before you can work confidently with quadratic or higher-degree functions, you need to be able to add, subtract, and multiply polynomial expressions quickly and accurately. This lesson builds directly on the Grade 10 skill of expanding brackets and collecting like terms, and then pushes further into multiplying larger polynomials. Every new idea is introduced with a plain-language explanation, a concrete numerical check, and then the general symbolic form.

What you will learn

Prerequisite Bridge: What Is a Polynomial?

A polynomial is an expression made up of one or more terms. Each term is a number, a variable, or a product of a number and one or more variables raised to whole-number powers. Examples include 3x23x^2, −7x-7x, and 55. A term like 1x\frac{1}{x} or x−2x^{-2} is not a polynomial term because the variable is in the denominator or has a negative exponent.
The degree of a term is the sum of the exponents on its variables. For example, 4x3y4x^3y has degree 3+1=43 + 1 = 4. The degree of the whole polynomial is the highest degree among all its terms. A polynomial with one term is called a monomial, two terms a binomial, and three terms a trinomial.
Like terms share exactly the same variable part — the same variables raised to the same powers. So 5x25x^2 and −2x2-2x^2 are like terms, but 5x25x^2 and 5x5x are not, because the exponents differ. You can only combine like terms.

Adding and Subtracting Polynomials

Adding polynomials means writing both expressions together and then collecting like terms. The key idea is that only like terms combine — you add or subtract their coefficients and keep the variable part unchanged. Think of 3x2+5x23x^2 + 5x^2 the same way you think of 33 apples plus 55 apples: the result is 88 of the same thing, so 8x28x^2.
Subtracting a polynomial requires an extra step: you must distribute the negative sign to every term inside the second set of brackets before collecting like terms. For example, (6x2−4x+1)−(2x2+3x−5)(6x^2 - 4x + 1) - (2x^2 + 3x - 5) becomes 6x2−4x+1−2x2−3x+56x^2 - 4x + 1 - 2x^2 - 3x + 5 after the negative sign is applied. Notice how every sign inside the second bracket flips. Skipping this step is the most common source of errors in subtraction.
Once all brackets are removed, group like terms together — it helps to rearrange them so that terms with the same degree sit beside each other — and then combine. Write your answer in descending order of degree (highest power first), which is the conventional form for polynomials.
(a+b)−(c+d)=a+b−c−d(a + b) - (c + d) = a + b - c - d

Multiplying a Polynomial by a Monomial

The distributive property says that a factor outside a bracket multiplies every single term inside the bracket. This applies whether the factor is a number, a variable, or a product of both. For instance, 3x(2x2−5x+4)3x(2x^2 - 5x + 4) means 3x3x multiplies each of the three terms separately.
When you multiply two powers that share the same base, you add the exponents. This is the exponent rule xm⋅xn=xm+nx^m \cdot x^n = x^{m+n}, which you met in Grade 9 and 10. So 3x⋅2x2=6x33x \cdot 2x^2 = 6x^3, because 3⋅2=63 \cdot 2 = 6 and x1⋅x2=x3x^1 \cdot x^2 = x^3.
After distributing, check whether any like terms appeared. If the monomial multiplied a trinomial, you will have three terms; usually none of them are like terms at this stage, but always check before declaring the expression simplified.
a(b + c + d) = ab + ac + ad

Multiplying Two Polynomials

When multiplying two multi-term polynomials — such as a binomial times a binomial, or a binomial times a trinomial — every term in the first polynomial must multiply every term in the second polynomial. A reliable method is to distribute each term of the first polynomial across the entire second polynomial, one term at a time, and then collect any like terms in the result.
For two binomials, this produces four partial products before simplifying. You may recognise the pattern sometimes called FOIL (First, Outer, Inner, Last) from Grade 10; it is simply a memory aid for applying the distributive property twice. However, FOIL only works for binomial × binomial. For larger products — such as a binomial times a trinomial — the full distribute-each-term approach always works and produces six partial products before simplifying.
After forming all partial products, look carefully for like terms. Typically the middle-degree terms combine. Always multiply coefficients, add matching exponents, and arrange the final answer in descending order of degree. A numerical check — substituting a simple value like x=1x = 1 into both the original product and your simplified answer — is a fast way to catch errors.
(a + b)(c + d) = ac + ad + bc + bd

Putting It All Together: Mixed Operations

Some expressions require more than one operation in sequence. For example, you might need to expand two products and then subtract one result from the other. The order of operations still applies: work inside brackets first, then multiply, then add or subtract.
A useful habit is to expand each product separately, writing out all terms, before combining everything. Trying to do too many steps mentally at once is where sign errors and missing terms creep in. Label each partial result clearly so you can track what you are adding or subtracting.
After any simplification, double-check by choosing a specific value — say x=2x = 2 — and evaluating the original expression and your simplified expression. If both give the same number, the simplification is correct. This substitution strategy does not prove that two expressions are always equal (you would need algebra for that), but it is an excellent way to catch arithmetic mistakes before moving on.

Identifying Like Terms at a Glance

TermVariable PartLike Terms With
5x25x^2x2x^2−2x2-2x^2, 9x^2
−3xy-3xyxyxy7xy7xy, -xy
4x4xxxxx, -6x
88none (constant)−3-3, 11
2x2y2x^2yx2yx^2y−5x2y-5x^2y

Worked example

Adding and Subtracting Two Trinomials

Simplify: (4x2−3x+7)+(x2+5x−2)−(2x2−x−4)(4x^2 - 3x + 7) + (x^2 + 5x - 2) - (2x^2 - x - 4)
  1. Remove all brackets
    The first two sets of brackets have a positive sign in front, so those terms stay as they are. The third set has a negative sign in front, so every term inside it changes sign. Write out all terms without brackets.
    4x2−3x+7+x2+5x−2−2x2+x+44x^2 - 3x + 7 + x^2 + 5x - 2 - 2x^2 + x + 4
  2. Group like terms
    Rearrange so that terms with x2x^2, terms with xx, and constant terms are beside each other. This makes it easier to see what combines.
    (4x2+x2−2x2)+(−3x+5x+x)+(7−2+4)(4x^2 + x^2 - 2x^2) + (-3x + 5x + x) + (7 - 2 + 4)
  3. Combine each group
    Add the coefficients within each group: 4+1−2=34 + 1 - 2 = 3 for the x2x^2 terms, −3+5+1=3-3 + 5 + 1 = 3 for the xx terms, and 7−2+4=97 - 2 + 4 = 9 for the constants.
    3x2+3x+93x^2 + 3x + 9
Answer: 3x2+3x+93x^2 + 3x + 9
Check: Substitute x=1x = 1 into the original: (4−3+7)+(1+5−2)−(2−1−4)=8+4−(−3)=8+4+3=15(4 - 3 + 7) + (1 + 5 - 2) - (2 - 1 - 4) = 8 + 4 - (-3) = 8 + 4 + 3 = 15. Substitute x=1x = 1 into the answer: 3(1)2+3(1)+9=3+3+9=153(1)^2 + 3(1) + 9 = 3 + 3 + 9 = 15. ✓

Worked example

Multiplying a Binomial by a Trinomial

Expand and simplify: (2x−3)(x2+4x−5)(2x - 3)(x^2 + 4x - 5)
  1. Distribute the first term of the binomial
    Multiply 2x2x by every term in the trinomial. Use xm⋅xn=xm+nx^m \cdot x^n = x^{m+n} for the variable parts and multiply the coefficients normally.
    2x⋅x2+2x⋅4x+2x⋅(−5)=2x3+8x2−10x2x · x^2 + 2x · 4x + 2x · (-5) = 2x^3 + 8x^2 - 10x
  2. Distribute the second term of the binomial
    Now multiply −3-3 by every term in the trinomial. Be careful with the signs: a negative times a negative gives a positive.
    (−3)⋅x2+(−3)⋅4x+(−3)⋅(−5)=−3x2−12x+15(-3) · x^2 + (-3) · 4x + (-3) · (-5) = -3x^2 - 12x + 15
  3. Write all six partial products together
    Combine the results of both distributions into one expression before looking for like terms.
    2x3+8x2−10x−3x2−12x+152x^3 + 8x^2 - 10x - 3x^2 - 12x + 15
  4. Collect and combine like terms
    The only like terms here are the x2x^2 terms (8x28x^2 and −3x2-3x^2) and the xx terms (−10x-10x and −12x-12x). Combine their coefficients: 8−3=58 - 3 = 5 and −10−12=−22-10 - 12 = -22.
    2x3+5x2−22x+152x^3 + 5x^2 - 22x + 15
Answer: 2x3+5x2−22x+152x^3 + 5x^2 - 22x + 15
Check: Substitute x=1x = 1 into the original: (2(1)−3)((1)2+4(1)−5)=(2−3)(1+4−5)=(−1)(0)=0(2(1) - 3)((1)^2 + 4(1) - 5) = (2 - 3)(1 + 4 - 5) = (-1)(0) = 0. Substitute x=1x = 1 into the answer: 2(1)3+5(1)2−22(1)+15=2+5−22+15=02(1)^3 + 5(1)^2 - 22(1) + 15 = 2 + 5 - 22 + 15 = 0. ✓

Common mistakes and how to avoid them

When subtracting a polynomial, forgetting to flip the sign on every term inside the bracket — for example, writing (5x−3)−(2x−4)=5x−3−2x−4(5x - 3) - (2x - 4) = 5x - 3 - 2x - 4 instead of correctly getting 5x−3−2x+45x - 3 - 2x + 4.
Correction: Think of the subtraction sign as multiplying every term inside the bracket by −1-1. Change every sign inside before collecting like terms.
Adding exponents when adding like terms — for example, writing 3x2+4x2=7x43x^2 + 4x^2 = 7x^4 instead of 7x27x^2.
Correction: You only add exponents when multiplying powers of the same base, not when adding terms. Adding like terms changes only the coefficient: 3x2+4x2=7x23x^2 + 4x^2 = 7x^2.
Multiplying coefficients but forgetting to add exponents — for example, writing 3x⋅2x2=6x23x \cdot 2x^2 = 6x^2 instead of 6x36x^3.
Correction: When multiplying, handle coefficients and variable parts separately. Multiply the coefficients (3×2=63 \times 2 = 6) and add the exponents (x1⋅x2=x3x^1 \cdot x^2 = x^3), giving 6x36x^3.
When multiplying two binomials, only forming two products instead of four — for example, treating (x+3)(x+5)(x + 3)(x + 5) as just x2+15x^2 + 15.
Correction: Every term in the first binomial must multiply every term in the second. (x+3)(x+5)=x2+5x+3x+15=x2+8x+15(x + 3)(x + 5) = x^2 + 5x + 3x + 15 = x^2 + 8x + 15.
Combining unlike terms — for example, adding 5x2+3x=8x35x^2 + 3x = 8x^3 or 4x2+2=6x24x^2 + 2 = 6x^2.
Correction: Only terms with identical variable parts can be combined. 5x25x^2 and 3x3x have different variable parts and must remain as separate terms.

Lesson summary

Check your understanding

Question 1

Which of the following is the correct result of (3x2−2x+1)−(x2+4x−6)(3x^2 - 2x + 1) - (x^2 + 4x - 6)?
  1. 2x2−6x−52x^2 - 6x - 5
  2. 2x2+2x+72x^2 + 2x + 7
  3. 2x2−6x+72x^2 - 6x + 7
  4. 4x2−6x−54x^2 - 6x - 5
Show answer and explanation
2x2−6x+72x^2 - 6x + 7
Distribute the negative sign: 3x2−2x+1−x2−4x+63x^2 - 2x + 1 - x^2 - 4x + 6. Combine x2x^2 terms: 3−1=23 - 1 = 2, so 2x22x^2. Combine xx terms: −2−4=−6-2 - 4 = -6, so −6x-6x. Combine constants: 1+6=71 + 6 = 7. The result is 2x2−6x+72x^2 - 6x + 7.

Question 2

What is the result of multiplying −3x2(4x−5)-3x^2(4x - 5)?
  1. −12x2+15x-12x^2 + 15x
  2. −12x3−15x2-12x^3 - 15x^2
  3. −12x3+15x2-12x^3 + 15x^2
  4. 12x3−15x212x^3 - 15x^2
Show answer and explanation
−12x3+15x2-12x^3 + 15x^2
−3x2⋅4x=−12x3-3x^2 \cdot 4x = -12x^3 and −3x2⋅(−5)=+15x2-3x^2 \cdot (-5) = +15x^2. A negative times a negative is positive, giving −12x3+15x2-12x^3 + 15x^2.

Question 3

Expand and simplify (x+4)(x−6)(x + 4)(x - 6).
  1. x2−2x−24x^2 - 2x - 24
  2. x2+2x−24x^2 + 2x - 24
  3. x2−24x^2 - 24
  4. x2−2x+24x^2 - 2x + 24
Show answer and explanation
x2−2x−24x^2 - 2x - 24
Distribute: x⋅x=x2x \cdot x = x^2; x⋅(−6)=−6xx \cdot (-6) = -6x; 4⋅x=4x4 \cdot x = 4x; 4⋅(−6)=−244 \cdot (-6) = -24. Combine like terms: −6x+4x=−2x-6x + 4x = -2x. Result: x2−2x−24x^2 - 2x - 24.

Question 4

Which expression is NOT simplified correctly?
  1. 2x2+5x2=7x22x^2 + 5x^2 = 7x^2
  2. 3x⋅4x2=12x33x \cdot 4x^2 = 12x^3
  3. 6x3−2x3=4x66x^3 - 2x^3 = 4x^6
  4. 7x−3x=4x7x - 3x = 4x
Show answer and explanation
6x3−2x3=4x66x^3 - 2x^3 = 4x^6
6x3−2x36x^3 - 2x^3 should equal 4x34x^3, not 4x64x^6. Subtracting like terms changes only the coefficient; the exponent stays the same. The other three options are all correct.

Key terms

Polynomial
An algebraic expression with one or more terms, where each variable is raised to a non-negative whole-number exponent.
Term
A single number, variable, or product of numbers and variables in an expression. Terms are separated by addition or subtraction signs.
Coefficient
The numerical factor in a term. In −7x2-7x^2, the coefficient is −7-7.
Degree (of a term)
The sum of all exponents of the variables in a single term. The term 5x2y5x^2y has degree 2+1=32 + 1 = 3.
Like terms
Terms that have exactly the same variable part (same variables raised to the same powers). Only like terms can be combined by adding or subtracting.
Distributive property
The rule that a(b+c)=ab+aca(b + c) = ab + ac. A factor outside a bracket multiplies every term inside the bracket.
Monomial
A polynomial with exactly one term, such as −4x3-4x^3 or 77.
Binomial
A polynomial with exactly two terms, such as 3x−53x - 5.

Continue through MCR3U

View the complete Ontario Grade 11 Mathematics learning path

About this lesson

Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 11 Mathematics (MCR3U), expectation A3.1. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question