document.write( "Question 549601: I cannot find an example even similar to this one. Please help...
\n" );
document.write( "1/x+2/x^2 is less than or equal too 1/x-1 \n" );
document.write( "
Algebra.Com's Answer #357919 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 1/x+2/x^2 is less than or equal too 1/x-1 \n" ); document.write( "Assume the problem is: \n" ); document.write( " \n" ); document.write( "we can put the left side over a single denominator \n" ); document.write( " \n" ); document.write( "Cross multiply \n" ); document.write( "(x+2)(x-1) <= x^2 \n" ); document.write( "FOIL \n" ); document.write( "x^2 + x - 2 >= x^2 \n" ); document.write( "x^2 - x^2 + x - 2 <= 0 \n" ); document.write( "x - 2 <= 0 \n" ); document.write( "x <= +2, however x cannot = 1, (division by 0) \n" ); document.write( " \n" ); document.write( " |