document.write( "Question 159232: This is a question from my teacher's own worksheet. Not from a book.\r
\n" );
document.write( "\n" );
document.write( "The sum of four consecutive EVEN integers is the same as the least of the integers. Find the integers. \n" );
document.write( "
Algebra.Com's Answer #117362 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of four consecutive EVEN integers is the same as the least of the integers. Find the integers. \n" ); document.write( "-------------- \n" ); document.write( "-4, -2, 0, 2 \n" ); document.write( "Adds up to -4 \n" ); document.write( "--------------- \n" ); document.write( "Or, \n" ); document.write( "x + (x+2) + (x+4) + (x+6) = x \n" ); document.write( "4x + 12 = x \n" ); document.write( "3x = -12 \n" ); document.write( "x = -4 \n" ); document.write( " \n" ); document.write( " |