document.write( "Question 1007556: Solve the equation using the factoring or square root method.\r
\n" );
document.write( "\n" );
document.write( "(x)/(x-1)+(4)/(x)=(x+2)/(x) \n" );
document.write( "
Algebra.Com's Answer #803636 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x/(x-1) + 4/x = (x+2)/x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply both sides by x(x-1).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + 4(x-1) = (x+2)(x-1) \n" ); document.write( "x^2 + 4x - 4 = x^2 + x - 2 \n" ); document.write( "4x - 4 = x - 2 \n" ); document.write( "3x = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 2/3 \n" ); document.write( " |