document.write( "Question 1037330: The sum of four consecutive even integers is less than or equal to 116 . find the greatest possible value of the integers. \n" ); document.write( "
Algebra.Com's Answer #651998 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x, x+2,x+4,x+6 are the integers \n" ); document.write( "add them up \n" ); document.write( "4x+12<=116 \n" ); document.write( "4x<=104 \n" ); document.write( "x<=26 \n" ); document.write( "26,28,30,32 are the integers,and they add to 116. \n" ); document.write( " |