Factoring trinomials, especially those that are quadratic, is a key skill. A quadratic trinomial has the form
ax^2 + bx + c, where a, b, and c are constants.
Consider part (b) of the exercise:
a^2 - 5a - 14.
To factor this trinomial, we need to find two numbers that multiply to give -14 (the constant term) and add to give -5 (the coefficient of the middle term). These numbers are -7 and 2:
- (-7) x 2 = -14
- (-7) + 2 = -5
We rewrite the trinomial using these numbers:
\[a^2 - 5a - 14 = a^2 - 7a + 2a - 14\]Then, we can factor by grouping:
\[(a^2 - 7a) + (2a - 14)\]We factor out the common factor in each group:
\[a(a - 7) + 2(a - 7)\]Finally, we factor out the common binomial factor:
\[(a - 7)(a + 2)\]And that's it! The trinomial is factored into two binomials.