\n" );
document.write( "Hi, \n" );
document.write( "Find the largest of 2 consecutive integersand whose sum is 214 \n" );
document.write( " x + (x+1) = 214 \n" );
document.write( " 2x = 213 \n" );
document.write( " x = 106 1/2, there are NO 2 consecutive integers with a sum of 214 \n" );
document.write( "