DoAssignment.ca

Q10 · Factor quadratics using common factors, trinomials, and differences of squares

Learn to factor quadratics using common factors, trinomials, and differences of squares through clear examples and targeted practice.

Ontario Grade 10 Mathematics

Quadratic Relations

Common Factors, Trinomials, and Differences of Squares

Factoring is the reverse of expanding. When you expanded in Grade 9, you multiplied brackets together to get a longer expression. Factoring starts with the longer expression and finds the brackets that produced it. This skill is essential in MPM2D because it lets you solve quadratic equations, find the x-intercepts of parabolas, and simplify algebraic fractions. This lesson walks through three factoring strategies in order of difficulty: pulling out a common factor, factoring a trinomial, and recognizing a difference of squares. Work through each section carefully, check the examples by expanding your answer, and then try the quick-check questions at the end.

What you will learn

Bridge from Grade 9: What Factoring Means

In Grade 9 (MTH1W) you learned to expand expressions like 3(x+4)3(x + 4) to get 3x+123x + 12. Factoring reverses that process: you start with 3x+123x + 12 and find 3(x+4)3(x + 4). The two numbers or expressions you multiply together are called factors.
A quadratic expression is a polynomial whose highest power is x2x^2, such as x2+5x+6x^2 + 5x + 6 or 4x294x^2 - 9. Factoring a quadratic means rewriting it as a product of two or more simpler expressions. You should always check your answer by expanding the brackets — if you get the original expression back, the factoring is correct.
Before factoring any expression, always ask: is there a greatest common factor (GCF) I can pull out first? Removing the GCF makes every subsequent step easier.

Strategy 1: Greatest Common Factor (GCF)

The GCF of a polynomial is the largest number and the highest power of any variable that divides evenly into every term. To factor by GCF, divide each term by the GCF and write the result inside a single set of brackets.
For example, consider 6x2+9x6x^2 + 9x. The GCF of the coefficients 6 and 9 is 3. The variable xx appears in both terms (as x2x^2 and x1x^1), so the lowest power is x1=xx^1 = x. The GCF is therefore 3x3x. Dividing each term gives 6x2÷3x=2x6x^2 \div 3x = 2x and 9x÷3x=39x \div 3x = 3, so 6x2+9x=3x(2x+3)6x^2 + 9x = 3x(2x + 3).
Sometimes the GCF is a number only, and sometimes it is a variable only. Either way, the process is the same: identify the GCF, divide every term by it, and place the results inside brackets. If a quadratic has a GCF, always remove it first, even if more factoring is needed afterward.
ax^2 + ax = ax(x + 1)

Strategy 2: Factoring Trinomials

A trinomial is a polynomial with exactly three terms. The most common quadratic trinomial looks like x2+bx+cx^2 + bx + c, where bb is the coefficient of xx and cc is the constant term. To factor it, you need two integers pp and qq such that p×q=cp \times q = c and p+q=bp + q = b. The factored form is then (x+p)(x+q)(x + p)(x + q).
For example, to factor x2+7x+12x^2 + 7x + 12, list pairs of integers that multiply to 12: (1,12),(2,6),(3,4)(1, 12),\, (2, 6),\, (3, 4) and their negatives. The pair that also adds to 7 is (3,4)(3, 4), so x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x + 3)(x + 4). Expand to check: (x+3)(x+4)=x2+4x+3x+12=x2+7x+12(x+3)(x+4) = x^2 + 4x + 3x + 12 = x^2 + 7x + 12. ✓
When the leading coefficient is not 1, for example 2x2+7x+32x^2 + 7x + 3, the process is called decomposition. Multiply the leading coefficient by the constant: 2×3=62 \times 3 = 6. Find two numbers that multiply to 6 and add to 7: those are 1 and 6. Rewrite the middle term using these numbers: 2x2+x+6x+32x^2 + x + 6x + 3. Group in pairs and factor each group: x(2x+1)+3(2x+1)x(2x + 1) + 3(2x + 1). Both groups share the factor (2x+1)(2x + 1), giving (x+3)(2x+1)(x + 3)(2x + 1).
Pay close attention to signs. If cc is positive, pp and qq have the same sign (both positive or both negative, matching the sign of bb). If cc is negative, pp and qq have opposite signs.
x2+bx+c=(x+p)(x+q)x^2 + bx + c = (x + p)(x + q)

Strategy 3: Difference of Squares

A difference of squares is an expression of the form A2B2A^2 - B^2, where one perfect square is subtracted from another. It factors neatly into (A+B)(AB)(A + B)(A - B). You can verify this pattern by expanding: (A+B)(AB)=A2AB+ABB2=A2B2(A + B)(A - B) = A^2 - AB + AB - B^2 = A^2 - B^2. The middle terms cancel, which is exactly why this pattern works.
To use this strategy, you need to recognize perfect squares. Common perfect square numbers include 1, 4, 9, 16, 25, 36, 49, 64, 81, and 100. Variable expressions like x2x^2, 4x24x^2, and 9y29y^2 are also perfect squares because their square roots are integers or simple expressions.
For example, x225=x252=(x+5)(x5)x^2 - 25 = x^2 - 5^2 = (x + 5)(x - 5). Another example: 4x249=(2x)272=(2x+7)(2x7)4x^2 - 49 = (2x)^2 - 7^2 = (2x + 7)(2x - 7). Two conditions must both be true: the expression must have exactly two terms, and there must be a subtraction (not addition) between them. A sum of squares, such as x2+25x^2 + 25, does not factor over the integers.
A2B2=(A+B)(AB)A^2 - B^2 = (A + B)(A - B)

Choosing the Right Strategy

When you see a quadratic to factor, work through a quick mental checklist. First, is there a GCF? If yes, remove it — always. Second, how many terms remain after removing the GCF? Two terms that fit A2B2A^2 - B^2 call for the difference-of-squares pattern. Three terms call for trinomial factoring (find pp and qq, or use decomposition if the leading coefficient is not 1).
Sometimes you need more than one strategy in sequence. For instance, 2x2502x^2 - 50 has a GCF of 2, giving 2(x225)2(x^2 - 25), and then x225x^2 - 25 is a difference of squares, giving 2(x+5)(x5)2(x + 5)(x - 5). Always check whether the expression inside the brackets can be factored further before declaring you are done.
Not every quadratic factors over the integers. If you cannot find integer values of pp and qq for a trinomial, or if a two-term expression is not a difference of squares, the expression may be prime (non-factorable). At the Grade 10 level, exam questions will always lead to integer factors.

Factoring Strategy Selector

What you see after removing the GCFNumber of termsStrategy to useFactored form pattern
ax2+bxax^2 + bx (no constant)2GCF onlyx(ax+b)x(ax + b)
A2B2A^2 - B^2 (two perfect squares, minus sign)2Difference of squares(A+B)(AB)(A+B)(A-B)
x2+bx+cx^2 + bx + c (leading coefficient is 1)3Find pp and qq(x+p)(x+q)(x+p)(x+q)
ax2+bx+cax^2 + bx + c, a1a \neq 13Decomposition(px+r)(qx+s)(px+r)(qx+s)

Worked example

Factor $3x^2 - 12x - 36$ completely

Factor 3x212x363x^2 - 12x - 36 completely.
  1. Look for a GCF
    Check all three coefficients: 3, 12, and 36. The GCF of these numbers is 3. There is no variable factor common to all terms because the last term, 36-36, has no xx. Divide every term by 3.
    3x212x36=3(x24x12)3x^2 - 12x - 36 = 3(x^2 - 4x - 12)
  2. Identify the trinomial inside the brackets
    Inside the brackets you now have x24x12x^2 - 4x - 12. This is a trinomial with leading coefficient 1, so look for two integers pp and qq where p×q=12p \times q = -12 and p+q=4p + q = -4.
    p×q=12,p+q=4p × q = -12, p + q = -4
  3. List factor pairs of 12-12 and find the right pair
    Because the product is negative, pp and qq have opposite signs. Pairs that multiply to 12-12: (1,12),(1,12),(2,6),(2,6),(3,4),(3,4)(1, -12),\, (-1, 12),\, (2, -6),\, (-2, 6),\, (3, -4),\, (-3, 4). The pair that adds to 4-4 is (2,6)(2, -6) because 2+(6)=42 + (-6) = -4.
    p=2,q=6p = 2, q = -6
  4. Write the factored trinomial
    Replace x24x12x^2 - 4x - 12 with (x+2)(x6)(x + 2)(x - 6). Do not forget to keep the GCF of 3 in front.
    3(x+2)(x6)3(x + 2)(x - 6)
  5. Check by expanding
    Expand (x+2)(x6)(x + 2)(x - 6) first: x26x+2x12=x24x12x^2 - 6x + 2x - 12 = x^2 - 4x - 12. Then multiply by 3: 3x212x363x^2 - 12x - 36. This matches the original expression, so the answer is correct.
    3(x24x12)=3x212x36 3(x^2 - 4x - 12) = 3x^2 - 12x - 36\ ✓
Answer: 3(x+2)(x6)3(x + 2)(x - 6)
Check: Expanding 3(x+2)(x6)3(x+2)(x-6) gives 3(x24x12)=3x212x363(x^2 - 4x - 12) = 3x^2 - 12x - 36, which matches the original expression.

Worked example

Factor $5x^2 - 45$ completely

Factor 5x2455x^2 - 45 completely.
  1. Look for a GCF
    The coefficients are 5 and 45. The GCF is 5. There is no common variable factor because the second term has no xx. Divide both terms by 5.
    5x245=5(x29)5x^2 - 45 = 5(x^2 - 9)
  2. Examine the bracket for further factoring
    Inside the bracket you have x29x^2 - 9. This is a two-term expression with a minus sign. Check whether both terms are perfect squares: x2=(x)2x^2 = (x)^2 and 9=(3)29 = (3)^2. Both conditions are met, so this is a difference of squares.
    x29=x232x^2 - 9 = x^2 - 3^2
  3. Apply the difference-of-squares pattern
    Use A2B2=(A+B)(AB)A^2 - B^2 = (A + B)(A - B) with A=xA = x and B=3B = 3. Replace x29x^2 - 9 with (x+3)(x3)(x + 3)(x - 3) and keep the factor of 5 outside.
    5(x+3)(x3)5(x + 3)(x - 3)
  4. Check by expanding
    Expand (x+3)(x3)(x + 3)(x - 3): the outer and inner terms cancel, leaving x29x^2 - 9. Multiply by 5 to get 5x2455x^2 - 45. This matches the original expression.
    5(x29)=5x245 5(x^2 - 9) = 5x^2 - 45\ ✓
Answer: 5(x+3)(x3)5(x + 3)(x - 3)
Check: Expanding 5(x+3)(x3)5(x+3)(x-3) gives 5(x29)=5x2455(x^2 - 9) = 5x^2 - 45, which matches the original expression.

Common mistakes and how to avoid them

Forgetting to factor out the GCF first, which makes trinomial factoring much harder than it needs to be.
Correction: Before trying any other strategy, always check for a common factor across all terms and remove it.
Thinking x2+25x^2 + 25 is a difference of squares and writing (x+5)(x5)(x + 5)(x - 5).
Correction: Difference of squares requires subtraction. x2+25x^2 + 25 does not factor over the integers. Only x225x^2 - 25 fits the pattern.
Finding pp and qq that add to bb but forgetting to check that they also multiply to cc.
Correction: Both conditions must be satisfied: p+q=bp + q = b AND p×q=cp \times q = c. Always verify both before writing the factored form.
Writing (x5)2(x - 5)^2 instead of (x+5)(x5)(x + 5)(x - 5) for a difference of squares.
Correction: A difference of squares produces two different brackets: one with addition and one with subtraction. It is not a perfect square trinomial.
Stopping after one factoring step when the expression inside the brackets can still be factored further.
Correction: After each factoring step, look inside every bracket. Keep factoring until no bracket can be simplified further.

Lesson summary

Check your understanding

Question 1

Which of the following is the fully factored form of x23x10x^2 - 3x - 10?
  1. (x5)(x+2)(x - 5)(x + 2)
  2. (x+5)(x2)(x + 5)(x - 2)
  3. (x5)(x2)(x - 5)(x - 2)
  4. (x+5)(x+2)(x + 5)(x + 2)
Show answer and explanation
(x5)(x+2)(x - 5)(x + 2)
You need two integers that multiply to 10-10 and add to 3-3. The pair 5-5 and 22 works: (5)(2)=10(-5)(2) = -10 and (5)+2=3(-5) + 2 = -3. So the factored form is (x5)(x+2)(x - 5)(x + 2).

Question 2

What is the fully factored form of 4x2364x^2 - 36?
  1. (2x6)(2x+6)(2x - 6)(2x + 6)
  2. (4x9)(x+4)(4x - 9)(x + 4)
  3. 4(x+3)(x3)4(x + 3)(x - 3)
  4. 2(2x218)2(2x^2 - 18)
Show answer and explanation
4(x+3)(x3)4(x + 3)(x - 3)
First, the GCF of 4x24x^2 and 3636 is 4, giving 4(x29)4(x^2 - 9). Then x29=(x+3)(x3)x^2 - 9 = (x+3)(x-3) by the difference of squares. The fully factored form is 4(x+3)(x3)4(x+3)(x-3). Option A is not fully factored because (2x6)(2x-6) and (2x+6)(2x+6) each still contain a factor of 2.

Question 3

For the trinomial x2+2x15x^2 + 2x - 15, which pair of integers pp and qq satisfies both pq=15pq = -15 and p+q=2p + q = 2?
  1. p=3, q=5p = 3,\ q = -5
  2. p=5, q=3p = 5,\ q = -3
  3. p=3, q=5p = -3,\ q = -5
  4. p=15, q=1p = 15,\ q = -1
Show answer and explanation
p=5, q=3p = 5,\ q = -3
Check each option: 5×(3)=155 \times (-3) = -15 ✓ and 5+(3)=25 + (-3) = 2 ✓. Option A gives 3+(5)=23 + (-5) = -2, not 22. Option C gives a product of 1515, not 15-15. Option D gives 15+(1)=1415 + (-1) = 14, not 22.

Question 4

Which expression is a difference of squares and can be factored using the pattern A2B2=(A+B)(AB)A^2 - B^2 = (A+B)(A-B)?
  1. x2+16x^2 + 16
  2. x27x^2 - 7
  3. 9x2259x^2 - 25
  4. 4x2+494x^2 + 49
Show answer and explanation
9x2259x^2 - 25
9x225=(3x)2529x^2 - 25 = (3x)^2 - 5^2, so A=3xA = 3x and B=5B = 5, giving (3x+5)(3x5)(3x+5)(3x-5). The other options either have a plus sign (so they are sums, not differences) or contain a term like x27x^2 - 7 where 7 is not a perfect square.

Key terms

Factor (verb)
To rewrite an expression as a product of two or more simpler expressions.
Quadratic expression
A polynomial whose highest power of the variable is 2, for example x2+5x+6x^2 + 5x + 6.
Greatest Common Factor (GCF)
The largest number and highest variable power that divides evenly into every term of a polynomial.
Trinomial
A polynomial with exactly three terms, such as x2+7x+12x^2 + 7x + 12.
Difference of squares
An expression of the form A2B2A^2 - B^2, which factors as (A+B)(AB)(A+B)(A-B).
Perfect square
A number or expression that is the square of an integer or a simple expression, such as 9 (since 32=93^2 = 9) or 4x24x^2 (since (2x)2=4x2(2x)^2 = 4x^2).
Decomposition
A trinomial-factoring method for ax2+bx+cax^2 + bx + c where a1a \neq 1: multiply a×ca \times c, split the middle term, group in pairs, and factor each group.
Prime (polynomial)
A polynomial that cannot be factored further over the integers.

Continue through MPM2D

View the complete Ontario Grade 10 Mathematics learning path

About this lesson

Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 10 Mathematics (MPM2D), study topic Q10. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question