document.write( "Question 335845: Find three consecutive even integers such that twice the sum of the first and third is four more than three times the second. Thank You \n" ); document.write( "
Algebra.Com's Answer #240874 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x, x+2, x+4\r \n" ); document.write( "\n" ); document.write( "2(x+x+4)= 3(x+2)+4 \n" ); document.write( "2(2x+4)=3x+6+4 \n" ); document.write( "4x+8 = 3x +10 \n" ); document.write( "add -8 to both sides \n" ); document.write( "4x+8-8=3x+10-8 \n" ); document.write( "4x=3x+2 \n" ); document.write( "add -3x to both sides \n" ); document.write( "4x-3x=3x-3x+2 \n" ); document.write( "x=2 \n" ); document.write( "the numbers are 2,4,6 \n" ); document.write( " \n" ); document.write( " |