document.write( "Question 1006962: The sum of two consecutive even integers is seven more than half of the sum of the next two consecutive even integers \r
\n" );
document.write( "\n" );
document.write( "what is the smallest of these integers \n" );
document.write( "
Algebra.Com's Answer #805605 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( "x + (x+2) = 1/2 * ((x+4) + (x+6)) + 7 \n" ); document.write( "2x + 2 = 1/2 * (2x + 10) + 7 \n" ); document.write( "2x + 2 = x + 5 + 7 \n" ); document.write( "x = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "smallest integer = x = 10 \n" ); document.write( " \n" ); document.write( " |