document.write( "Question 154901: Find four consecutive even integers so that the sum of the first three is 2 more than twice the fourth. \n" ); document.write( "
Algebra.Com's Answer #114037 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find four consecutive even integers so that the sum of the first three is 2 more than twice the fourth. \n" ); document.write( "------------------------------------ \n" ); document.write( "1st: 2x \n" ); document.write( "2nd: 2x + 2 \n" ); document.write( "3rd: 2x + 4 \n" ); document.write( "4th: 2x + 6 \n" ); document.write( "----------------- \n" ); document.write( "EQUATION: \n" ); document.write( "2x + 2x+2 + 2x+6 = 2(2x+6) + 2 \n" ); document.write( "6x + 8 = 4x + 14 \n" ); document.write( "2x = 6 \n" ); document.write( "x = 3 \n" ); document.write( "------------- \n" ); document.write( "1st: 2x = 6 \n" ); document.write( "2nd: 2x+2 = 8 \n" ); document.write( "3rd: 2x+4 = 10 \n" ); document.write( "4th: 2x+6 = 12 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |