document.write( "Question 610024: Find three consecutive even integers such that 4 times the first is 12 more than twice the third. \n" ); document.write( "
Algebra.Com's Answer #384083 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive even integers such that 4 times the first is 12 more than twice the third. \n" ); document.write( "------ \n" ); document.write( "1st: 2x-2 \n" ); document.write( "2nd: 2x \n" ); document.write( "3rd: 2x+2 \n" ); document.write( "---------- \n" ); document.write( "Equation: \n" ); document.write( "4(2x-2) = 2(2x+2)+12 \n" ); document.write( "---- \n" ); document.write( "8x - 8 = 4x+16 \n" ); document.write( "4x = 24 \n" ); document.write( "x = 6 \n" ); document.write( "--- \n" ); document.write( "1st: 2x-2 = 10 \n" ); document.write( "2nd: 12 \n" ); document.write( "3rd: 14 \n" ); document.write( "================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |