document.write( "Question 1074654: Please help me solve this word problem. The sum of four consecutive even integers is ten more than the sum of the smallest two integers. Find the integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #689319 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the integers are x, x+2, x+4, and x+6, and they add to 4x+12 \n" ); document.write( "it is ten more than 2x+2 \n" ); document.write( "therefore 4x+12-10=2x+2 \n" ); document.write( "4x+2=2x+2 \n" ); document.write( "x=0 \n" ); document.write( "the integers are 0,2,4,6 \n" ); document.write( "They add to 12. \n" ); document.write( "That is 10 more than the sum of 0 and 2. \n" ); document.write( " |