document.write( "Question 643340: All numbers can be written as the sum of two consecutive digits. True or False ? \n" ); document.write( "
Algebra.Com's Answer #404448 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! False.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the first number is even, then the second is odd. If the first number is odd, then the second number is even.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The rule is that\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "even + odd = odd \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "odd + even = odd \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you can only get odd numbers by adding consecutive numbers. You cannot get any even numbers. \n" ); document.write( " |