document.write( "Question 952370: Find three consecutive even integers such that the product of the first and the third is 18 greater than the product of -1 and the third. \n" ); document.write( "
Algebra.Com's Answer #581598 by macston(5194) You can put this solution on YOUR website! x=first x+2=second x+4=third \n" ); document.write( "(x)(x+4)=((-1)(x+4))+18 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ANSWER 1: The first integer is 2. \n" ); document.write( "x+2=2+2=4 ANSWER 2: The second integer is 4. \n" ); document.write( "x+4=2+4=6 ANSWER 3: The third integer is 6. \n" ); document.write( "CHECK: \n" ); document.write( "(2)(6)=-1(6)+18 \n" ); document.write( "12=-6+18 \n" ); document.write( "12=12 \n" ); document.write( " |