document.write( "Question 848025: The sum of three consecutive even integers is less than 75. What are the greatest possible values of these integers? \n" ); document.write( "
Algebra.Com's Answer #805914 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + x + (x+2) <= 75 \n" ); document.write( "3x <= 75 \n" ); document.write( "x <= 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The greatest possible values of the integers are 22, 24, and 26. \n" ); document.write( " |