document.write( "Question 475587: Find three consecutive even integers, such that 7 times the middle integer is 10 more than the sum of first and third. \n" ); document.write( "
Algebra.Com's Answer #326135 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let x,x+2,x+4 be the integers\r \n" ); document.write( "\n" ); document.write( "7(x+2)= x+x+4+10 \n" ); document.write( "7x+14=2x+14 \n" ); document.write( "5x=0 \n" ); document.write( "x=0 \n" ); document.write( "0,2,4 \n" ); document.write( " |