document.write( "Question 1165100: (a) Find the smallest positive integer which can be written as the sum of
\n" );
document.write( "three, four, five or seven consecutive integers.
\n" );
document.write( "(b) Explain why it is not possible for a number to be written as both
\n" );
document.write( "the sum of four consecutive integers and the sum of six consecutive
\n" );
document.write( "integers. \n" );
document.write( "
Algebra.Com's Answer #789561 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \"Integers\" includes negative values, unless otherwise restricted.\r \n" ); document.write( "\n" ); document.write( "-1 + 0 + 1 = 0 \n" ); document.write( "0 + 1 + 2 = 3 (3 is the smallest positive integer that is the sum of three consecutive integers) \r \n" ); document.write( "\n" ); document.write( "-1 + 0 + 1 + 2 = 2 (2 is the smallest positive integer that is the sum of four consecutive integers) \r \n" ); document.write( "\n" ); document.write( "etc.\r \n" ); document.write( "\n" ); document.write( "5 consec. integers: min sum gt zero = 5 \n" ); document.write( "7 consec. integers: min sum gt zero = 7 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "(b) if N = a + (a+1) + (a+2) + (a+3) = 4a + 6 \n" ); document.write( "and N = b + (b+1) + (b+2) + ... + (b+5) = 6b + 15 \r \n" ); document.write( "\n" ); document.write( "then 6b + 15 = 4a + 6 \n" ); document.write( " 6b + 9 = 4a \n" ); document.write( " and a = (6b + 9) / 4 \r \n" ); document.write( "\n" ); document.write( "which is not an integer (6b is even, even + odd is odd, odd divided by 4 has a remainder) \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "To the student: Oh, I may have misread the question. I see what you mean... perhaps the question should have been \"Find the smallest positive integer which can be written as the sum of three, four, five, AND seven consecutive numbers.\" but OR makes sense too upon re-reading. \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |