document.write( "Question 167228: How do you determine if a polynomial is the difference
\n" ); document.write( "of two squares?
\n" ); document.write( "

Algebra.Com's Answer #123152 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
\"A%5E2-B%5E2\" this is the difference of two squares(square of one variable minus the square of another variable) and its factors always take on this form.....(A+B)(A-B) \n" ); document.write( "
\n" );