document.write( "Question 1046681: How do I factor a difference of squares with ( ) in it like this one.
\n" ); document.write( "(x+3)^2-9
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #662153 by Edwin McCravy(20065)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "(x+3)2-9\r\n" );
document.write( "\r\n" );
document.write( "One way to do it, until you learn a shorter way,\r\n" );
document.write( "is to first substitute a single letter, like A,\r\n" );
document.write( "for the part in parentheses, (x+3), and if you \r\n" );
document.write( "need to, you can write 9 as 32.\r\n" );
document.write( "\r\n" );
document.write( "Then it becomes\r\n" );
document.write( "\r\n" );
document.write( "A2-32\r\n" );
document.write( "\r\n" );
document.write( "which factors as\r\n" );
document.write( "\r\n" );
document.write( "(A-3)(A+3)\r\n" );
document.write( "\r\n" );
document.write( "Now change the parentheses ( ) to brackets [ ]\r\n" );
document.write( "\r\n" );
document.write( "[A-3][A+3]\r\n" );
document.write( "\r\n" );
document.write( "Now put (x+3) in place of the A's\r\n" );
document.write( "\r\n" );
document.write( "[(x+3)-3][(x+3)+3]\r\n" );
document.write( "\r\n" );
document.write( "Now remove the ( ) inside\r\n" );
document.write( "\r\n" );
document.write( "[x+3-3][x+3+3]\r\n" );
document.write( "\r\n" );
document.write( "Combine like terms:\r\n" );
document.write( "\r\n" );
document.write( "[x][x+6]\r\n" );
document.write( "\r\n" );
document.write( "Erase the brackets around the x and change\r\n" );
document.write( "the brackets around the x+6 to parentheses:\r\n" );
document.write( "\r\n" );
document.write( "x(x+6)\r\n" );
document.write( "\r\n" );
document.write( "After you've done enough of these, you can \r\n" );
document.write( "shorten the process.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );