document.write( "Question 531849: 1. Is it possible to find four consecutive integers whose sum is 165? why?
\n" );
document.write( "2. Is it possible to find two consecutive odd integers when sum is 31? why? \n" );
document.write( "
Algebra.Com's Answer #350626 by htmentor(1343) You can put this solution on YOUR website! 1. Is it possible to find four consecutive integers whose sum is 165? why? \n" ); document.write( "2. Is it possible to find two consecutive odd integers when sum is 31? why? \n" ); document.write( "================================= \n" ); document.write( "1. Let n = the smallest integer. Then the other three are n+1, n+2, n+3 \n" ); document.write( "The sum is 4n + 6. Since the sum is even, it can never equal 165. \n" ); document.write( "2. No. The sum of odd integers is always even. \n" ); document.write( " |