document.write( "Question 38065: Solve and check for x. Please help - I don't understand!\r
\n" );
document.write( "\n" );
document.write( "x/x-2 - x+1/x = 8/x^2-2x
\n" );
document.write( "I had a hard time typing this in. It is x over x-2 minus x+1 over x equals 8 over x squared minus 2x. I hope that helps! \n" );
document.write( "
Algebra.Com's Answer #23565 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The first step is to multiply everything by the lowest common denominator, which in this problem is (x^2 - 2x) or x(x - 2)...so from \n" ); document.write( "x / (x-2) - (x+1) / x = 8 / (x^2 - 2x) \n" ); document.write( "let's do just that... \n" ); document.write( "(x(x - 2))[x / (x - 2) - (x + 1) / x = 8 / (x^2 - 2x)] \n" ); document.write( "now cancel where you can and get \n" ); document.write( "x^2 - (x + 1)(x - 2) = 8 \n" ); document.write( "Now expand, collect terms and solve \n" ); document.write( "x^2 - x^2 + x + 2 = 8 \n" ); document.write( "x + 2 = 8 \n" ); document.write( "x = 6 \n" ); document.write( " |