document.write( "Question 1078028: Rewrite without using absolute value sign:
\n" );
document.write( "|x-2|<4 \n" );
document.write( "
Algebra.Com's Answer #692496 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the basic definition of absolute value is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "abs(x) = x if x is positive and equals -x if x is negative.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x represents any expression that is included as an argument in the absolute value function.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "abs(x-2) < 4 becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) < 4 if (x-2) is positive, .....\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and -(x-2) < 4 if (x-2) is negative.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when (x-2) is positive, you would solve for x as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-2 < 4 \n" ); document.write( "add 2 to both sides of the inequality to get: \n" ); document.write( "x < 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when (x-2) is negative, you would solve for x as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-(x-2) < 4 \n" ); document.write( "simplify to get: \n" ); document.write( "-x + 2 < 4 \n" ); document.write( "subtract 2 from both sides to get: \n" ); document.write( "-x < 2 \n" ); document.write( "multiply both sides by -1 to get: \n" ); document.write( "x > -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "don't forget that multiplying both sides of an inequality by the same negative number reverses the inequality.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so your answer is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x < 6 or x > -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can be written as -2 < x < 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "abs(x-2) < 4 when x is greater than 2 and when x is < 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to test this out, let x equal values that satisfy the solution and that do not satisfy that solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "any value of x > -2 and < 6 will satisfy the solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i choose 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 4, abs(x-2) < 4 becomes abs(4-2) < 4 which becomes abs(2) < 4 which becomes 2 < 4 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i choose x = -3 and x = 7 as values which do not satisfy the solution range.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = -3, abs(x-2) < 4 becomes abs(-3-2) < 4 which becomes abs(-5) < 4 which becomes 5 < 4 which is false.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 7, abs(x-2) < 4 becomes abs(7-2) < 4 which becomes abs(5) < 4 which becomes 5 < 4 which is false.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can also graph the equation of y = abs(x) and y = 4 and it will show you graphically when the equation of y = abs(x) is smaller than 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that graph is shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "from the graph, you can see that the value of y = abs(x-2) is less than the value of y = 4 when x is greater than -2 through x is smaller than 6 only.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the coordinate points are shown in the format of (x,y), where x represents the value of the x-coordinate and y represents the value of the y coordinate.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example, when x = -2, then the value of y = abs(x-2) becomes y = abs(-2-2) which becomes y = abs(-4) which becomes y = 4, which provides you with the coordinate point of (-2,4).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |