How do you find the product #(x+3)(x+3)#?

1 Answer
May 9, 2017

See a solution process below:

Explanation:

This is a special form of quadratic where:

#(a + b)^2 = a^2 + 2ab + b^#

Substituting #x# for #a# and #3# for #b# gives:

#(x + 3)(x + 3) => (x + 3)^2 => x^2 + 2x3 + 3^2 =>#

#x^2 + 6x + 9#

If you want to multiply out the long way you can use this process. To multiply these two terms you multiply each individual term in the left parenthesis by each individual term in the right parenthesis.

#(color(red)(x) + color(red)(3))(color(blue)(x) + color(blue)(3))# becomes:

#(color(red)(x) xx color(blue)(x)) + (color(red)(x) xx color(blue)(3)) + (color(red)(3) xx color(blue)(x)) + (color(red)(3) xx color(blue)(3))#

#x^2 + 3x + 3x + 9#

We can now combine like terms:

#x^2 + (3 + 3)x + 9#

#x^2 + 6x + 9#

The same result as above.