document.write( "Question 347456: What number(s) should be excluded as values of x in the polynomial?
\n" );
document.write( "x+2
\n" );
document.write( "-----
\n" );
document.write( "x^2-4 \n" );
document.write( "
Algebra.Com's Answer #248421 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! What number(s) should be excluded as values of x in the polynomial? \n" ); document.write( "x + 2 \n" ); document.write( "----- \n" ); document.write( "x^2-4 \n" ); document.write( ": \n" ); document.write( "x values that make the denominator 0 should be excluded \n" ); document.write( ": \n" ); document.write( "x^2 - 4 = 0 \n" ); document.write( "Factor the difference of squares \n" ); document.write( "(x-2)(x+2) = 0 \n" ); document.write( "x = +2 \n" ); document.write( "and \n" ); document.write( "x = -2, should be excluded \n" ); document.write( " |