How do you multiply (x+3)(x-3)+(x+7)(x-3)(x+3)(x3)+(x+7)(x3)?

1 Answer
Feb 13, 2016

color(blue)(2x^2+4x-30)2x2+4x30

Explanation:

We can use the FOIL Method,
(First, Outer, Inner, and Last)

like this,

(a+b)(c+d) = ac + ad + bc + cd(a+b)(c+d)=ac+ad+bc+cd

Solving the problem,

(x+3)(x-3) + (x+7)(x-3)(x+3)(x3)+(x+7)(x3)

we can simplify the 1st term, (x+3)(x-3)(x+3)(x3)

(x+3)(x-3) = x^2 -3x+3x-9 (x+3)(x3)=x23x+3x9

x^2 -3x+3x-9x23x+3x9, combine all like terms, to simplify, if there is any, like -3x3x and +3x+3x, we can combine this.

Since a + (-a) = 0a+(a)=0 (Additive Inverse Property), we can cancel the like terms giving,

= x^2 - 9=x29

now apply FOIL method, to the 2nd term.

(x+7)(x-3) = x^2-3x+7x-21(x+7)(x3)=x23x+7x21

simplify, by combining like terms,

= x^2+4x-21=x2+4x21

Plug it all,

x^2 - 9 + x^2+4x-21x29+x2+4x21

combine like terms to simplify again, we must simplify the answer as long as possible.

= 2x^2+4x-30=2x2+4x30