document.write( "Question 385041: will you please show me the whole process of four consecutive odd integers whose sum is -8 \n" ); document.write( "
Algebra.Com's Answer #272479 by richard1234(7193) You can put this solution on YOUR website! Suppose the odd integers are x, x+2, x+4, x+6. We have\r \n" ); document.write( "\n" ); document.write( "x + (x+2) + (x+4) + (x+6) = -8\r \n" ); document.write( "\n" ); document.write( "4x + 12 = -8\r \n" ); document.write( "\n" ); document.write( "x = -5\r \n" ); document.write( "\n" ); document.write( "The integers are -5, -3, -1, 1. \n" ); document.write( " |