document.write( "Question 135022: Find a value for n for which the absolute value of -n is not equal to n \n" ); document.write( "
Algebra.Com's Answer #98965 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
I think any negative number meets that criterion.\r
\n" ); document.write( "\n" ); document.write( "let n = -5\r
\n" ); document.write( "\n" ); document.write( "\"abs%28-%28-5%29%29+=+abs%285%29+=+5\"
\n" ); document.write( "5 != - 5
\n" ); document.write( "
\n" );