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 #282578 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Rewrite the expression without using the absolute value symbol \n" ); document.write( "|x-2| if x<2\r \n" ); document.write( "\n" ); document.write( "The rule is that if the expression within the absolute bars is positive, just remove the bars. Conversely, if negative, put a minus sign in front of the expression after removing the bars.\r \n" ); document.write( "\n" ); document.write( "In the given case, since x<2, (x-2) is negative,therefore, |x-2|= -(x-2)=2-x\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |