document.write( "Question 375980: Find the greatest two consectutive even integers whose sum is less than 180 \n" ); document.write( "
Algebra.Com's Answer #267433 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 2x + 2x+2 < 180, \n" ); document.write( "4x < 178, \n" ); document.write( "x < 44.5. \n" ); document.write( "Then x = 44, 2x = 88, and 2x + 2 = 90. \n" ); document.write( " \n" ); document.write( " |