document.write( "Question 338605: find four consecutive odd integers so that the sum of the smallest integer and the largest integer is the same as the sum of all four integers \n" ); document.write( "
Algebra.Com's Answer #242701 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
The integers are n, n+2, n+4 and n+6
\n" ); document.write( "n + n+6 = n + n+2 + n+4 + n+6
\n" ); document.write( "2n+6 = 4n + 12
\n" ); document.write( "-2n = 6
\n" ); document.write( "n = -3
\n" ); document.write( "--> -3, -1, 1, 3\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );