document.write( "Question 118117: Three times the second of the consecutive even integers is 14 more than the sum of the first and the third. Find the middle integer. \n" ); document.write( "
Algebra.Com's Answer #86226 by stanbon(75887) ![]() You can put this solution on YOUR website! Three times the second of the consecutive even integers is 14 more than the sum of the first and the third. Find the middle integer. \n" ); document.write( "------------- \n" ); document.write( "1st = 2x \n" ); document.write( "2nd = 2x+2 \n" ); document.write( "3rd = 2x+4 \n" ); document.write( "-------------- \n" ); document.write( "EQUATION: \n" ); document.write( "3(2x+2)-14 =2x+2x+4 \n" ); document.write( "6x+6-14 = 4x+4 \n" ); document.write( "2x=12 \n" ); document.write( "x = 6 \n" ); document.write( "--------- \n" ); document.write( "2x+2 = 14 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |