How do you multiply #(x + 2)(x - 2)#?

2 Answers
Apr 5, 2017

#x^2-4#

Explanation:

law of multiplying brackets:
#(a+b)(a-b) = a^2-b^2#

using this:

#(x+2)(x-2) = x^2 - 2^2#

#=x^2-4#

Apr 5, 2017

See the entire solution process below:

Explanation:

This is a special form which follows this rule:

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

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

#(x + 2)(x - 2) = x^2 - 2^2 = x^2 - 4#

We can also do the long form of this multiplication. 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)(2))(color(blue)(x) - color(blue)(2))# becomes:

#(color(red)(x) xx color(blue)(x)) - (color(red)(x) xx color(blue)(2)) + (color(red)(2) xx color(blue)(x)) - (color(red)(2) xx color(blue)(2))#

#x^2 - 2x + 2x - 4#

We can now combine like terms:

#x^2 + (-2 + 2)x - 4#

#x^2 + (0)x - 4#

#x^2 + 0 - 4#

#x^2 - 4#