document.write( "Question 352218: Does |n + m| = |n| + |m| for all integers n and m? If so, give some examples. If not, give a counterexample.\r
\n" );
document.write( "\n" );
document.write( "I would say no, because\r
\n" );
document.write( "\n" );
document.write( "|6 + (-5)| = |6| + |-5|\r
\n" );
document.write( "\n" );
document.write( "|1| = |6| + |-5|\r
\n" );
document.write( "\n" );
document.write( "1 = 6 + 5\r
\n" );
document.write( "\n" );
document.write( "1 = 11\r
\n" );
document.write( "\n" );
document.write( "Not sure what to write for a counter example\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #251692 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! You are correct. |