Is it possible to factor y=x2+12x+36? If so, what are the factors?

1 Answer
Dec 14, 2015

Yes; y=(x+6)2

Explanation:

There are multiple ways to factor trinomials, so let's begin by asking:

What two numbers multiply to give 36 and add to give 12?

There are only a handful of numbers that multiply to give 36, so the guess and check methods isn't a bad idea. Let's write the possible factors of 36 and find their sum:

1,3637
2,1820
3,1215
4,913
6,612

Looks like we found a pair! So, the factorization becomes:

(x+6)(x+6)=(x+6)2

Another way to do this is knowing a special case of trinomials called perfect square trinomials. All trinomials that are a perfect square of a binomial are of the form:

(a+b)2=a2+2ab+b2

In this case, a=x and b=6, so:

(x+6)2=x2+2(6)(x)+62=x2+12x+36

We can also double check our answer by comparing the graphs:

y=x2+12x+36
graph{x^2+12x+36 [-10, 10, -5, 5]}
y=(x+6)2
graph{(x+6)^2 [-10, 10, -5, 5]}

They are identical, confirming we have found the right answer.