document.write( "Question 883745: Explain why the following expression is false: |x| < -4 \n" ); document.write( "
Algebra.Com's Answer #533739 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Absolute value represents distance. Specifically the distance a number is from 0 on a number line.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So |x| is NEVER negative because you can't have negative distance. It makes no sense.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "That means |x| is either 0 or positive. In other words, \"abs%28x%29%3E=0\". So saying |x| < -4 is impossible and it's always false for any x value you pick.
\n" ); document.write( "
\n" );