document.write( "Question 450106: The sum of three consecutive even integers is -24. Find the integers. \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( "Let x, (x+2) and (x+4) represent the three consecutive even integers\n" ); document.write( "Question states***\n" ); document.write( " x+ (x+2) + (x+4)= -24\n" ); document.write( " 3x = -30\n" ); document.write( " x = -10 The three consecutive even integers are -10,-8,-6\r\n" ); document.write( "\n" ); document.write( "CHECKING our Answer***\n" ); document.write( " -10 + -8 + -6 = -24