document.write( "Question 1123497: Find five consecutive even integers is the sum of the first and fifth is to less than three times the fourth \n" ); document.write( "
Algebra.Com's Answer #739827 by Boreal(15235) You can put this solution on YOUR website! I assume 2 less (fewer) \n" ); document.write( "x, x+2, x+4,x+6,x+8 \n" ); document.write( "x+x+8+2=3(x+6) \n" ); document.write( "2x+10=3x+18 \n" ); document.write( "x=-8 \n" ); document.write( "-8,-6,-4,-2,0 \n" ); document.write( "sum of -8 and 0=-8 \n" ); document.write( "that is 2 fewer than 3*(-2) \n" ); document.write( " |