document.write( "Question 998563: the sum of two consecutive even integers is at least 108. \n" ); document.write( "
Algebra.Com's Answer #616315 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the first x. The next must be x + 2. \n" ); document.write( "Thus \n" ); document.write( "x + (x + 2) >= 108 \n" ); document.write( "or \n" ); document.write( "2x + 2 >= 108 \n" ); document.write( "2x >= 106 \n" ); document.write( "x >= 53 but x must be even. \n" ); document.write( "If your teacher is really picky, you can establish some integer y, such that 2y is automatically an even number and go from there... \n" ); document.write( " |