document.write( "Question 49427: the sum of four consecutive odd integers is -64. what is the sum of the smallest and largest of the four integers? \n" ); document.write( "
Algebra.Com's Answer #32844 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "in general any integer =n even integer =2n...odd integher =2n-1..but it is convenient here to take them as
\n" ); document.write( "4 consecutive odd integers are
\n" ); document.write( "2n-3,2n-1,2n+1,2n+3.....their sum is =8n=-64
\n" ); document.write( "n=-8
\n" ); document.write( "so smallest is=2*-8-3=-19
\n" ); document.write( "largest is
\n" ); document.write( "2*-8+3=-13
\n" ); document.write( "their sum =-19-13=-32
\n" ); document.write( "
\n" );