document.write( "Question 184722: Find three consecutive even integers such that two times the sum of the first and the third integer is twenty-two less than the product of three and the second number \n" ); document.write( "
Algebra.Com's Answer #138637 by stanbon(75887) ![]() You can put this solution on YOUR website! Find three consecutive even integers such that two times the sum of the first and the third integer is twenty-two less than the product of three and the second number \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( "2(2x-2 + 2x+2) = 3(2x) - 22 \n" ); document.write( "2(4x) = 6x -22 \n" ); document.write( "8x-6x = -22 \n" ); document.write( "2x = -22 \n" ); document.write( "x = -11 \n" ); document.write( "-------------------- \n" ); document.write( "1st: 2(-11)-2 = -24 \n" ); document.write( "2nd: -22 \n" ); document.write( "3rd: -20 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |