document.write( "Question 789880: The sum of the first and third integer of three consecutive even integers is 128. Find 3 even integers. \n" ); document.write( "
Algebra.Com's Answer #806169 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + (x+2) = 128 \n" ); document.write( "2x = 128 \n" ); document.write( "x = 64\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 62, 64, and 66. \n" ); document.write( " |