document.write( "Question 848574: The product of two consecutive even integers is 840. Find these numbers \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( " x(x+2) = 840\n" ); document.write( " x^2 + 2x - 840 = 0\n" ); document.write( " (x+30)(x-28)= 0\n" ); document.write( " (x+30)= 0, x = -30 the two consecutive even integers: -30, -28\n" ); document.write( " 0r (x-28)= 0, x = 28 the two consecutive even integers: 28, 30\n" ); document.write( "