document.write( "Question 192976: I'm not sure if this question has been asked before, but I'm having trouble with two different rational functions. I would really like to learn how to solve them. \r
\n" );
document.write( "\n" );
document.write( "1.) 5x / x^2 - 25 = 2 / x - 5\r
\n" );
document.write( "\n" );
document.write( "2.) 1 + 2 / x = 3 / x^2 \n" );
document.write( "
Algebra.Com's Answer #144857 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1.) 5x / (x^2 - 25) = 2 / (x - 5)\r \n" ); document.write( "\n" ); document.write( "lcm = x^2-25 = (x+5)(x-5) \n" ); document.write( "Multiply both sides by the lcm to get: \n" ); document.write( "5x = 2(x+5) \n" ); document.write( "5x = 2x+10 \n" ); document.write( "3x = 10 \n" ); document.write( "x = 10/3 \n" ); document.write( "-------------------\r \n" ); document.write( "\n" ); document.write( "2.) 1 + (2 / x) = (3 / x^2) \n" ); document.write( "Multiply thru by x^2 to get: \n" ); document.write( "x^2 + 2x = 3 \n" ); document.write( "x^2 + 2x - 3 = 0 \n" ); document.write( "(x+3)(x-1) = 0 \n" ); document.write( "x = 1 or x = -3 \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |