document.write( "Question 513730: find three consecutive even integers whose sum is 114 \n" ); document.write( "
Algebra.Com's Answer #343118 by umail08(87)![]() ![]() You can put this solution on YOUR website! x = first consecutive even integer \n" ); document.write( "x + 2 = second consecutive even integer \n" ); document.write( "x+4 = third consecutive even integer \n" ); document.write( "x + x +2 + x + 4 = 114 \n" ); document.write( "3x + 6 = 114 \n" ); document.write( "3x + 6 – 6 = 114 – 6 \n" ); document.write( "3x = 108 \n" ); document.write( "x = 36 \n" ); document.write( "x + 2 = 38 \n" ); document.write( "x + 4 = 40 \n" ); document.write( " \n" ); document.write( " |