document.write( "Question 193467: x-4/(x+1) - 10/(x^2-1) = 0\r
\n" );
document.write( "\n" );
document.write( "(x-4)(x-1)-10/(x^2-1)=0
\n" );
document.write( "x^2-5x-6/(x^2-1)=0
\n" );
document.write( "how do i go from here to find and check all proposed solutions.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #145234 by radikrr(7)![]() ![]() ![]() You can put this solution on YOUR website! (x-4)/(x+1)-10/(x-1)(x+1)=0 \n" ); document.write( "(x^2-5x+4-10)/(x+1)(x-1)=0 \n" ); document.write( "(x^2-5x+4-10)/(x+1)(x-1)=0 \n" ); document.write( "(x2-5x-6)(x+1)(x-1)=0 \n" ); document.write( "(x-6)(x+1)/(x+1)(x-1)=0 \n" ); document.write( "(x-6)/(x-1)=0 \n" ); document.write( "x-6=0 \r \n" ); document.write( "\n" ); document.write( "x=6 \n" ); document.write( " \n" ); document.write( " |