document.write( "Question 398940: Rewrite the expression without using the absolute value symbol\r
\n" );
document.write( "\n" );
document.write( "|x-2| if x<2 \n" );
document.write( "
Algebra.Com's Answer #282579 by Theo(13342)![]() ![]() You can put this solution on YOUR website! In general:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "|x-2| = (x-2) if (x-2) is greater than or equal to 0. \n" ); document.write( "|x-2| = -(x-2) if (x-2) is less than 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If x is less than 2, then the expression |x-2| will be less than 0, so the expression |x-2| will be equivalent to -(x-2).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x = 1. \n" ); document.write( "|1-2| = |-1| = -(-1) = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |