document.write( "Question 500856: Please help me solve this equation: three even integers the sum of the first two plus 2 is equal to the third times 3 \n" ); document.write( "
Algebra.Com's Answer #338342 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! three even integers \n" ); document.write( "x, (x+2), (x+4) \n" ); document.write( ": \n" ); document.write( "the sum of the first two plus 2 is equal to the third times 3 \n" ); document.write( "x + (x+2) + 2 = 3(x+4) \n" ); document.write( "2x + 4 = 3x + 12 \n" ); document.write( "4 - 12 = 3x - 2x \n" ); document.write( "-8 = x \n" ); document.write( ": \n" ); document.write( "-8, -6, -4 \n" ); document.write( " |