document.write( "Question 458304: I need help simplifying this equation: \r
\n" );
document.write( "\n" );
document.write( "x/x-6 = 1/x-4\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #314385 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\n" ); document.write( "cross multiply \n" ); document.write( "x(x-4)=x-6 \n" ); document.write( "x^2-4x=x-6 \n" ); document.write( "x^2-5x+6=0 \n" ); document.write( "x^2+6x-x+6=0 \n" ); document.write( "x(x+6)-1(x+6)=0 \n" ); document.write( "(x+6)(x-1)=0 \n" ); document.write( "x= -6 OR 1 \n" ); document.write( " |