How do you find the product #(b+7)(b-7)#?

1 Answer
Jul 29, 2017

See a solution process below:

Explanation:

Process 1
This problem has a special rule you can follow:

#(color(red)(x) + color(blue)(y))(color(red)(x) - color(blue)(y)) = color(red)(x)^2 - color(blue)(y)^2#

Substituting gives:

#(color(red)(b) + color(blue)(7))(color(red)(b) - color(blue)(7)) = color(red)(b)^2 - color(blue)(7)^2 = b^2 - 49#

Process 2
We can also use this process to hopefully get to 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)(b) + color(red)(7))(color(blue)(b) - color(blue)(7))# becomes:

#(color(red)(b) xx color(blue)(b)) - (color(red)(b) xx color(blue)(7)) + (color(red)(7) xx color(blue)(b)) - (color(red)(7) xx color(blue)(7))#

#b^2 - 7b + 7b - 49#

We can now combine like terms:

#b^2 + (-7 + 7)b - 49#

#b^2 + 0b - 49#

#b^2 - 49#