document.write( "Question 971072: Find three consecutive even integers whose sum is negative eighteen. \n" ); document.write( "
Algebra.Com's Answer #593645 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Let the smallest integer =x \n" ); document.write( "the other two are x+2 and x+4 \n" ); document.write( "x+x+2+x+4=-18\r \n" ); document.write( "\n" ); document.write( "3x +6 = -18 \n" ); document.write( "3x=-24 (by subtracting 6 from both sides) \n" ); document.write( "x=-8 (by dividing both sides by 3) \n" ); document.write( "x+2=-6 \n" ); document.write( "x+4=-4\r \n" ); document.write( "\n" ); document.write( "Those are three consecutive even integers whose sum is -18. \n" ); document.write( " |