document.write( "Question 1202532: solve each equations & inequality with absolute value
\n" );
document.write( "a)|2x+1|-3=12
\n" );
document.write( "b)|3x+1|+2<6
\n" );
document.write( "c)|1/3x+7|+5>6 \n" );
document.write( "
Algebra.Com's Answer #837426 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I'll do part (a) to get you started.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll need the rule that |x| = k leads to x = k or x = -k, where k > 0. \n" ); document.write( "Example: |x| = 7 leads to x = 7 or x = -7. \n" ); document.write( "Both values are the same distance to zero on the number line.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "|2x+1|-3 = 12 \n" ); document.write( "|2x+1| = 12+3 \n" ); document.write( "|2x+1| = 15 \n" ); document.write( "2x+1 = 15 or 2x+1 = -15 ... use the rule mentioned above \n" ); document.write( "2x = 15-1 or 2x = -15-1 \n" ); document.write( "2x = 14 or 2x = -16 \n" ); document.write( "x = 14/2 or x = -16/2 \n" ); document.write( "x = 7 or x = -8 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Slightly another way to solve \n" ); document.write( "Let w = |2x+1|\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The equation \n" ); document.write( "|2x+1|-3 = 12 \n" ); document.write( "becomes \n" ); document.write( "w-3 = 12 \n" ); document.write( "which solves to \n" ); document.write( "w = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That's another way to arrive at the step |2x+1| = 15 \n" ); document.write( "The remaining steps are the same as the previous section.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer to part (a): x = 7 or x = -8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hint for part (b): If |x| < k then -k < x < k, where k is positive. \n" ); document.write( "Example: |x| < 5 means -5 < x < 5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hint for part (c): If |x| > k then x < -k or x > k, where k is positive. \n" ); document.write( "Example: |x| > 12 means either x < -12 or x > 12.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another hint: Draw out number lines to see why those formulas work the way they do. \n" ); document.write( " \n" ); document.write( " |