document.write( "Question 338782: the two consecutive even integers whose product is 624 \n" ); document.write( "
Algebra.Com's Answer #242852 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x,& x+2 \n" ); document.write( "x(x+2)=624 \n" ); document.write( "x^2+2x=624 \n" ); document.write( "x^2+2x-624=0 \n" ); document.write( "x^2+26x-24x-624 \n" ); document.write( "x(x+26)-24(x+26)=0 \n" ); document.write( "(x-24)(x+26)=0 \n" ); document.write( "x= 24 Or x = -26\r \n" ); document.write( "\n" ); document.write( "the numbers are (24, 26) OR (-24-26) \n" ); document.write( " |