document.write( "Question 474701: Find three consecutive even integers such that twice the smallest will result in the sum of the integers. \n" ); document.write( "
Algebra.Com's Answer #325549 by jorel1380(3719) You can put this solution on YOUR website! 2n=n+(n+2)+(n+4) \n" ); document.write( "2n=3n+6 \n" ); document.write( "n=-6.. \n" ); document.write( " |