document.write( "Question 1038125: Solve the inequality for x, assuming that a,b,and c are positive constants.
\n" );
document.write( "a < or = bx+c < 2a \n" );
document.write( "
Algebra.Com's Answer #652841 by Boreal(15235) You can put this solution on YOUR website! a < or = bx+c < 2a \n" ); document.write( "bx+c<2a \n" ); document.write( "bx<2a-c \n" ); document.write( "x<(2a-c)/b \n" ); document.write( "========== \n" ); document.write( "bx+c>a \n" ); document.write( "bx>(a-c) \n" ); document.write( "x>(a-c)/b \n" ); document.write( "x<(2a-c)/b and > (a-c)/b \n" ); document.write( " |