document.write( "Question 703197: find 3 consecutive even integers such that three times the first equals the sum of the other two \n" ); document.write( "
Algebra.Com's Answer #433362 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find 3 consecutive even integers such that three times the first equals the sum of the other two \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( "3(2x-2) = 4x+2 \n" ); document.write( "6x-12 = 4x+2 \n" ); document.write( "2x = 14 \n" ); document.write( "x = 7 \n" ); document.write( "-------- \n" ); document.write( "1st: 2x-2 = 14-2 = 12 \n" ); document.write( "2nd: 2x = 14 \n" ); document.write( "3rd: 2x+2 = 16 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " |