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)![]() ![]() ![]() 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( " \n" ); document.write( "5 != - 5 \n" ); document.write( " |