document.write( "Question 1185215: X^2-16 divided by x^2-7x+12
\n" );
document.write( "How do I simplify this \n" );
document.write( "
Algebra.Com's Answer #816003 by Theo(13342)![]() ![]() You can put this solution on YOUR website! facror x^2 - 16 to get (x-4) * (x+4) \n" ); document.write( "factor x^2 - 7x + 12 to get (x-4) * (x-3) \n" ); document.write( "your equation becomes: \n" ); document.write( "[(x-4) * (x+4)] / [(x-4) * (x-3)] \n" ); document.write( "the (x-4) in the numerator and denominator cancel out and you are left with: \n" ); document.write( "(x+4) / (x-3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |