document.write( "Question 324463: I am stuck..... Help me solve this equation\r
\n" );
document.write( "\n" );
document.write( "1/x-1 + 2/x = x/x-1\r
\n" );
document.write( "\n" );
document.write( "/= written in fraction form like 2 over x \n" );
document.write( "
Algebra.Com's Answer #232587 by Alan3354(69443) You can put this solution on YOUR website! 1/x-1 + 2/x = x/x-1 \n" ); document.write( "------------------ \n" ); document.write( "If you mean \n" ); document.write( "1/(x-1) + (2/x) = x/(x-1) \n" ); document.write( "Multiply thru by x(x-1) \n" ); document.write( "x + 2(x-1) = x^2 \n" ); document.write( "x^2 - 3x + 2 = 0 \n" ); document.write( "(x-1)*(x-2) = 0 \n" ); document.write( "x = 1 \n" ); document.write( "x = 2 \n" ); document.write( "------ \n" ); document.write( "x = 1 is not allowed, it makes the denominators zero. \n" ); document.write( " \n" ); document.write( " |