document.write( "Question 29223: Can you please tell me how to solve equations such as:
\n" );
document.write( "x2-x-20 / x2+4x-5
\n" );
document.write( "_______ _______
\n" );
document.write( " 5x-25 x2-25\r
\n" );
document.write( "\n" );
document.write( "(x2 means x squared) \n" );
document.write( "
Algebra.Com's Answer #16030 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! ((x^2-x-20)/(5x-25))/((x^2+4x-5)/(x^2-25)) \n" ); document.write( "that is the same equation as multiplying by the recipricol \n" ); document.write( "((x^2-x-20)/(5x-25))*((x^2-25)/(x^2+4x-5)) \n" ); document.write( "In the next step, i am going to simplify the equations \n" ); document.write( "([(x-5)(x+4)]/[5(x-5)])*([(x-5)(x+5)]/[(x+5)(x-1)]) \n" ); document.write( "after deleting some of the extra polynomials, the answer is: \n" ); document.write( "((x-5)(x+4))/(5(x-1)) \n" ); document.write( " |