document.write( "Question 82432: I am trying to solve this equation:
\n" ); document.write( "3/x - 2/(x+1)=4/x
\n" ); document.write( "I know I need to get the LCD and that would be x(x+1).
\n" ); document.write( "I multiplied x+1 to the Num and dem of 3/x and I multiplied x to the num and dem of 2/(x+1). From there I get lost!
\n" ); document.write( "

Algebra.Com's Answer #59051 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
good so far, but you also need to do the LCD on the 4/x ... that gives (3(x+1)/LCD)-(2x/LCD)=(4(x+1)/LCD)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiplying by LCD gives 3(x+1)-2x=4(x+1) ... or 3x+3-2x=4x+4 ... -3x=1 ... x=-1/3
\n" ); document.write( "
\n" );