document.write( "Question 311613: How do I solve for x in this problem? \r
\n" );
document.write( "\n" );
document.write( "1/x + 1/(x - 3) = 2/(x + 3)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #222880 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 1/x + 1/(x - 3) = 2/(x + 3) \n" ); document.write( "Multiply both sides by x(x-3)(x+3) to get: \n" ); document.write( "(x-3)(x+3) + x(x+3) = 2x(x-3) \n" ); document.write( "(x^2-3x+3x-9) + (x^2+3x) = (2x^2-6x) \n" ); document.write( "x^2-3x+3x-9 + x^2+3x = 2x^2-6x \n" ); document.write( "2x^2+3x-9 = 2x^2-6x \n" ); document.write( "3x-9 = -6x \n" ); document.write( "9x-9 = 0 \n" ); document.write( "9x = 9 \n" ); document.write( "x = 1\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |