document.write( "Question 4067: Show that the sum of any 5 consecutive counting numbers must have a factor of 5 \n" ); document.write( "
Algebra.Com's Answer #1795 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Let the median(3rd number) of the five consecutive numbers be n, \n" ); document.write( " then the 5 numbers must be n-2,n-1,n,n+1,n+2. \n" ); document.write( " \n" ); document.write( " We see that their sum S= n-2 + n-1 +n + n+1+ n+2 = \n" ); document.write( " n-2 + + n+2 + n-1 + n+1 + n = 5n \r \n" ); document.write( "\n" ); document.write( " In other words, 5 is a factor of the sum S. \n" ); document.write( " This completes the proof.\r \n" ); document.write( "\n" ); document.write( " In general,for 2k+1 (odd) consecutive numbers, their sum must be \n" ); document.write( " 2k+1 times of the median.\r \n" ); document.write( "\n" ); document.write( " How about the sum of even consecutive numbers?\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " |