document.write( "Question 26805: Show that the sum of two odd integers is always even. \n" ); document.write( "
Algebra.Com's Answer #14615 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! ANY INTEGER IS DENOTED BY N \n" ); document.write( "IT WILL BE EVEN IF WE MULTIPLY BY 2...THAT IS 2N IS EVEN INTEGER. \n" ); document.write( "IT WILL BE ODD IF WE ADD 1 TO IT..THAT IS \n" ); document.write( "2N+1 IS ODD INTEGER. \n" ); document.write( "SUM OF 2 ODD INTEGERS IS \n" ); document.write( "(2N+1)+(2M+1)=2N+2M+2=2(M+N+1)=2P WHERE P IS AN INTEGER. \n" ); document.write( "HENCE BY THE ABOVE LOGIC THE SUM IS AN EVEN INTEGER. \n" ); document.write( " \n" ); document.write( " |