document.write( "Question 627835: Is this statement true or not?\r
\n" );
document.write( "\n" );
document.write( "The set of even integers is closed under subtraction? Why or why not?\r
\n" );
document.write( "\n" );
document.write( "Please help me im having hard time :( \n" );
document.write( "
Algebra.Com's Answer #395174 by reviewermath(1029) You can put this solution on YOUR website! true: \n" ); document.write( "Let the x and y be even integers, then \n" ); document.write( "x = 2m for some integer m and \n" ); document.write( "y = 2n for some integer n \n" ); document.write( "Their difference is \n" ); document.write( "x - y = 2m - 2n = 2(m - n) \n" ); document.write( "Since x - y is a multiple of 2 then we can say that the set of even integers is closed under subtraction. \n" ); document.write( " \n" ); document.write( " |