document.write( "Question 906298: The sum of three consecutive integers is -204. What is the largest integer? \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "x + x+1 + x+2 = -204\n" ); document.write( "3x = -207\n" ); document.write( "x = -63\n" ); document.write( "The three consecutive integers are: -63, -62, -61\n" ); document.write( "the largest is -61\n" ); document.write( "(closest to zero & the positive numbers on the number line)