Simple Trinomials


The coefficient of the first term must be 1.
Look for numbers that:
multiply to the last term,
and
add to the middle term:
x2 - 5x + 6
The answer is a FOIL product using those numbers.

Example #1:
x2 - 5x + 6
Look for numbers that:
multiply to 6 and add to -5:
= (x - 3) (x - 2)
Example #2:
a2 + 3a - 28
Look for numbers that:
multiply to -28 and add to +3:
= (a - 4) (a + 7)
Example #3:
x2 + 17xy + 60y2
Look for numbers that:
multiply to +60 and add to +17:
= (x + 12y) (x + 5y)


Back to Flow Chart | Return to 'Explanations' Page