document.write( "Question 400452: Why do consecutive numbers always have the sum of an odd number? \n" ); document.write( "
Algebra.Com's Answer #283445 by richard1234(7193) You can put this solution on YOUR website! Because one of the numbers must be 0 mod 2, and the other must be 1 mod 2. Their sum is congruent to 1 mod 2, so the sum is always odd. \n" ); document.write( " |