document.write( "Question 872151: the sum of two consecutive even integers is greater than 66.find the least possible values of the integers \n" ); document.write( "
Algebra.Com's Answer #805849 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+2) >= 66 \n" ); document.write( "2x + 2 >= 66 \n" ); document.write( "2x >= 64 \n" ); document.write( "x >= 32\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The smallest possible values of the integers are 32 and 34. \n" ); document.write( " |