document.write( "Question 43820: use the difference of squares pattern to factor the following.
\n" ); document.write( "(x+6)^2 - (x+9)^2.
\n" ); document.write( "

Algebra.Com's Answer #28880 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
From
\n" ); document.write( "(x+6)^2 - (x+9)^2
\n" ); document.write( "we recognize it is in the pattern
\n" ); document.write( "a^2 - b^2 = (a + b)(a - b)
\n" ); document.write( "and so we can factor it like that
\n" ); document.write( "[(x+6)+(x+9)][(x+6)-(x+9)] =
\n" ); document.write( "(2x+15)(-3) =
\n" ); document.write( "-6x - 45
\n" ); document.write( "
\n" );