document.write( "Question 42226: how do you simplify
\n" );
document.write( "x2+6x+5
\n" );
document.write( "______
\n" );
document.write( "x2-25
\n" );
document.write( "(x2= x squared or x to the second power) \n" );
document.write( "
Algebra.Com's Answer #27367 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The key technique is to factor and cancel...so we do just that and get \n" ); document.write( "(x^2 + 6x + 5) / (x^2 - 25) = \n" ); document.write( "(x + 1)(x + 5) / (x - 5)(x + 5) = \n" ); document.write( "(x + 1) / (x - 5) \n" ); document.write( " |