document.write( "Question 521922: The product of two consecutive even integers is 142 more than the sum. What are the integers? \n" ); document.write( "
| Algebra.Com's Answer #346620 by umnikmo(75)      You can put this solution on YOUR website! x*(x+2)-142=x+(x+2) \n" ); document.write( "x^2+2x-142=2x+2 \n" ); document.write( "x^2=144 \n" ); document.write( "x=12\r \n" ); document.write( "\n" ); document.write( "so the numbers are 12 and 14 \n" ); document.write( " |