document.write( "Question 226609: I know how to solve quadratic equations, but I can't figure out how to simplify this into one. Help please!\r
\n" );
document.write( "\n" );
document.write( "(3 / x) - (5 / (x+1)) = 2 \n" );
document.write( "
Algebra.Com's Answer #168706 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! multiplying by x(x+1) (the LCD) ___ 3(x+1) - 5(x) = 2(x)(x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x + 3 - 5x = 2x^2 + 2x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0 = 2x^2 + 4x - 3 \n" ); document.write( " |