document.write( "Question 711508: How can i solve |n|>3 \n" ); document.write( "
Algebra.Com's Answer #437432 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! In general\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If |x| > k for some positive number k, then x > k or x < -k\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So this mean that |n|>3 breaks down into n > 3 or n < -3 \n" ); document.write( " |