document.write( "Question 785543: the absolute value of n is greater than or equal to n \n" ); document.write( "
Algebra.Com's Answer #477608 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
\"abs%28n%29%3E=n\"
\n" ); document.write( "For any number, either
\n" ); document.write( "1) \"abs%28n%29=n\" for \"n%3E0\", or
\n" ); document.write( "2) \"abs%28n%29=-n%3E0%3En\" for \"n%3C0\", or
\n" ); document.write( "3) \"abs%28n%29=n=-n\" for \"n=0\"
\n" ); document.write( "The statement \"abs%28n%29%3E=n\" is true in all three cases (for all real numbers).
\n" ); document.write( "
\n" );