document.write( "Question 495043: Is this statement always, sometimes, or never true. if x and y are intergers, then lx+yl=lxl+lyl. Please give exmaple. \n" ); document.write( "
Algebra.Com's Answer #336018 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Is this statement always, sometimes, or never true. if x and y are intergers, then lx+yl=lxl+lyl. Please give exmaple. \n" ); document.write( "** \n" ); document.write( "lx+yl=lxl+lyl \n" ); document.write( "This statement is always true if x and y are of the same sign, that is, both negative or both positive, but not true if they are of opposite sign. \n" ); document.write( "Examples: \n" ); document.write( "x=2, y=3 \n" ); document.write( "|2+3|=|2|+|3| \n" ); document.write( "5=5 \n" ); document.write( ".. \n" ); document.write( "x=-2, y=-3 \n" ); document.write( "|-2-3|=|-2|+|-3| \n" ); document.write( "5=5 \n" ); document.write( ".. \n" ); document.write( "x=-2, y=3 \n" ); document.write( "|-2+3|=|-2|+|3| \n" ); document.write( "1≠5 \n" ); document.write( " |