document.write( "Question 32669: x/3 - 1/3 = 2/x
\n" );
document.write( "What is x? \n" );
document.write( "
Algebra.Com's Answer #19161 by mukhopadhyay(490) ![]() You can put this solution on YOUR website! x/3 - 1/3 = 2/x \n" ); document.write( "=> (x-1)/3 = 2/x \n" ); document.write( "=> x(x-1) = 6 \n" ); document.write( "=> x^2-x-6 = 0 \n" ); document.write( "=> (x-3)(x+2) = 0 \n" ); document.write( "=> x=3 or x=-2 \n" ); document.write( " |