document.write( "Question 31342: Some students simplify 2x^2 - 32 / X - 4 as \r
\n" );
document.write( "\n" );
document.write( " (2x) (8)
\n" );
document.write( " 2x^2 - 32
\n" );
document.write( "---------------------- = 2x -8
\n" );
document.write( " (X - 4) <-- Cancels \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Chose values of X to show this is not true. Then simplify correctly. \n" );
document.write( "
Algebra.Com's Answer #18018 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! i do not really understand why you're trying to show how to simplify it, so i will let you fill in the numbers and solve....but i will simplify: \n" ); document.write( "(2x^2 - 32) / (x - 4) \n" ); document.write( "2(x^2 - 16) / (x - 4) \n" ); document.write( "(2(x-4)(x+4))/(x-4) \n" ); document.write( "2(x+4) or 2x+8 \n" ); document.write( " |