Skip to main content

Section 7.3 Factoring Trinomials with Leading Coefficient One

In Chapter 6, we learned how to multiply binomials like \((x+2)(x+3)\) and obtain the trinomial \(x^2+5x+6\text{.}\) In this section, we will learn how to undo that. So we'll be starting with a trinomial like \(x^2+5x+6\) and obtaining its factored form \((x+2)(x+3)\text{.}\) The trinomials that we'll factor in this section all have leading coefficient \(1\text{,}\) but Section 7.4 will cover some more general trinomials.

Subsection 7.3.1 Factoring Trinomials by Listing Factor Pairs

Consider the example \(x^2+5x+6=(x+2)(x+3)\text{.}\) There are at least three things that are important to notice:

  • The leading coefficient of \(x^2+5x+6\) is \(1\text{.}\)

  • The two factors on the right use the numbers \(2\) and \(3\text{,}\) and when you multiply these you get the \(\highlight{6}\text{.}\)

  • The two factors on the right use the numbers \(2\) and \(3\text{,}\) and when you add these you get the \(\highlight{5}\text{.}\)

So the idea is that if you need to factor \(x^2+5x+6\) and you somehow discover that \(2\) and \(3\) are special numbers (because \(2\cdot3=6\) and \(2+3=5\)), then you can conclude that \((x+2)(x+3)\) is the factored form of the given polynomial.

Example 7.3.1.

Factor \(x^2+13x+40\text{.}\) Since the leading coefficient is \(1\text{,}\) we are looking to write this polynomial as \((x+\mathord{?})(x+\mathord{?})\) where the question marks are two possibly different, possibly negative, numbers. We need these two numbers to multiply to \(40\) and add to \(13\text{.}\) How can you track these two numbers down? Since the numbers need to multiply to \(40\text{,}\) one method is to list all factor pairs of \(40\) in a table just to see what your options are. We'll write every pair of factors that multiply to \(40\text{.}\)

\(1\cdot40\)
\(2\cdot20\)
\(4\cdot10\)
\(5\cdot8\)
\(-1\cdot(-40)\)
\(-2\cdot(-20)\)
\(-4\cdot(-10)\)
\(-5\cdot(-8)\)

We wanted to find all factor pairs. To avoid missing any, we started using \(1\) as a factor, and then slowly increased that first factor. The table skips over using \(3\) as a factor because \(3\) is not a factor of \(40\text{.}\) Similarly, the table skips using \(6\) and \(7\) as a factor. Note that there would be no need to continue with \(8\) and beyond because we already found “large” factors like \(8\) as the partners of “small” factors like \(5\text{.}\)

There is an entire second column where the signs are reversed, since these are also ways to multiply two numbers to get \(40\text{.}\) In the end, there are eight factor pairs.

We need a pair of numbers that also adds to \(13\text{.}\) So we check what each of our factor pairs add up to:

Factor Pair Sum of the Pair
\(1\cdot40\) \(41\)
\(2\cdot20\) \(22\)
\(4\cdot10\) \(14\)
\(5\cdot8\) \(13\) (what we wanted)
Factor Pair Sum of the Pair
\(-1\cdot(-40)\) (no need to go this far)
\(-2\cdot(-20)\) (no need to go this far)
\(-4\cdot(-10)\) (no need to go this far)
\(-5\cdot(-8)\) (no need to go this far)

The winning pair of numbers is \(5\) and \(8\text{.}\) Again, what matters is that \(5\cdot8=40\text{,}\) and \(5+8=13\text{.}\) So we can conclude that \(x^2+13x+40=(x+5)(x+8)\text{.}\)

To ensure that we made no mistakes, here is a way to check.

Multiply it Out.

Multiplying out our answer \((x+5)(x+8)\) should give us \(x^2+13x+40\text{.}\)

\begin{align*} (x+5)(x+8)\amp=x\cdot x+x\cdot 8+5\cdot x+5/cdot8\\ \amp=x^2+8x+5x+40\\ \amp\stackrel{\checkmark}{=}x^2+13x+40 \end{align*}

We could also use a rectangular area diagram to verify the factorization is correct:

\(x\) \(5\)
\(x\) \(x^2\) \(5x\)
\(8\) \(8x\) \(40\)
Example 7.3.2.

Factor \(y^2-11y+24\text{.}\) The negative coefficient has a small complication as compared to Example 7.3.1, but the process is actually still the same.

Explanation

We need a pair of numbers that multiply to \(24\) and add to \(-11\text{.}\) Note that we do care to keep track that they sum to a negative total.

Factor Pair Sum of the Pair
\(1\cdot24\) \(25\)
\(2\cdot12\) \(14\)
\(3\cdot8\) \(11\) (close; wrong sign)
\(4\cdot6\) \(10\)
Factor Pair Sum of the Pair
\(-1\cdot(-24)\) \(-25\)
\(-2\cdot(-12)\) \(-14\)
\(-3\cdot(-8)\) \(-11\) (what we wanted)
\(-4\cdot(-6)\) (no need to go this far)

So \(y^2-11y+24=(y-3)(y-8)\text{.}\) To confirm that this is correct, we should check by multiplying out the factored form:

\begin{align*} (y-3)(y-8)\amp=y\cdot y+y(-8)-3\cdot y-3(-8)\\ \amp=y^2-8y-3y+24\\ \amp\stackrel{\checkmark}{=}y^2-11y+24 \end{align*}
\(y\) \(-3\)
\(y\) \(y^2\) \(-3y\)
\(-8\) \(-8y\) \(24\)
Example 7.3.3.

Factor \(z^2+5z-6\text{.}\) The negative coefficient is again a small complication from Example 7.3.1, but the process is actually still the same.

Explanation

We need a pair of numbers that multiply to \(-6\) and add to \(5\text{.}\) Note that we do care to keep track that they multiply to a negative product.

Factor Pair Sum of the Pair
\(1\cdot(-6)\) \(-5\) (close; wrong sign)
\(2\cdot(-3)\) \(14\)
Factor Pair Sum of the Pair
\(-1\cdot6\) \(5\) (what we wanted)
\(-2\cdot3\) (no need to go this far)

So \(z^2+5z-6=(z-1)(z+6)\text{.}\) To confirm that this is correct, we should check by multiplying out the factored form:

\begin{align*} (z-1)(z+6)\amp=z\cdot z+z\cdot 6-1\cdot z-1\cdot 6\\ \amp=z^2+6z-z-6\\ \amp\stackrel{\checkmark}{=}z^2+5z-6 \end{align*}
\(z\) \(-1\)
\(z\) \(z^2\) \(-z\)
\(6\) \(6z\) \(-6\)
Checkpoint 7.3.4.

Note that in all of the examples so far, we eventually found the sum we wanted. However, this won't always be the case. If the trinomial has no GCF and, after listing every possible factor pair, we do not find the sum we need, then the trinomial cannot be factored. Thus, we say the trinomial is prime.

Example 7.3.5.

Factor \(x^2+3x-16\text{.}\)

Explanation

We need a pair of numbers that multiply to \(-16\) and add to \(3\text{.}\) Note that we do care to keep track that they multiply to a negative product.

Factor Pair Sum of the Pair
\(1\cdot(-16)\) \(-15\)
\(2\cdot(-8)\) \(-6\)
\(4\cdot(-4)\) \(0\)
Factor Pair Sum of the Pair
\(-1\cdot16\) \(15\)
\(-2\cdot8\) \(6\)
\(-4\cdot4\) \(0\)

Note that we listed every possible factor pair of \(-16\text{,}\) but none of these pairs gave a sum of \(3\text{.}\) Therefore, we conclude that \(x^2+3x-16\) is prime.

Checkpoint 7.3.6.

Subsection 7.3.2 Connection to Grouping

The factoring method we just learned takes a bit of a shortcut. To prepare yourself for a more complicated factoring technique in Section 7.4, you may want to try taking the “scenic route” instead of that shortcut.

Example 7.3.7.

Let's factor \(x^2+13x+40\) again (the polynomial from Example 7.3.1). As before, it is important to discover that \(5\) and \(8\) are important numbers, because they multiply to \(40\) and add to \(13\text{.}\) As before, listing out all of the factor pairs is one way to discover the \(5\) and the \(8\text{.}\)

Instead of jumping to the factored answer, we can show how \(x^2+13x+40\) factors in a more step-by-step fashion using \(5\) and \(8\text{.}\) Since they add up to \(13\text{,}\) we can write:

\begin{align*} x^2+\attention{13}x+40\amp=x^2+\attention{\overbrace{5x+8x}}+40\\ \end{align*}

We have intentionally split up the trinomial into an unsimplified polynomial with four terms. In Section 7.2, we handled such four-term polynomials by grouping:

\begin{align*} \amp=\left(x^2+5x\right)+(8x+40)\\ \end{align*}

Now we can factor out each group's greatest common factor:

\begin{align*} \amp=x(x+5)+8(x+5)\\ \amp=x\attention{\overbrace{(x+5)}}+8\attention{\overbrace{(x+5)}}\\ \amp=(x+5)(x+8) \end{align*}

Thus, we have found that \(x^2+13x+40\) factors as \((x+5)(x+8)\) without memorizing the shortcut.

This approach takes more time, and ultimately you may not use it much. However, if you try a few examples this way, it may make you more comfortable with the more complicated technique in Section 7.4.

Subsection 7.3.3 Trinomials that are Quadratic in Form

So far we have only factored examples of quadratic trinomials: trinomials whose highest power of the variable is \(2\text{.}\) However, this technique can also be used to factor special trinomials of higher degree which we call "quadratic in form". Trinomials that are quadratic in form require that the highest power is even, that the next highest power is half of the highest power, and that the third term is a constant term.

In the four examples below, check:

  1. if the highest power is even

  2. if the next highest power is half of the highest power

  3. if the last term is constant

Factor pairs will help with…

  • \(\displaystyle y^6-23y^3-50\)

  • \(\displaystyle h^{16}+22h^8+105\)

Factor pairs won't help with…

  • \(\displaystyle y^5-23y^3-50\)

  • \(\displaystyle h^{16}+22h^8+105h^2\)

Example 7.3.8.

Factor \(h^{16}+22h^8+105\text{.}\) This polynomial is one of the examples above where using factor pairs will help. We find that \(7\cdot15=105\text{,}\) and \(7+15=22\text{,}\) so the numbers \(7\) and \(15\) can be used:

\begin{align*} h^{16}+22h^8+105\amp=h^{16}+\overbrace{7h^8+15h^8}+105\\ \amp=\left(h^{16}+7h^8\right)+\left(15h^8+105\right)\\ \amp=h^8\left(h^8+7\right)+15\left(h^8+7\right)\\ \amp=\left(h^8+7\right)\left(h^8+15\right) \end{align*}

Actually, once we settled on using \(7\) and \(15\text{,}\) we could have concluded that \(h^{16}+22h^8+105\) factors as \(\left(h^8+7\right)\left(h^8+15\right)\text{,}\) if we know which power of \(h\) to use. We'll always use half the highest power in these factorizations.

In any case, to confirm that this is correct, we should check by multiplying out the factored form:

\(\begin{aligned}[t] (h^8+7)(h^8+15)\amp=h^8\cdot h^8+h^8\cdot 15+7\cdot h^8+7\cdot 15\\ \amp=h^{16}+15h^8+7h^8+105\\ \amp\stackrel{\checkmark}{=}h^{16}+22h^8+15\end{aligned} \)

\(h^8\) \(7\)
\(h^8\) \(h^{16}\) \(7h^8\)
\(15\) \(15h^8\) \(105\)

Our factorization passes the tests.

Checkpoint 7.3.9.

Subsection 7.3.4 Factoring in Stages

Sometimes factoring a polynomial will take two or more “stages.” Always begin factoring a polynomial by factoring out its greatest common factor, and then apply a second stage where you use a technique from this section. The process of factoring a polynomial is not complete until each of the factors cannot be factored further.

Example 7.3.10.

Factor \(2z^2-6z-80\text{.}\)

Explanation

We will first factor out the common factor, \(2\text{:}\)

\begin{equation*} 2z^2-6z-80=2\left(z^2-3z-40\right) \end{equation*}

Now we are left with a factored expression that might factor more. Looking inside the parentheses, we ask ourselves, “what two numbers multiply to be \(-40\) and add to be \(-3\text{?}\)” Since \(5\) and \(-8\) do the job, the full factorization is:

\begin{align*} 2z^2-6z-80\amp=2\left(z^2-3z-40\right)\\ \amp=2(z+5)(z-8) \end{align*}
Example 7.3.11.

Factor \(-r^2+2r+24\text{.}\)

Explanation

The three terms don't exactly have a common factor, but as discussed in Section 7.1, when the leading term has a negative sign, it is often helpful to factor out that negative sign:

\begin{equation*} -r^2+2r+24=-\mathopen{}\left(r^2-2r-24\right)\mathclose{}\text{.} \end{equation*}

Looking inside the parentheses, we ask ourselves, “what two numbers multiply to be \(-24\) and add to be \(-2\text{?}\)” Since \(-6\) and \(4\) work here, the full factorization is shown:

\begin{align*} -r^2+2r+24\amp=-\mathopen{}\left(r^2-2r-24\right)\mathclose{}\\ \amp=-(r-6)(r+4) \end{align*}
Example 7.3.12.

Factor \(p^2q^3+4p^2q^2-60p^2q\text{.}\)

Explanation

First, always look for the greatest common factor: in this trinomial it is \(p^2q\text{.}\) After factoring this out, we have

\begin{equation*} p^2q^3+4p^2q^2-60p^2q=p^2q\mathopen{}\left(q^2+4q-60\right)\mathclose{}\text{.} \end{equation*}

Looking inside the parentheses, we ask ourselves, “what two numbers multiply to be \(-60\) and add to be \(4\text{?}\)” Since \(10\) and \(-6\) fit the bill, the full factorization can be shown below:

\begin{align*} p^2q^3+4p^2q^2-60p^2q\amp=p^2q\mathopen{}\left(q^2+4q-60\right)\mathclose{}\\ \amp=p^2q(q+10)(q-6) \end{align*}

Subsection 7.3.5 More Trinomials with Two Variables

You might encounter a trinomial with two variables that can be factored using the methods we've discussed in this section. It can be tricky though: \(x^2+5xy+6y^2\) has two variables and it can factor using the methods from this section, but \(x^2+5x+6y^2\) also has two variables and it cannot be factored. So in examples of this nature, it is even more important to check that factorizations you find actually work.

Example 7.3.13.

Factor \(x^2+5xy+6y^2\text{.}\) This is a trinomial, and the coefficient of \(x\) is \(1\text{,}\) so maybe we can factor it. We want to write \((x+\mathord{?})(x+\mathord{?})\) where the question marks will be something that makes it all multiply out to \(x^2+5xy+6y^2\text{.}\)

Since the last term in the polynomial has a factor of \(y^2\text{,}\) it is natural to wonder if there is a factor of \(y\) in each of the two question marks. If there were, these two factors of \(y\) would multiply to \(y^2\text{.}\) So it is natural to wonder if we are looking for \((x+\mathord{?}y)(x+\mathord{?}y)\) where now the question marks are just numbers.

At this point we can think like we have throughout this section. Are there some numbers that multiply to \(6\) and add to \(5\text{?}\) Yes, specifically \(2\) and \(3\text{.}\) So we suspect that \((x+2y)(x+3y)\) might be the factorization.

To confirm that this is correct, we should check by multiplying out the factored form:

\begin{align*} (x+2y)(x+3y)\amp=x\cdot x+x\cdot 3y+2y\cdot x+2y\cdot3y\\ \amp=x^2+3xy+2xy+6y^2\\ \amp\stackrel{\checkmark}{=}x^2+5xy+6y^2 \end{align*}
\(x\) \(2y\)
\(x\) \(x^2\) \(2xy\)
\(3y\) \(3xy\) \(6y^2\)

Our factorization passes the tests.

In Section 7.4, there is a more definitive method for factoring polynomials of this form.

Exercises 7.3.6 Exercises

Review and Warmup
1.

Multiply the polynomials.

\(\left({r+4}\right)\left({r+5}\right)=\)

2.

Multiply the polynomials.

\(\left({r+10}\right)\left({r+9}\right)=\)

3.

Multiply the polynomials.

\(\left({t+7}\right)\left({t-8}\right)=\)

4.

Multiply the polynomials.

\(\left({t+3}\right)\left({t-4}\right)=\)

5.

Multiply the polynomials.

\(\left({x-1}\right)\left({x-10}\right)=\)

6.

Multiply the polynomials.

\(\left({x-5}\right)\left({x-6}\right)=\)

7.

Multiply the polynomials.

\({3\!\left(x+2\right)\!\left(x+3\right)}=\)

8.

Multiply the polynomials.

\({-4\!\left(y-1\right)\!\left(y-9\right)}=\)

9.

Multiply the polynomials.

\({2\!\left(y-10\right)\!\left(y-3\right)}=\)

10.

Multiply the polynomials.

\({-2\!\left(r+7\right)\!\left(r+6\right)}=\)

Factoring Trinomials with Leading Coefficient One
11.

Factor the given polynomial.

\({r^{2}+15r+54}=\)

12.

Factor the given polynomial.

\({t^{2}+15t+50}=\)

13.

Factor the given polynomial.

\({t^{2}+7t+10}=\)

14.

Factor the given polynomial.

\({x^{2}+17x+72}=\)

15.

Factor the given polynomial.

\({x^{2}-2x-15}=\)

16.

Factor the given polynomial.

\({x^{2}-x-6}=\)

17.

Factor the given polynomial.

\({y^{2}+2y-80}=\)

18.

Factor the given polynomial.

\({y^{2}+2y-35}=\)

19.

Factor the given polynomial.

\({r^{2}-11r+10}=\)

20.

Factor the given polynomial.

\({r^{2}-12r+32}=\)

21.

Factor the given polynomial.

\({t^{2}-12t+32}=\)

22.

Factor the given polynomial.

\({t^{2}-3t+2}=\)

23.

Factor the given polynomial.

\({x^{2}+13x+42}=\)

24.

Factor the given polynomial.

\({x^{2}+14x+40}=\)

25.

Factor the given polynomial.

\({x^{2}+15x+50}=\)

26.

Factor the given polynomial.

\({y^{2}+16y+63}=\)

27.

Factor the given polynomial.

\({y^{2}-y-6}=\)

28.

Factor the given polynomial.

\({r^{2}+r-90}=\)

29.

Factor the given polynomial.

\({r^{2}-5r-6}=\)

30.

Factor the given polynomial.

\({t^{2}+t-12}=\)

31.

Factor the given polynomial.

\({t^{2}-19t+90}=\)

32.

Factor the given polynomial.

\({x^{2}-10x+24}=\)

33.

Factor the given polynomial.

\({x^{2}-10x+16}=\)

34.

Factor the given polynomial.

\({x^{2}-11x+18}=\)

35.

Factor the given polynomial.

\({y^{2}+2}=\)

36.

Factor the given polynomial.

\({y^{2}+3y+10}=\)

37.

Factor the given polynomial.

\({r^{2}-3r+10}=\)

38.

Factor the given polynomial.

\({r^{2}-r+7}=\)

39.

Factor the given polynomial.

\({t^{2}+4t+4}=\)

40.

Factor the given polynomial.

\({t^{2}+20t+100}=\)

41.

Factor the given polynomial.

\({x^{2}+10x+25}=\)

42.

Factor the given polynomial.

\({x^{2}+2x+1}=\)

43.

Factor the given polynomial.

\({x^{2}-18x+81}=\)

44.

Factor the given polynomial.

\({y^{2}-10y+25}=\)

45.

Factor the given polynomial.

\({y^{2}-2y+1}=\)

46.

Factor the given polynomial.

\({r^{2}-18r+81}=\)

47.

Factor the given polynomial.

\({5r^{2}+5r-30}=\)

48.

Factor the given polynomial.

\({3t^{2}+6t-24}=\)

49.

Factor the given polynomial.

\({2t^{2}-8t-42}=\)

50.

Factor the given polynomial.

\({6x^{2}-6}=\)

51.

Factor the given polynomial.

\({3x^{2}-15x+18}=\)

52.

Factor the given polynomial.

\({3x^{2}-15x+18}=\)

53.

Factor the given polynomial.

\({5y^{2}-15y+10}=\)

54.

Factor the given polynomial.

\({2y^{2}-8y+6}=\)

55.

Factor the given polynomial.

\({5r^{9}+25r^{8}+20r^{7}}=\)

56.

Factor the given polynomial.

\({2r^{9}+12r^{8}+16r^{7}}=\)

57.

Factor the given polynomial.

\({3t^{4}+9t^{3}+6t^{2}}=\)

58.

Factor the given polynomial.

\({9t^{4}+27t^{3}+18t^{2}}=\)

59.

Factor the given polynomial.

\({10x^{5}-10x^{4}-20x^{3}}=\)

60.

Factor the given polynomial.

\({10x^{9}-10x^{7}}=\)

61.

Factor the given polynomial.

\({8x^{6}-8x^{4}}=\)

62.

Factor the given polynomial.

\({8y^{5}-32y^{3}}=\)

63.

Factor the given polynomial.

\({6y^{6}-18y^{5}+12y^{4}}=\)

64.

Factor the given polynomial.

\({9r^{9}-27r^{8}+18r^{7}}=\)

65.

Factor the given polynomial.

\({8r^{10}-24r^{9}+16r^{8}}=\)

66.

Factor the given polynomial.

\({3t^{7}-18t^{6}+15t^{5}}=\)

67.

Factor the given polynomial.

\({-t^{2}-3t+4}=\)

68.

Factor the given polynomial.

\({-t^{2}-7t+8}=\)

69.

Factor the given polynomial.

\({-x^{2}-2x+35}=\)

70.

Factor the given polynomial.

\({-x^{2}+x+12}=\)

71.

Factor the given polynomial.

\({y^{2}+8yt+12t^{2}}=\)

72.

Factor the given polynomial.

\({y^{2}+6yr+5r^{2}}=\)

73.

Factor the given polynomial.

\({r^{2}+ry-30y^{2}}=\)

74.

Factor the given polynomial.

\({r^{2}-8rt-9t^{2}}=\)

75.

Factor the given polynomial.

\({t^{2}-10tr+16r^{2}}=\)

76.

Factor the given polynomial.

\({t^{2}-9tx+20x^{2}}=\)

77.

Factor the given polynomial.

\({t^{2}+8tx+16x^{2}}=\)

78.

Factor the given polynomial.

\({x^{2}+12xr+36r^{2}}=\)

79.

Factor the given polynomial.

\({x^{2}-18xt+81t^{2}}=\)

80.

Factor the given polynomial.

\({y^{2}-8yt+16t^{2}}=\)

81.

Factor the given polynomial.

\({3y^{2}+12y+9}=\)

82.

Factor the given polynomial.

\({3r^{2}+18r+24}=\)

83.

Factor the given polynomial.

\({2x^{2}y+12xy+10y}=\)

84.

Factor the given polynomial.

\({2x^{2}y+16xy+30y}=\)

85.

Factor the given polynomial.

\({3a^{2}b-3b}=\)

86.

Factor the given polynomial.

\({5a^{2}b+15ab-20b}=\)

87.

Factor the given polynomial.

\({2x^{2}y-22xy+20y}=\)

88.

Factor the given polynomial.

\({2x^{2}y-22xy+20y}=\)

89.

Factor the given polynomial.

\({2x^{3}y+16x^{2}y+30xy}=\)

90.

Factor the given polynomial.

\({10x^{3}y+30x^{2}y+20xy}=\)

91.

Factor the given polynomial.

\({x^{2}y^{2}-16x^{2}z^{2}}=\)

92.

Factor the given polynomial.

\({x^{2}y^{2}+3x^{2}yz-28x^{2}z^{2}}=\)

93.

Factor the given polynomial.

\({t^{2}+1.2t+0.32}=\)

94.

Factor the given polynomial.

\({t^{2}+1.2t+0.27}=\)

95.

Factor the given polynomial.

\({t^{2}r^{2}+9tr+18}=\)

96.

Factor the given polynomial.

\({x^{2}y^{2}+4xy+3}=\)

97.

Factor the given polynomial.

\({x^{2}t^{2}+3xt-10}=\)

98.

Factor the given polynomial.

\({y^{2}r^{2}-7yr-18}=\)

99.

Factor the given polynomial.

\({y^{2}x^{2}-12yx+20}=\)

100.

Factor the given polynomial.

\({r^{2}t^{2}-5rt+4}=\)

101.

Factor the given polynomial.

\({8r^{2}x^{2}+24rx+16}=\)

102.

Factor the given polynomial.

\({4t^{2}x^{2}+12tx+8}=\)

103.

Factor the given polynomial.

\({2t^{2}x^{2}-14tx-36}=\)

104.

Factor the given polynomial.

\({10t^{2}r^{2}+10tr-20}=\)

105.

Factor the given polynomial.

\({2x^{2}y^{3}-18xy^{2}+28y}=\)

106.

Factor the given polynomial.

\({3x^{2}y^{3}-15xy^{2}+12y}=\)

107.

Factor the given polynomial.

\({\left(a+b\right)y^{2}+11\!\left(a+b\right)y+30\!\left(a+b\right)}=\)

108.

Factor the given polynomial.

\({\left(a+b\right)y^{2}+3\!\left(a+b\right)y+2\!\left(a+b\right)}=\)

Challenge
109.

What integers can go in the place of \(b\) so that the quadratic expression \({x^{2}+bx+12}\) is factorable?