document.write( "Question 194743: Please solve equation:
\n" );
document.write( "x/x-1-3/x=1/2 \n" );
document.write( "
Algebra.Com's Answer #146153 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x/(x-1) - 3/x = 1/2 \n" ); document.write( "2x^2-6(x-1)=x^2-x multiply each side by 2x(x-1) to eliminate fractions. \n" ); document.write( "2x^2-6x+6-x^2+x=0 \n" ); document.write( "x^2-5x+6=0 \n" ); document.write( "(x-3)(x-2)=0 \n" ); document.write( "x=3, x=2 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |