document.write( "Question 747779: x,y,z and 3 consecutive even integers such that three times the first is two more than twice the third one, what is the second integer ? \n" ); document.write( "
Algebra.Com's Answer #455128 by Alan3354(69443) You can put this solution on YOUR website! x,y,z and 3 consecutive even integers such that three times the first is two more than twice the third one, what is the second integer ? \n" ); document.write( "------------------ \n" ); document.write( "3x = 2z + 4 \n" ); document.write( "z = x+4 \n" ); document.write( "---- \n" ); document.write( "3x = 2(x + 4) + 4 \n" ); document.write( "3x = 2x + 12 \n" ); document.write( "x = 12 \n" ); document.write( "y = 14 \n" ); document.write( " \n" ); document.write( " |