document.write( "Question 1143005: If X and Y are integers, what is always even?
\n" );
document.write( "A) x+y /2
\n" );
document.write( "B) 2(x+y/2)
\n" );
document.write( "C)2(x+y)
\n" );
document.write( "D) x^2 +y^2 \n" );
document.write( "
Algebra.Com's Answer #763755 by Theo(13342)![]() ![]() You can put this solution on YOUR website! any integer multiplied by 2 is always even.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if x and y are integers, then x + y is also an integer, therefore 2 * (x + y) will always be even.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |