document.write( "Question 900308: The sum of three consecutive integers is -96. what is the largest integer? \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "x + x+1 + x+2 = -96\n" ); document.write( "3x = -99\n" ); document.write( "x = -33\n" ); document.write( "the three consecutive integers are: -33, -32,