Polynomial Factoring
We are given the polynomial
[tex]P=d^2+12d+36[/tex]To factor the polynomial, we need to recall the identity:
[tex]\mleft(a+b\mright)^2=a^2+2ab+b^2[/tex]The trinomial (right side of the equation) consists in:
* the square of a variable
* twice the product of both variables
* the square of the other variable
The given expression has the corresponding terms:
* d^2 is the perfect square of d
* 36 is a perfect square, the square of 6
* 12d is twice 6d. Note the terms 6 and d are exactly the perfect squares, thus we can write:
[tex]P=d^2+12d+36=(d+6)^2[/tex]The third choice is correct