DoAssignment.ca

Q4 · Factor simple trinomials of the form x² + bx + c

Learn to factor simple trinomials of the form x² + bx + c through clear examples and targeted practice.

Ontario Grade 10 Mathematics

Quadratic Relations

Breaking a quadratic expression into two binomial factors

In Grade 9 you learned to expand expressions like (x+3)(x+5)(x + 3)(x + 5) to get x2+8x+15x^2 + 8x + 15. Factoring reverses that process: you start with x2+8x+15x^2 + 8x + 15 and find the two binomials that multiply together to produce it. This skill is central to the quadratic unit in MFM2P. It lets you rewrite a quadratic expression in a form that reveals useful information, such as the values of xx that make the expression equal zero. This lesson focuses on trinomials — three-term expressions — that follow the pattern x2+bx+cx^2 + bx + c, where bb and cc are integers.

What you will learn

Grade 9 Bridge: What Expanding Tells Us

Before factoring, it helps to watch expansion in slow motion so you can see the pattern it leaves behind.
Expand (x+p)(x+q)(x + p)(x + q) step by step using the distributive property. Multiply each term in the first binomial by each term in the second: x⋅x=x2x \cdot x = x^2, then x⋅q=qxx \cdot q = qx, then p⋅x=pxp \cdot x = px, and finally p⋅q=pqp \cdot q = pq. Collecting the two middle terms gives x2+(p+q)x+pqx^2 + (p + q)x + pq.
This shows a key fact: the coefficient of the middle term, bb, equals p+qp + q, and the constant at the end, cc, equals p×qp \times q. Factoring exploits exactly this relationship — you search for two numbers that add to bb and multiply to cc, then write them as the constants inside the two binomials.
(x+p)(x+q)=x2+(p+q)x+pq(x+p)(x+q) = x^2 + (p+q)x + pq

The Factor-Pair Method

To factor x2+bx+cx^2 + bx + c, you need two integers pp and qq such that p+q=bp + q = b and p×q=cp \times q = c. A reliable way to find them is to list every pair of integers that multiply to cc, then check which pair adds to bb. This is called the factor-pair method.
Start by writing down factor pairs of cc — that is, pairs of integers whose product is cc. Remember to include pairs with negative integers when cc is negative. Once you have your list, scan each pair for the one whose sum equals bb. That pair gives you pp and qq, and the factored form is (x+p)(x+q)(x + p)(x + q).
The order of the two binomials does not matter: (x+p)(x+q)(x + p)(x + q) and (x+q)(x+p)(x + q)(x + p) are identical. Always verify your answer by expanding it back out and confirming you recover the original trinomial.
In summary, you need two integers where their product equals cc and their sum equals bb.

Working with Negative Values of b and c

The sign of cc tells you whether pp and qq have the same sign or opposite signs. If cc is positive, both integers are positive or both are negative (their product is positive either way). If cc is negative, one integer is positive and the other is negative (opposite signs always give a negative product).
Once you know the signs, the sign of bb narrows things down further. If cc is positive and bb is positive, both pp and qq are positive. If cc is positive and bb is negative, both pp and qq are negative. If cc is negative, the integer with the larger absolute value takes the same sign as bb.
For example, to factor x2−7x+12x^2 - 7x + 12, you need two numbers that multiply to 1212 and add to −7-7. Since c=12>0c = 12 > 0 and b=−7<0b = -7 < 0, both numbers must be negative. The pair −3-3 and −4-4 satisfies both conditions: (−3)×(−4)=12(-3) \times (-4) = 12 and (−3)+(−4)=−7(-3) + (-4) = -7. The factored form is (x−3)(x−4)(x - 3)(x - 4).

When a Trinomial Cannot Be Factored Over the Integers

Not every trinomial of the form x2+bx+cx^2 + bx + c can be written as (x+p)(x+q)(x + p)(x + q) with integer values of pp and qq. If you list every factor pair of cc and none of them sums to bb, the trinomial is called prime over the integers — it cannot be factored using integers.
For example, x2+3x+5x^2 + 3x + 5 requires two integers that multiply to 55 and add to 33. The only factor pairs of 55 are (1,5)(1, 5) and (−1,−5)(-1, -5). Neither pair sums to 33, so this trinomial is prime over the integers. In MFM2P, you only need to factor trinomials that do factor neatly — but knowing that factoring can fail is important so you do not force a wrong answer.

Checking Your Work by Expanding

The fastest way to confirm your factoring is correct is to expand your answer and match it to the original trinomial. Use the distributive property (sometimes called FOIL for two binomials): multiply the First terms, the Outer terms, the Inner terms, and the Last terms, then collect like terms.
If your expansion matches the original expression exactly — same coefficients, same signs — your factoring is correct. If there is any mismatch, recheck your factor pair. A sign error is the most common source of mistakes, so pay close attention to positive and negative signs during verification.
Building the habit of checking every factoring answer by expanding will save marks on tests and help you catch errors before they become bigger problems later in the unit.

Sign Rules for Choosing Factor Pairs

c is …b is …Both integers are …Quick example
PositivePositiveBoth positivex^2+7x+12 \to (x+3)(x+4)
PositiveNegativeBoth negativex^2-7x+12 \to (x-3)(x-4)
NegativePositiveOpposite signs; larger absolute value is positivex^2+2x-15 \to (x+5)(x-3)
NegativeNegativeOpposite signs; larger absolute value is negativex^2-2x-15 \to (x-5)(x+3)

Worked example

Example 1: Positive b and Positive c

Factor x2+9x+20x^2 + 9x + 20.
  1. Identify b and c
    Read off the values of bb and cc directly from the trinomial x2+9x+20x^2 + 9x + 20. Here b=9b = 9 and c=20c = 20. You need two integers pp and qq such that p+q=9p + q = 9 and p×q=20p \times q = 20.
    b=9,c=20b = 9, \quad c = 20
  2. Use sign rules
    Since c=20c = 20 is positive and b=9b = 9 is positive, both integers must be positive. This limits your search to positive factor pairs only.
  3. List factor pairs of 20
    Write every pair of positive integers whose product is 2020, and note each sum so you can compare quickly.
    1×20=20,2×10=20,4×5=201 \times 20 = 20, \quad 2 \times 10 = 20, \quad 4 \times 5 = 20
  4. Identify the correct pair
    Check the sums: 1+20=211 + 20 = 21, 2+10=122 + 10 = 12, and 4+5=94 + 5 = 9. The pair 44 and 55 gives a sum of 99, which matches bb.
    p=4,q=5p = 4, \quad q = 5
  5. Write the factored form
    Place p=4p = 4 and q=5q = 5 as the constants inside the two binomials.
    (x+4)(x+5)(x + 4)(x + 5)
  6. Verify by expanding
    Expand (x+4)(x+5)(x+4)(x+5) to confirm: x⋅x=x2x \cdot x = x^2, x⋅5=5xx \cdot 5 = 5x, 4⋅x=4x4 \cdot x = 4x, and 4⋅5=204 \cdot 5 = 20. Collect like terms to get x2+9x+20x^2 + 9x + 20. This matches the original, so the factoring is correct.
    (x+4)(x+5)=x2+9x+20✓(x+4)(x+5) = x^2 + 9x + 20 \checkmark
Answer: (x+4)(x+5)(x + 4)(x + 5)
Check: Expanding (x+4)(x+5)(x+4)(x+5) gives x2+5x+4x+20=x2+9x+20x^2 + 5x + 4x + 20 = x^2 + 9x + 20, which matches the original trinomial.

Worked example

Example 2: Negative b and Negative c

Factor x2−3x−18x^2 - 3x - 18.
  1. Identify b and c
    From the trinomial x2−3x−18x^2 - 3x - 18, read b=−3b = -3 and c=−18c = -18. You need two integers pp and qq with p+q=−3p + q = -3 and p×q=−18p \times q = -18.
    b=−3,c=−18b = -3, \quad c = -18
  2. Use sign rules
    Since c=−18c = -18 is negative, the two integers must have opposite signs — one positive and one negative. Since b=−3b = -3 is negative, the integer with the larger absolute value must be negative.
  3. List factor pairs of 18 with opposite signs
    List pairs of integers with opposite signs whose product is −18-18, writing the larger absolute value as negative. Compute each sum so you can compare to bb.
    1×(−18),2×(−9),3×(−6),6×(−3),9×(−2)1 \times (-18), \quad 2 \times (-9), \quad 3 \times (-6), \quad 6 \times (-3), \quad 9 \times (-2)
  4. Identify the correct pair
    Compute the sums: 1+(−18)=−171 + (-18) = -17, 2+(−9)=−72 + (-9) = -7, 3+(−6)=−33 + (-6) = -3, 6+(−3)=36 + (-3) = 3, 9+(−2)=79 + (-2) = 7. The pair 33 and −6-6 gives a sum of −3-3, matching bb.
    p=3,q=−6p = 3, \quad q = -6
  5. Write the factored form
    Place p=3p = 3 and q=−6q = -6 as the constants inside the two binomials.
    (x+3)(x−6)(x + 3)(x - 6)
  6. Verify by expanding
    Expand (x+3)(x−6)(x+3)(x-6): x⋅x=x2x \cdot x = x^2, x⋅(−6)=−6xx \cdot (-6) = -6x, 3⋅x=3x3 \cdot x = 3x, and 3⋅(−6)=−183 \cdot (-6) = -18. Collecting like terms: x2+(−6x+3x)−18=x2−3x−18x^2 + (-6x + 3x) - 18 = x^2 - 3x - 18. This matches the original trinomial.
    (x+3)(x−6)=x2−3x−18✓(x+3)(x-6) = x^2 - 3x - 18 \checkmark
Answer: (x+3)(x−6)(x + 3)(x - 6)
Check: Expanding (x+3)(x−6)(x+3)(x-6) gives x2−6x+3x−18=x2−3x−18x^2 - 6x + 3x - 18 = x^2 - 3x - 18, which matches the original trinomial.

Common mistakes and how to avoid them

Choosing a factor pair that multiplies to c but forgetting to check that it also adds to b.
Correction: Both conditions must hold simultaneously: the product must equal c AND the sum must equal b. Always verify both before writing the factored form.
Assigning the wrong signs to p and q, for example writing (x−4)(x+5)(x-4)(x+5) instead of (x+4)(x+5)(x+4)(x+5).
Correction: Use the sign rules table: let c and b guide the signs before listing pairs. Always verify by expanding.
Skipping the verification step and submitting an answer without checking.
Correction: Always expand your factored form and confirm it matches the original trinomial exactly before moving on.
Stopping the factor-pair search too early without trying all pairs.
Correction: List all factor pairs of c systematically — from smallest to largest — so no pair is skipped.
Thinking that if cc is negative, both integers must be negative.
Correction: A negative product requires one positive and one negative integer. Only a positive product allows both integers to share the same sign.

Lesson summary

Check your understanding

Question 1

Which pair of integers should be used to factor x2+11x+24x^2 + 11x + 24?
  1. 3 and 8
  2. 4 and 6
  3. 2 and 12
  4. 1 and 24
Show answer and explanation
3 and 8
You need two integers that multiply to 24 and add to 11. Check: 3×8=243 \times 8 = 24 and 3+8=113 + 8 = 11. The other pairs do not add to 11: 4+6=104 + 6 = 10, 2+12=142 + 12 = 14, 1+24=251 + 24 = 25.

Question 2

What is the fully factored form of x2−10x+16x^2 - 10x + 16?
  1. (x−2)(x−8)(x - 2)(x - 8)
  2. (x+2)(x−8)(x + 2)(x - 8)
  3. (x−4)(x−4)(x - 4)(x - 4)
  4. (x−2)(x+8)(x - 2)(x + 8)
Show answer and explanation
(x−2)(x−8)(x - 2)(x - 8)
You need two integers that multiply to 16 and add to −10-10. Since c=16>0c = 16 > 0 and b=−10<0b = -10 < 0, both integers are negative. The pair −2-2 and −8-8 satisfies: (−2)×(−8)=16(-2)\times(-8) = 16 and (−2)+(−8)=−10(-2)+(-8) = -10. So the factored form is (x−2)(x−8)(x-2)(x-8).

Question 3

Which trinomial is prime over the integers (cannot be factored using integers)?
  1. x2+4x+6x^2 + 4x + 6
  2. x2+5x+6x^2 + 5x + 6
  3. x2−5x+6x^2 - 5x + 6
  4. x2+x−6x^2 + x - 6
Show answer and explanation
x2+4x+6x^2 + 4x + 6
For x2+4x+6x^2+4x+6, the factor pairs of 6 are (1,6)(1,6) summing to 7 and (2,3)(2,3) summing to 5 — neither sums to 4. The other trinomials all factor: x2+5x+6=(x+2)(x+3)x^2+5x+6=(x+2)(x+3), x2−5x+6=(x−2)(x−3)x^2-5x+6=(x-2)(x-3), and x2+x−6=(x+3)(x−2)x^2+x-6=(x+3)(x-2).

Question 4

A student factors x2−x−12x^2 - x - 12 as (x+3)(x−4)(x + 3)(x - 4). Is this correct?
  1. Yes, because 3×(−4)=−123 \times (-4) = -12 and 3+(−4)=−13 + (-4) = -1.
  2. No; the correct factoring is (x−3)(x+4)(x - 3)(x + 4).
  3. No; the correct factoring is (x−3)(x−4)(x - 3)(x - 4).
  4. No; the correct factoring is (x+6)(x−2)(x + 6)(x - 2).
Show answer and explanation
Yes, because 3×(−4)=−123 \times (-4) = -12 and 3+(−4)=−13 + (-4) = -1.
Check: 3×(−4)=−12=c3 \times (-4) = -12 = c and 3+(−4)=−1=b3 + (-4) = -1 = b. Expanding (x+3)(x−4)(x+3)(x-4) gives x2−4x+3x−12=x2−x−12x^2 - 4x + 3x - 12 = x^2 - x - 12, which matches. The student's answer is correct.

Key terms

Trinomial
A polynomial with exactly three terms, such as x2+bx+cx^2 + bx + c.
Factor (verb)
To rewrite an expression as a product of two or more simpler expressions.
Binomial
A polynomial with exactly two terms, such as x+4x + 4.
Factor pair
A pair of integers whose product equals a given number, used when searching for the constants pp and qq.
Coefficient
The numerical part of a term; in 9x9x, the coefficient is 9.
Constant term
The term in a polynomial that has no variable; in x2+5x+6x^2 + 5x + 6, the constant term is 6.
Prime over the integers
A polynomial that cannot be factored into binomials with integer coefficients.
Verify
To check an answer — in factoring, this means expanding the factored form and confirming it equals the original expression.

Continue through MFM2P

View the complete Ontario Grade 10 Mathematics learning path

About this lesson

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

Official curriculum reference

Report a correction or ask a question