document.write( "Question 413139: How do you solve:\r
\n" );
document.write( "\n" );
document.write( "(x-2)/x < (x-4)/(x-6) \n" );
document.write( "
Algebra.Com's Answer #290036 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! (x-2)(x-6) < (x-4)(x) \n" ); document.write( "x^2-6x-2x+12 < x^2-4x \n" ); document.write( "-8x+12 < -4x \n" ); document.write( "12 < 4x \n" ); document.write( "3 < x \n" ); document.write( " |