document.write( "Question 426385: Write an equation that could be used to find two consecutive even integers whose product is 24. Let x represent the first integer. Solve the equation and give the two integers. \n" ); document.write( "
Algebra.Com's Answer #296603 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x(x+2) = 24 \n" ); document.write( "x^2+2x-24=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2+6x-4x-24 \n" ); document.write( "x(x+6)-4(x+6)=0 \n" ); document.write( "(x-4)(x+6)=0 \n" ); document.write( "x=4 OR -6 \n" ); document.write( " |