document.write( "Question 558673: how do you solve for x:
\n" );
document.write( "1/x+1/x-3=1/2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #363117 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\n" ); document.write( "LCD of the equation is 2x(x-3)\r \n" ); document.write( "\n" ); document.write( "multiply the equation by 2x(x-3)\r \n" ); document.write( "\n" ); document.write( "2(x-3)+2x= x(x-3) \n" ); document.write( "2x-6+2x=x^2-3x\r \n" ); document.write( "\n" ); document.write( "4x-6=x^2-3x\r \n" ); document.write( "\n" ); document.write( "x^2-7x+6=0 \n" ); document.write( "x^2-6x-x+6=0 \n" ); document.write( "x(x-6)-1(x-6)=0 \n" ); document.write( "(x-1)(x-6)=0 \n" ); document.write( "x=1 OR 6 \n" ); document.write( " \n" ); document.write( " |