document.write( "Question 903002: Find 3 consecutive even integers if the sum of the larger two is 94. \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "3 consecutive even integers: x, x+2, x+4\n" ); document.write( "x+2 + x+4 = 94\n" ); document.write( "2x = 88\n" ); document.write( "x = 44