document.write( "Question 652066: find the greatest to consectutive even integers whoses sum is less than 180
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #407884 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
Call the integers x and x+2. The problem states that x + x + 2 < 180. Solve it.


\n" ); document.write( "2x < 178 Divide by 2 x<89.


\n" ); document.write( "The largest even integer smaller than 89 is 88. The integers are 88 and 90. 88+90 = 178.
\n" ); document.write( " \n" ); document.write( "

\n" );