document.write( "Question 173764: Find 4 consecutive even integers such that sum of the 1st and 4th is the same as the sum of 2nd and 3rd \n" ); document.write( "
Algebra.Com's Answer #128626 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! let consecutive even integers be a,a+2,a+4,a+6 \n" ); document.write( ": \n" ); document.write( "a+(a+6)=(a+2)+(a+4) \n" ); document.write( ": \n" ); document.write( "2a+6=2a+6 \n" ); document.write( ": \n" ); document.write( "infinite solutions (all even consecutive integers qualify).\r \n" ); document.write( "\n" ); document.write( "2,4,6,8 just being 1 solution \n" ); document.write( " |