document.write( "Question 613903: Solve by any method
\n" );
document.write( "1/x+1/x+2=1/3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #386320 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1/x + 1/(x+2) = 1/3 \n" ); document.write( "------ \n" ); document.write( "Multiply thru by 3x(x+2) to get: \n" ); document.write( "3(x+2) + 3x = x(x+2) \n" ); document.write( "3x+6 + 3x = x^2+2x \n" ); document.write( "x^2 -4x-6 = 0 \n" ); document.write( "x = [4 +-sqrt(16-4*-6)]/2 \n" ); document.write( "x = [4 +- sqrt(42)]/2 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |