document.write( "Question 942125: Factor any difference of two squares, or state that the polynomial is prime. Assume any variable exponents represent whole numbers.\r
\n" );
document.write( "\n" );
document.write( "x2 - 100
\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #574290 by macston(5194) You can put this solution on YOUR website! General form for difference of two squares \n" ); document.write( " \n" ); document.write( "The equation is a perfect square if a and b are perfect squares and c and d are even numbers. the factors are: \n" ); document.write( " \n" ); document.write( "(The exponent of x is c/2 and the exponent of y is d/2. They are cut off above) \n" ); document.write( "Given \n" ); document.write( "a,y, and d=1 x=x and c=2 so \n" ); document.write( " \n" ); document.write( "(x+10)(x-10) \n" ); document.write( " \n" ); document.write( " |