document.write( "Question 1045633: Using direct proof, prove that if n is a natural number, then n(n+1) is even. \n" ); document.write( "
Algebra.Com's Answer #661112 by Theo(13342)![]() ![]() You can put this solution on YOUR website! i'm not real good at these, but let me give it a shot.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you want to prove that n * (n + 1) is even, when you are dealing with a natural number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a natural number is all the positive integers i believe.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it does not include 0 as far as i remember.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have 2 possibilities.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if n is even, then n + 1 is odd.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if no is odd, then n + 1 is even.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assuming that n is even, then there exists a number k such that 2 * k = n.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n * (n + 1) becomes 2 * k * (2 * k + 1) which becomes 4 * k^2 + 2 * k.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number 4 * k^2 + 2 * k has to be even because it's divisible by 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assuming that n is odd, then there exists a number k such that 2 * k = n + 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n * (n + 1) becomes n * 2 * k which becomes 2 * k * n.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number 2 * k * n has to be even because it's divisible by 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "any number that's divisible by 2 is even.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "not sure if this constitutes an acceptable proof by your instructor, but it seems reasonable to me.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |