document.write( "Question 304653: three times the sum of the first two integers of three consecutive even integers is two more than four times the third integer. Find the second integer!..ahh help!! pls \n" ); document.write( "
Algebra.Com's Answer #218150 by richwmiller(17219) You can put this solution on YOUR website! three consecutive even integers x, x+2, x+4 \n" ); document.write( "3*(x+x+2)=2+4*(x+4) \n" ); document.write( "3*(2x+2)=2+4*(x+4) \n" ); document.write( "6x+6=2+4x+16 \n" ); document.write( "2x=2+10 \n" ); document.write( "2x=12 \n" ); document.write( "x=6 \n" ); document.write( "6,8,10 \n" ); document.write( "check\r \n" ); document.write( "\n" ); document.write( "3*14=2+4*10 \n" ); document.write( "42=42 \n" ); document.write( "ok \n" ); document.write( " |