document.write( "Question 141586: solve x+2/x-6 less than or equal to 4
\n" );
document.write( "Tutors can you help me with this problem? \n" );
document.write( "
Algebra.Com's Answer #103160 by edjones(8007)![]() ![]() You can put this solution on YOUR website! (x+2)/(x-6)<=4 I assume that this is the problem. USE PARENTHESES to avoid confusion. \n" ); document.write( "x+2<=4(x-6) \n" ); document.write( "x+2<=4x-24 no fractions. \n" ); document.write( "-3x<=-26 \n" ); document.write( "-3x/-3>=-26/-3 reverse the inequality sign when dividing by a negative number. \n" ); document.write( "x>=26/3 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |