How do you find the product of #(x + 8)^2#?

1 Answer
Apr 30, 2017

See the solution process below:

Explanation:

The first way is to use this rule:

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

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

#(x + 8)^2 = x^2 + 2x8 + 8^2 = x^2 + 16x + 64#

We can also use this process to reach the same answer. 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)(8))(color(blue)(x) + color(blue)(8))# becomes:

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

#x^2 + 8x + 8x + 64#

We can now combine like terms:

#x^2 + (8 + 8)x + 64#

#x^2 + 16x + 64#