document.write( "Question 817966: Find the smaller of 2 consecutive even integers if the sum of twice the smaller integer and the larger integers is -16 \n" ); document.write( "
Algebra.Com's Answer #805995 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + (x+2) = -16 \n" ); document.write( "3x + 2 = -16 \n" ); document.write( "3x = -18 \n" ); document.write( "x = -6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -6 and -4. \n" ); document.write( " |