document.write( "Question 8485: I am confused concerning inequalities involving absolute value. Could you help me with the problem |3x+7|<7?
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #4714 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Solve: |3x+7|<7\r \n" ); document.write( "\n" ); document.write( " A direct way to solve |ax-b| < c if a > 0 and c > 0 \n" ); document.write( " by converting it to -c < ax-b < c \n" ); document.write( " or equivalently (b-c)/a < x < (b+c)/a\r \n" ); document.write( "\n" ); document.write( " Here, a =3, b = -7, c = 7, \n" ); document.write( " So, -14/3 < x < 0 or the interval (-14/3, 0)\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " |