document.write( "Question 773815: The sum of four consecutive even integers is -100. Find the absolute value of the smallest integer \n" ); document.write( "
Algebra.Com's Answer #471859 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of four consecutive even integers is -100. Find the absolute value of the smallest integer \n" ); document.write( "--------------- \n" ); document.write( "-100/4 = -25, the center \n" ); document.write( "2 of the integers are \"below\" and 2 \"above\" \n" ); document.write( "---------- \n" ); document.write( "The hard way: \n" ); document.write( "n + n+2 + n+4 + n+6 = -100 \n" ); document.write( "---------- \n" ); document.write( "Not quite as hard: \n" ); document.write( "n-4 + n-2 + n+2 + n+4 = -100 \n" ); document.write( " \n" ); document.write( " |